@extends('layouts.app') @section('title', $patient->full_name) @section('heading')
{!! nl2br(e($patient->chronic_diseases ?? 'โ')) !!}
{!! nl2br(e($patient->allergies ?? 'โ')) !!}
{!! nl2br(e($patient->current_medications ?? 'โ')) !!}
{!! nl2br(e($patient->medical_history ?? 'โ')) !!}
{{ $patient->notes }}
{{ __('clinic.no_records') }}
@endforelse| {{ __('clinic.invoice_number') }} | {{ __('clinic.total_amount') }} | {{ __('clinic.paid_amount') }} | {{ __('clinic.remaining_amount') }} | {{ __('clinic.payment_status') }} | |
|---|---|---|---|---|---|
| {{ $inv->invoice_number }} | {{ number_format($inv->total_amount, 2) }} | {{ number_format($inv->paid_amount, 2) }} | {{ number_format($inv->remaining_amount, 2) }} | {{ __('clinic.' . $inv->payment_status) }} | Open |
| {{ __('clinic.no_records') }} | |||||