{{ __('label.message.no-data') }}
@else @include('components.data', [ 'layout' => ( $i>$orders_data ) ? $surpluses_totals : $orders_totals, 'data' => $table ]){{ __('label.message.no-products') }}
@else{{ __('table.header.id') }} | {{ __('table.header.category') }} | {{ __('table.header.code') }} | {{ __('table.header.price') }} | {{ __('table.header.quantity') }} |
---|---|---|---|---|
{{ $j++ }} | {{ $product->category}} | {{ $product->code }} | {{ $product->price }} | {{ $product->quantity }} |