{{ date('d M Y', strtotime($appointment->start_at)) }}
{{ $appointment->patient->name }}{{ $appointment->patient->phone_number }}
{{ $appointment->branch->name }}
@if ($appointment->doctor) {{ $appointment->doctor->name }} @else No Doctor @endif
{{ $appointment->creator->name }}
{{ $appointment->code }}