@csrf
Billing Details
{{--
--}}
{!! $patients['name'] ?? '' !!}
{!! isset($patients['gender']) && $patients['gender'] != '' ? ' ' . $patients['gender'] : '' !!}{!! isset($patients['date_of_birth']) && $patients['date_of_birth'] != '' ? ', ' . age($patients['date_of_birth']) . ' Years' : '' !!}
{!! isset($patients['phone_no']) && $patients['phone_no'] != '' ? ' ' . $patients['phone_no'] : '' !!}
@if(!empty($doctors))
{!! $doctors['name'] ?? '' !!}
{!! isset($doctors['phone_no']) && $doctors['phone_no'] != '' ? ' ' . $doctors['phone_no'] : '' !!}
{!! isset($doctors['gender']) && $doctors['gender'] != '' ? ' ' . $doctors['gender'] : '' !!}{!! isset($doctors['date_of_birth']) && $doctors['date_of_birth'] != '' ? ', ' . $doctors['date_of_birth'] : '' !!}
@else
Self
@endif
This field is required.
{{--
This field is required.
This field is required.
--}}
This field is required.
{{--
--}}
{{--
This field is required.
Due amount can not be in negative.
This field is required.
--}}
{{--
--}}