@extends('layouts/pos_layout') @section('title', '| '.$moduleTitle) @section('content') @include('successMsg')
Ref No: N/A/2026/
July 22,2026
Sub: Supply order of N/A Product for
Warning: Undefined variable $company in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/requisitionForOrderToSupplier/order/viewOrderDetails.blade.php on line 59
Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/transaction/requisitionForOrderToSupplier/order/viewOrderDetails.blade.php on line 59
Branches.
| SL | Product Model | Qty | {{ $company->name }} Price | MRP | Amount | Category | Delivery Address & Contact No. |
|---|---|---|---|---|---|---|---|
| {{ $sl++ }} | {{ $orderDetail->posProductModel->name ?? 'N/A' }} {{ $orderDetail->posProductModel->id ?? 'N/A' }} | {{ $orderDetail->quantity }} | {{ number_format($companyPrice, 2) }} | {{ number_format($mrp, 2) }} | {{ number_format($amount, 2) }} | @if ($firstRow){{ $orderDetail->posSubCategory->name ?? 'N/A' }} |
{{ $orderDetail->fromRequisitionBranch->branchCode ?? '' }}-{{ $orderDetail->fromRequisitionBranch->name ?? 'N/A' }} {{ $orderDetail->fromRequisitionBranch->address ?? '' }} {{ $orderDetail->fromRequisitionBranch->phone ?? '' }} |
@endif
| Total : | {{ $t_qty }} | {{ number_format($t_amount, 2) }} | |||||