{{__('Select branch')}}
@if(isset($group)) @endif @if(isset($visit)) @endif

{{__('Patient Info')}}

@can('create_patient') @endcan
@can('create_doctor') @endcan
{{__('Tests')}}
@foreach($tests as $test) @endforeach
{{__('Test Name')}} {{__('Price')}}
{{formated_price($test['price'])}}
{{__('Cultures')}}
@foreach($cultures as $culture) @endforeach
{{__('Culture Name')}} {{__('Price')}}
{{formated_price($culture['price'])}}

{{__('Receipt')}}

{{__('Subtotal')}} {{get_currency()}}
{{__('Contract')}} @if(isset($group)) @endif
{{__('Discount')}} {{get_currency()}}
{{__('Total')}} {{get_currency()}}
{{__('Paid')}} {{get_currency()}}
{{__('Due')}} {{get_currency()}}
{{__('Cancel')}}