@extends('layouts.app') @section('title','Receipt Vouchers') @section('pages')
@php $redirect = request('redirect'); @endphp
@csrf
@if(!isset($redirect) || $redirect != 'lab-billings')
    @else
      @endif


      @php $collection_amount = $transactionSummery['totalBilling'] - $transactionSummery['discountAmount'] - $totalReturn; @endphp @php $ids = []; $lastKey = 0; @endphp @foreach($accounting_group as $key => $list) @php $lastKey++; @endphp @endforeach @foreach($accounting_expenses as $keys => $list) @endforeach
      Sr No. Transaction Mode Receive Mode Transaction Referrence Amount
      {{ $key + 1 }} {{$list->name ?? ''}}
      {{$accounting_tds->name ?? ''}}
      {{$list->name ?? ''}}
      Total Received
      Total Due
      @endsection @section('js') @endsection