@extends("layout") @section("content")
| # | {{Lang::choice('messages.commodity',1)}} | {{Lang::choice('messages.batch-no',1)}} | Quantity Received | {{Lang::choice('messages.qty-issued',1)}} | {{Lang::choice('messages.current-bal',1)}} | {{Lang::choice('messages.expiry-date',1)}} | |
|---|---|---|---|---|---|---|---|
| {{$i++}} | {{Commodity::find($row->commodity_id)->name}} | {{$row->batch_number }} | {{$row->quantity_in}} | {{$row->quantity_out}} | {{$row->balance}} | {{ date('d M Y', strtotime($row->expiry_date)) }} | |
| {{Lang::choice('messages.no-data-found',1)}} | |||||||
| # | {{Lang::choice('messages.commodity',1)}} | {{Lang::choice('messages.supplier',1)}} | {{Lang::choice('messages.batch-no',1)}} | {{Lang::choice('messages.quantity',1)}} | {{Lang::choice('messages.expiry-date',1)}} | {{Lang::choice('messages.qty-issued',1)}} | {{Lang::choice('messages.current-bal',1)}} |
| {{$i++}} | {{$row->balance}} | {{ $row->sourceOfStock($row->to_from_type,$row->to_from)->name }} | {{$row->batch_number }} | {{$row->quantity}} | {{ date('d M Y', strtotime($row->expiry_date)) }} | {{$row->balance}} | |
| {{Lang::choice('messages.no-data-found',1)}} | |||||||