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

@lang('Patient Appointment Info')

{{ $patientAppointment->user->name }}

{{ $patientAppointment->doctor->name }}

{{ $patientAppointment->appointment_date }}

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

{{ $patientAppointment->problem }}

@endsection