@include('partials.header')
@forelse($payouts as $p) @empty @endforelse
# Barcode Agent Name AST DST Product Price Barcode Price Transaction ID Date Distributor Pay Agent Pay
{{ $loop->iteration }} {{ $p->barcode }} {{ $a->legal_name }} {{ $p->ast }} {{ $p->dst }} {{ $p->product_price }} {{ $p->barcode_price }} {{ $p->tagid }} {{ $p->created_at->format('Y-m-d H:i') }} {{ $p->distributor_pay }} {{ $p->agent_pay }}
No data found
@include('partials.footer')