@extends('Admin.layout') @section('content') {{-- Header --}}
Details
{{-- Patient identity strip --}}
{{ strtoupper(substr($patient->patient_name, 0, 1)) }}
{{ $patient->patient_name }}
Patient ID ยท {{ $patient->sheet_no }}
{{-- Step navigation --}}
{{-- Form panel --}}
Old prescription
@forelse($prescriptions as $date => $records) @empty @endforelse
SNO Date view & Print
{{ $loop->iteration }} {{ \Carbon\Carbon::parse($date)->format('d-m-Y') }} {{-- View --}} {{-- Download --}}
No old prescriptions found.
{{-- Sticky bottom action bar --}} @endsection