@php use Carbon\Carbon; @endphp
| appointment Export | |||||||
|---|---|---|---|---|---|---|---|
| Name | Phone | Department | Doctor | Speciality | Date | Message | |
| {{ trim(($appointments->title ?? '') . ' ' . ($appointments->firstname ?? '') . ' ' . ($appointments->lastname ?? '')) }} | {{ $appointments->phone ?? '' }} | {{ $appointments->email ?? '' }} | {{ $appointments->department->name ?? 'N/A' }} | {{ $appointments->doctor->name ?? 'N/A' }} | {{ $appointments->specialty->name ?? 'N/A' }} | {{ $formattedDate }} | {{ $appointments->message ?? '' }} |