@extends('admin.layouts.master') @section('title', 'إضافة خطة علاج جديدة') @section('content')
الاسم: {{ $patient->first_name }} {{ $patient->last_name }}
الكود: {{ $patient->code }}
الهاتف: {{ $patient->phone }}
العمر: @if($patient->birth_date) {{ \Carbon\Carbon::parse($patient->birth_date)->age }} سنة @else — @endif
العنوان: {{ $patient->address ?: '-' }}