@if (@isset($products) && !@empty($products) && count($products) >0 ) @php $i=1; @endphp
@foreach ($products as $invoice) @if( $invoice['type'] ==1) @endif @if( $invoice['type'] ==3) @endif @if($invoice['type']==2) @endif @if( $invoice['type'] ==1) @endif @if($invoice['type']==2) @endif @if($invoice['type']==3) @endif @endforeach
# {{ __('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']}}{{ $invoice['operation'] }}{{ $invoice['operation'] }}{{ $invoice['operation'] }}{{ $invoice['man'] }} {{ $invoice['quantity'] }} {{ $invoice['price'] }}    {{ __('home.show') }}    {{ __('home.show') }}    {{ __('home.show') }}
@else
{{__('home.notfounddata')}}
@endif