@extends("Kitchen-Owner.layout.app") @section("title","Kitchen Dashboard") @section("content")

List Of All Orders

Here, You can manage orders

@foreach($allOrders as $key=>$allOrder) @endforeach
Id Order Id Date User Name Contact No. Location Order Status Payment Status Action
{{++$key}} kh132g {{!empty($allOrder->created_at->format('Y-m-d'))? $allOrder->created_at->format('Y-m-d') : ''}} {{!empty($user_record[$key]?->userInfo?->username)? $user_record[$key]?->userInfo?->username:''}} {{!empty($user_record[$key]?->user_phone)? $user_record[$key]?->user_phone : ''}} {{!empty($allOrder->order_location)? substr($allOrder->order_location,0,20):''}}...
@csrf
@csrf
@endsection @push("script") @if(Session::has('msg')) @endif @endpush