@extends('layouts/inventory_layout') @section('title', '| '.$moduleTitle) @section('content') @include('successMsg')
| Bill No | : | {{'TR'.$data->transfer_no}} | Bill Date | : | {{date('d-m-Y', strtotime($data->transfer_date))}} | From Branch | : | {{($data->inv_branch) ? $data->inv_branch->name : 'N/A'}} | ||
| Total Quantity | : | {{$data->total_quantity}} | To Branch | : | {{($data->inv_to_branch) ? $data->inv_to_branch->name : 'N/A'}} |
| 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}} | |||