@if(count($items) > 0) @foreach($items as $item) {{----}} {{----}} @endforeach @endif
Terminal # Transaction # Sales Man User Member Gross Amount Net Amount Discount Sub Total Discount Total Item Discount Return Exchange Amount Cash Amount Card Amount Gift Amount Charge Amount Check Amount Account Amount ATM Amount Deffered Amount Other Payment Date Time Posting Time Action
{{ $item->company_name }}{{ $item->branch_name }}{{ $item->terminal_no }} {{ $item->transaction_no }} {{ $item->sales_man }} {{ $item->user }} {{ $item->member }} {{ number_format($item->gross_amount,2) }} {{ number_format($item->net_amount,2) }} {{ $item->discount_name }} {{ number_format($item->sub_total_discount,2) }} {{ number_format($item->total_item_discount,2) }} {{ number_format($item->retex_amount,2) }} {{ number_format($item->cash_amount,2) }} {{ number_format($item->card_amount,2) }} {{ number_format($item->gift_amount,2) }} {{ number_format($item->charge_amount,2) }} {{ number_format($item->check_amount,2) }} {{ number_format($item->account_amount,2) }} {{ number_format($item->atm_amount,2) }} {{ number_format($item->deffered_amount,2) }} {{ number_format($item->other_payment,2) }} {{ $item->local_time }} {{ $item->created_at }} Details
@endsection