{!! Form::open(array('route' => array('sales.items.report'), 'class' => 'form-horizontal form-label-left', 'method' => 'POST')) !!}
{!! Form::close() !!}

Item Details Report

@if(count($items) > 0) @foreach($items as $item) @endforeach @else @endif
Barcode Itemcode Category Sub Category Color Unit Description Cost SRP Qty Gross Amount Net Amount Discount
{{ $item->barcode }} {{ $item->itemcode }} {{ $item->category }} {{ $item->sub_category }} {{ $item->color }} {{ $item->unit }} {{ $item->description }} {{ number_format($item->cost,2) }} {{ number_format($item->srp,2) }} {{ $item->qty }} {{ number_format($item->gross_amount,2) }} {{ number_format($item->net_amount,2) }} {{ number_format($item->discount,2) }}
No record found