@php $total_quantity=0; $total_amount=0; @endphp @foreach($trnasfer_products as $trnasfer_product) @endforeach {{-- --}}
Transfer Date Transfer by Transfer To Quantity Amount Note Action
{{$trnasfer_product->transfer_date }} {{$trnasfer_product->employeeName->name }} {{$trnasfer_product->branchName->name }} {{$trnasfer_product->total_quantity }} {{$trnasfer_product->total_amount }} {{$trnasfer_product->note }} @php $total_quantity= $total_quantity + $trnasfer_product->total_quantity; $total_amount= $total_amount + $trnasfer_product->total_amount; @endphp #
Total {{$total_quantity}} {{$total_amount}}{{$calculateData['total']}}