Branch Item Stock Report
{!! Form::select('company[]', $companies, null, array('id' => 'company', 'class' => 'form-control' ,'multiple' => 'multiple' ,'data-placeholder' => 'SELECT DIVISION')) !!}
{!! Form::select('status[]', $stock_status, null, array('id' => 'company', 'class' => 'form-control' ,'multiple' => 'multiple' ,'data-placeholder' => 'SELECT DIVISION')) !!}
{!! Form::text('keyword',null,array('class' => 'form-control', 'id' => 'keyword','placeholder' =>'Enter Item')) !!}
| Company Name | Branch Name | Total Stocks | Action |
|---|---|---|---|
| {{ $item->company_name }} | {{ $item->branch_name }} | {{ number_format($item->total_stocks) }} | Details |