@extends('layouts.clinic') @section('title', 'روشتة — '.config('app.name')) @section('content')
℞ Prescription
{{ $prescription->patient?->name }}
{{ $prescription->prescribed_at?->translatedFormat('d M Y') }}
{{ $prescription->diagnosis }}
{{ $i + 1 }}. {{ $med['name'] ?? '' }}
{{ $med['dosage'] ?? '' }} @if(!empty($med['frequency'])) · {{ $med['frequency'] }} @endif @if(!empty($med['duration'])) · {{ $med['duration'] }} @endif