@extends('mails.layout.v1') @section('content')

{{$title}}


Applicant Information

Name: {{$user && $user->profile? $user->profile->fullname : ""}}

NRIC Name: {{$booking ? $booking->name_of_staff : ""}}

@if(empty($behalf))

Employee No: {{$booking ? $booking->employee_no : ""}}

@endif

Phone: {{$booking ? $booking->phone : ""}}

Visit Date: {{$visitDate}}

@if(!empty($session))

Option: {{$session}}

@endif @if(!empty($behalf))

Application on behalf of: {{$booking ? $booking->behalf_on . ' (' . $booking->employee_no . ')': ''}}

@endif
Link here: {{env('DASHBOARD_URL')}}/booking

CONFIDENTIALITY: This e-mail (including any attachments) is confidential and may contain proprietary information. If you are not the intended recipient, be advised that you have received this e-mail in error. Any use, disclosure, dissemination, printing or copying of this e-mail is strictly prohibited. If you have received this e-mail in error, please immediately contact the sender by return e-mail and then irretrievably delete It from your system.

@endsection