|
{{-- @php
$path = public_path('/assets/images/logoIcon/logo.png');
$type = pathinfo($path, PATHINFO_EXTENSION);
$data = file_get_contents($path);
$base64 = 'data:image/' . $type . ';base64,' . base64_encode($data);
@endphp --}}
|
Appointment ID:
{{$appointment->id}}
|
|
|
|
Appointment With
{{$appointment->mentor->first_name}} {{$appointment->mentor->last_name}}
|
Appointment Type
{{$appointment->appointment_type_string}}
|
Date
{{$appointment->date}}
|
Time
{{$appointment->time}}
|
|
|
|
{{--
Payment Method:
{{$appointment->payment_method}}
|
--}}
SubTotal:
{{$appointment->payment}} $
|
Total:
{{$appointment->payment}} $
|
|
|
{{--
|
--}}
{{--
|
--}}
{{--
|
--}}
|
{{--
|
|
--}}
{{-- Note:
We are thrilled that you will be joining us. If you would like to make any special arrangements --}}
|
|
|
|
|