Appointment ID: {{ $appointment->minister_appointment_id }}

Name: {{ $appointment->name }}

Designation: {{ $appointment->designation }}

Organization: {{ $appointment->organization }}

Mobile Number: {{ $appointment->mobile_no }}

Email Address: {{ $appointment->email }}

Proposed Date and Time: {{ date('d-m-Y H:i A', strtotime($appointment->proposed_date_1)) }}

Reason for Visit: {{ $appointment->reason }}

@if($appointment->reference)

Reference: {{ $appointment->reference }}

@endif @if($appointment->status == \App\Enums\Status::APPROVED)

Appointment Date: {{ date('d-m-Y H:i A', strtotime($appointment->approved_date)) }}

@endif @if($appointment->attachment) {{-- @dd($appointment->attachment)--}}

Visiting Card: {{$appointment->attachment_name}}

@endif