@extends('layouts.layout')
@section('content')
{{ $patientAppointment->user->name }}
{{ $patientAppointment->doctor->name }}
{{ $patientAppointment->appointment_date }}
{{ $patientAppointment->start_time.' - '.$patientAppointment->end_time }}
{{ $patientAppointment->problem }}