@extends('layouts.home') @section('content')
@php list($email_address,$hiremee_id) = \App\Helper\HireMeeHelper::decryptRegister(Route::input('hash')); @endphp
@php if(!empty( \App\Helper\HireMeeHelper::profilePic($hiremee_id))){ $loginUserImage = \App\Helper\HireMeeHelper::profilePic($hiremee_id); } else{ $loginUserImage = secure_asset('assets/images/user.png'); } @endphp Generic image

{{\App\Helper\HireMeeHelper::fetchProfile($hiremee_id)->fullname}}

@php $get_designation=\App\Helper\HireMeeHelper::fetchDesignation($hiremee_id); @endphp

@if(!empty($get_designation)) {{$get_designation->designation}} @endif

Sorry to see you Go !

You will no longer receive any Job Notifications, Promotional Emails from HireMee. You can manage your email preferences by logging into your Dashboard and navigate to Settings

{!! Form::open(array('class'=>'form-horizontal','name'=>'emailunsubscribe','id'=>'emailunsubscribe','method'=>'POST', 'url'=>'/unsubscribepost')) !!}

please choose the reason, why you are un-subscribing email notifications

{!! Form::close() !!}
@endsection @section('footer') @endsection