@extends('layouts/pos_layout') @section('title', '| '.$moduleTitle) @section('content') @include('successMsg')
| Bill No | : | {{$ordBillNo}} | Bill Date | : | {{date('d-m-Y', strtotime($data->order_date))}} | From Branch | : | {{$data->fromBranch->name}} | ||
| To Supplier | : | {{$data->toSupplier->name}}({{ $data->toSupplier->company_name }}) | Total Quantity | : | {{$data->total_quantity}} |
| SL No. | Branch Name | Product Name | Model Name | Current Stock | Qty |
|---|---|---|---|---|---|
| {{++$no}} | Warning: Undefined variable $details in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/requisitionForOrderToSupplier/order/approve.blade.php on line 103 Warning: Attempt to read property "fromRequisitionBranch" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/requisitionForOrderToSupplier/order/approve.blade.php on line 103 Warning: Attempt to read property "branchCode" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/requisitionForOrderToSupplier/order/approve.blade.php on line 103 Warning: Undefined variable $details in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/requisitionForOrderToSupplier/order/approve.blade.php on line 103 Warning: Attempt to read property "fromRequisitionBranch" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/requisitionForOrderToSupplier/order/approve.blade.php on line 103 Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/transaction/requisitionForOrderToSupplier/order/approve.blade.php on line 103 - |
@php
$productAll = \App\Models\pos\ProductConfig\PosProduct::whereIntegerInRaw('id',json_decode($details->product_id))->groupBy('name')->get();
//dd($productAll);
@endphp
@foreach($productAll as $keyProduct => $productData)
{{ $productData->name }} @endforeach |
{{$details->posProductModel->name}} | {{ $details->current_stock }} | @if($isEditAccess == true) @else {{$details->quantity}} @endif |
| Total | {{$t_qty}} | ||||