@section('externalcss') @endsection @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('reports-read'))
@error('start_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
Show @if(sizeof($datatables)>0) Export @endif
@if(sizeof($datatables)>0) @foreach($datatables as $table) @endforeach @else @endif
Visit Date UHID Patient Name Mobile Diagnosis Name(s) No Of Tests Gross Cancel Discount Discount Refer By Net Amount Balance Settlement By Cash Card UPI Paid(User) Referal Dr. Name Dr. Margin Client Name Client Margin Pathology Name Pathology Margin
{{\Carbon\Carbon::parse($table['created_at'])->format('d-M-Y')}}
{{\Carbon\Carbon::parse($table['created_at'])->format('h:m A')}}
NA {{$table['patient_name']}} {{$table['phone_no']}} @foreach($table['get_lab_dignosys_entry_item_view'] as $item) {{$item['diagnosis_name']}}, @endforeach {{sizeof($table['get_lab_dignosys_entry_item_view'])}} {{$table['sub_total_amount']}} {{0}} {{$table['disc_amount']}} NA {{$table['paid_amount']}} 0 NA @foreach(collect($table['mode_of_payment']) as $payment) @if(isset($payment['cash'])) {{ $payment['cash'] }} @endif @endforeach @foreach(collect($table['mode_of_payment']) as $payment) @if(isset($payment['debit_card'])) {{ $payment['debit_card'] }} @elseif(isset($payment['credit_card'])) {{ $payment['credit_card'] }} @endif @endforeach @foreach(collect($table['mode_of_payment']) as $payment) @if(isset($payment['upi'])) {{ $payment['upi'] }} @endif @endforeach {{$table['paid_amount']}} @if($table['doctor_id'] !=null) {{$table['doctor_name']}} @else {{$table['unregistered_dr_name']}} @endif {{$table['doctor_margin']}} {{$table['agent_name']}} {{$table['agent_margin']}} {{$table['pathology_name']}} {{$table['pathology_margin']}}

No Data Available

@endif @section('externaljs') @endsection