@extends('layouts/inventory_layout') @section('title', '| '.$moduleTitle) @section('content') @include('successMsg')
| Bill No | : | {{'ER'.$data->employee_requisition_no}} | Bill Date | : | {{date('d-m-Y', strtotime($data->employee_requisition_date))}} | Branch | : | {{$data->inv_branch->name}} | ||
| Total Quantity | : | {{$data->total_quantity}} | To Employee | : | {{$data->inv_employee->emp_name_english}} |
| SL No. | Product Name | Uom Name | Current Stock | Demand | Quantity |
|---|---|---|---|---|---|
| {{++$no}} | {{$details->inv_product->name}} | {{$details->inv_product->inv_uom->name}} | {{ $current_stock }} | {{ $details->requested_qty }} | @if($isEditAccess == true) @else {{$purchaseBarcodeQuantity}} @endif |
| Total | {{$t_d_qty}} | {{$t_qty}} | |||