@extends('layouts.clinic') @section('title', $patient->name.' — '.config('app.name')) @section('content')

{{ $patient->name }}

{{ $patient->code }} · {{ $patient->phone ?? '—' }}

{{-- Timeline --}}

الخط الزمني

{{-- Clinical profile --}}

الملف الطبي

@csrf @method('PATCH')
{{-- Clinical note --}}

ملخص زيارة

@csrf
{{-- Attachments --}}

المرفقات الطبية

@csrf
@endsection @push('scripts') @endpush