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

Prescriptions

@forelse($prescriptions as $prescription) @empty @endforelse
PatientDoctorFollow-upAction
{{ $prescription->patient->user->name }} {{ $prescription->doctor?->user?->name ?? '-' }} {{ $prescription->follow_up_date?->format('d M Y') ?? '-' }} View
No prescriptions found.
{{ $prescriptions->links() }}
@endsection