@role('Super-admin|Doctor|Branch-manager|Receptionist')
{{ __('patientappo.transaction') }}
{{ __('basic.amount') }}
{{ $msg }}
{{ $msg }}
{{ __('basic.nothing to show') }}
{{ __('patientappo.transaction') }}
{{ __('basic.amount') }}
{{ __('basic.nothing to show') }}
{{ __('basic.name') }} | {{ __('basic.type') }} | {{ __('basic.discount') }} | {{ __('patientappo.final price') }} | {{ __('basic.paid') }} | {{ __('basic.status') }} | {{ __('basic.description') }} | {{ __('basic.branch') }} | {{ __('basic.date') }} |
---|---|---|---|---|---|---|---|---|
{{ $item->service_inv_cat->name }} | {{ $msg_invoice_type }} | @if (!empty($item->discount)) {{ $item->discount }} {{ __('basic.egp') }} @endif | {{ $item->final_price }} {{ __('basic.egp') }} | @if (!empty($item->paid)) {{ $item->paid }} {{ __('basic.egp') }} @endif | {{ $msg_invoice }} | {{ $item->note }} @if ($item->worker) | shift: {{ $item->worker->name }} @endif | {{ $item->branch->name }} |
{{ date('Y-m-d', strtotime($item->paid_date)) }} {{ date('h:i a', strtotime($item->paid_date)) }} |
{{ $item->service_inv_cat->name }} | {{ $msg_invoice_type }} | @if (!empty($item->discount)) {{ $item->discount }} {{ __('basic.egp') }} @endif | {{ $item->final_price }} {{ __('basic.egp') }} | @if (!empty($item->paid)) {{ $item->paid }} {{ __('basic.egp') }} @endif | {{ $msg_invoice }} | {{ $item->note }} @if ($item->worker) | shift: {{ $item->worker->name }} @endif | {{ $item->branch->name }} |
{{ date('Y-m-d', strtotime($item->paid_date)) }} {{ date('h:i a', strtotime($item->paid_date)) }} |
{{ __('basic.date') }} | {{ __('basic.name') }} | {{ __('basic.type') }} | {{ __('basic.balance before') }} | {{ __('basic.amount') }} | {{ __('basic.branch') }} | {{ __('basic.note') }} |
---|---|---|---|---|---|---|
{{ date('d M Y', strtotime($item->date)) }} | @if ($item->service) {{ $item->service->name }} @else Add new balance @endif | {{ $msg }} | {{ $item->balance_before_tran }} {{ __('basic.egp') }} | {{ $item->amount }} {{ __('basic.egp') }} | {{ $item->branch->name }} | {{ $item->note }} |