@extends('layouts.master') @section('title', 'Show Appointment | Proxima - Medical Management app') @section('title-topbar', 'Show Appointment') @section('css') @endsection @section('content')
{{ __('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)) }}