@if (@isset($products) && !@empty($products) && count($products) >0 ) @php $i=1; @endphp
# | {{ __('report.invoiceNo') }} | {{ __('home.productNo') }} | {{ __('home.product') }} | {{ __('report.date') }} | {{ __('home.operationtype') }} | - | {{ __('home.quantity') }} | {{ __('home.price') }} | {{ __('home.operations') }} | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $i }} | {{ $invoice['id'] }} | {{ $invoice['Product_Code'] }} | {{ $invoice['product_name'] }} | {{ $invoice['created_at']}} | @if( $invoice['type'] ==1){{ $invoice['operation'] }} | @endif @if( $invoice['type'] ==3){{ $invoice['operation'] }} | @endif @if($invoice['type']==2){{ $invoice['operation'] }} | @endif{{ $invoice['man'] }} | {{ $invoice['quantity'] }} | {{ $invoice['price'] }} | @if( $invoice['type'] ==1){{ __('home.show') }} | @endif @if($invoice['type']==2){{ __('home.show') }} | @endif @if($invoice['type']==3){{ __('home.show') }} | @endif