@extends('layouts.home') @section('content')
@php list($company_id,$hiremee_id) = \App\Helper\HireMeeHelper::decryptRegister(Route::input('hash')); @endphp
@php $corporate_details = \App\Helper\HireMeeRevampHelper::getCorporateDetails($company_id); $loginUserImage = \App\Helper\HireMeeRevampHelper::profilePic($company_id); if(empty($loginUserImage)){ $loginUserImage = secure_asset('assets/hiremee-revamp/images/default-company-icon.jpg'); } @endphp Generic image

@if(!empty($corporate_details)) {{$corporate_details[0]->CompanyProfileInfo->company_name}} @endif

{{--

@if(!empty($corporate_details)) {{$corporate_details[0]->email_address}} @endif

--}} @php $addressArray = explode(',', $corporate_details[0]->CompanyProfileInfo->comm_address); $i = 0; foreach($addressArray as $value){ @endphp

{{$value}}

@php } @endphp {{--

@if(!empty($corporate_details)) {{$corporate_details[0]->mobile_number}} @endif

--}} {{-- @php $location = App\Helper\HireMeeRevampHelper::JobLocationsCitywiseArray([$corporate_details[0]->CompanyProfileInfo->comm_city]); {{-- $location = implode(", ",array_map('trim', $location)); --}} @endphp --}}

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'=>'/job-post-emailupdatesunsubscribe')) !!}

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

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