{{--
Hello {!! ucwords($data['full_name']) !!}
--}}
{{-- --}}
Doctor Name: {!! $data['doctor_name'] !!}
Appointment Number: {!! $data['appointment_number'] !!}
Transaction Number: {!! $data['payment_id'] ?? ''!!}
Appointment Date: {!! dateFormat($data['appointment_date'], DISPLAY_DATE) ?? '' !!}
Slot: {!! ucwords($data['slot_type']) !!}
Appointment Time: {!! $data['slot_timing'] ?? '' !!}
Appointment Fees: {!! $data['doctor_fee'] ?? ''!!}
Appointment Fees: {!! $data['dress_code'] ?? ''!!}

Copyright {!! date('Y') !!} {!! env('APP_NAME') !!}. All Rights Reserved.