@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')
@include('layouts.notification')
Oulet Name
: {{$order['brand_outlet']['name']}} (Owned)
Oulet Address
: {{$order['brand_outlet']['address']}}
Order Date
: {{$order['order_date']}}
Transfer Item
: {{$order['item_transfer_id_accurate']}}
Status Outlet
: @if ($order['brand_outlet']['status_franchise'] == 1) Outlet Franchise @else Outlet Brand @endif
Total Items
: {{$order['item_total']}} pcs
User Order
: {{$order['user_order']['name']}}
User Email
: {{$order['user_order']['email']}}
User Phone
: {{$order['user_order']['phone']}}
Address
: {{$order['address'] ?? '-'}}
Detail Barang
@foreach ($order['brand_outlet_order_details'] as $item) @endforeach
Item Qty SKU Unit
{{$item['name']}} {{$item['qty']}} {{$item['brand_item']['accurate_code']}} {{$item['brand_item']['brand_item_unit2_order']['unit']['name']}}
@endsection @section('custom-script') @endsection