@extends("layouts.admin.app") @section("page-nav-title")
{{__("All Wallets Technician")}}
| #{{__("ID")}} | {{__("Date")}} | @else{{__("Name")}} | @endif{{__("Total Price")}} | {{__("Captured")}} | {{__("commission")}} | {{__("App Received")}} | {{__("Sub Total")}} |
|---|---|---|---|---|---|---|---|
| {{$transaction['id']}} | {{$transaction['created_at']}} | {{$transaction['total_amount']}} | {{$transaction['received']}} | {{$transaction['commission']}} | {{$transaction['app_received']}} | {{$transaction['subTotal']}} | |
| Total | {{$all_total_amount}} | {{$total_received}} | {{$total_commission}} | {{$total_app_received}} | {{$total_subTotal}} | ||
| {{$index}} | {{$transaction['all_total_amount']}} | {{$transaction['total_received']}} | {{$transaction['total_commission']}} | {{$transaction['total_app_received']}} | {{$transaction['total_subTotal']}} | ||
| Total | {{$all_total_amount}} | {{$total_received}} | {{$total_commission}} | {{$total_app_received}} | {{$total_subTotal}} |