@php use App\Lib\MyHelper; $grantedFeature = session('granted_features'); @endphp @extends('layouts.app') @section('title', 'Order Pending') @section('breadcrumb', 'Order Pending') @section('sub-breadcrumb') {{-- --}} List Detail Pending Items @endsection @section('order-p', 'kt-menu__item--open kt-menu__item--here') @section('order-pending', 'kt-menu__item--active') @section('content')
Item | Qty | SKU | Unit |
---|---|---|---|
{{$item['name']}} | {{$item['qty']}} | {{$item['brand_item']['accurate_code']}} | {{$item['brand_item']['brand_item_unit2_order']['unit']['name']}} |