@extends('admin.layout.master') @section('title',strtoupper($route_group)) @section('custom_style') @endsection @section ('content')
| # | {{--Date | --}}{{ $orders->first()->transaction_type>200?'Product':'Category' }} | {{--SR | --}} {{--Price | Qty | --}}{{$type==2?'QTY':'AMOUNT'}} |
|---|---|---|---|---|---|---|
| {{ (++$p) }} | {{--{{ date('d-M-Y h:i A',strtotime($item->date)) }} | --}}{{ $item->transaction_type>200?$item->product->name_eng:$item->category->name_eng }} | @if(Request()->edit_sr_sale) {{-- @if(Request()->edit_sr_sale && $item->transaction_type==3) --}} @else {{$item->price}} @endif @php $total+=$item->price; @endphp | |||
| {{ (++$p) }} | {{--{{ date('d-M-Y h:i A',strtotime($dateForEditNew)) }} | --}}{{ $cat->name_eng }} | ||||
| @if($orders->first()->transaction_type==3) || Memo @if(Request()->edit_sr_sale) @else {{$transactionInvoice->memo_no}} @endif || @endif {{ 'TOTAL' }} | {{$total}} | |||||