@extends('layouts.land.master_top') @section('title', 'Register - Pain Cure | Dr. Amr Saeed') @section('css') @endsection @section('content')
@if ($appointment){{ __('basic.patient') }}
{{ $appointment->patient->name }}{{ $appointment->patient->phone_number }}
{{ $appointment->branch->name }}
{{ $appointment->branch->address }}
{{ $appointment->creator->name }}
{{ $appointment->code }}
{{ date('h:i a', strtotime($appointment->start_at)) . ' to ' . date('h:i a', strtotime($appointment->end_at)) }}
{{ date('d M Y', strtotime($appointment->start_at)) }}