@extends('layouts.layout') @section('content')

@lang('Patient Appointment Info')

{{ optional($patientAppointment->user)->name }}

{{ optional($patientAppointment->doctor)->name }}

{{ $patientAppointment->appointment_date }}

{{ $patientAppointment->start_time.' - '.$patientAppointment->end_time }}

{{ $patientAppointment->problem }}

@endsection