@php $list = $orders->items ?? []; $total = $orders->total ?? 0; $refreshUrl = route('order.index'); $orderStatus = $orderStatus ?? 'pending'; $status = (int)array_search($orderStatus, config('status.order')); $locale = $locale ?? app()->getLocale(); $noLabel = true; @endphp @extends('shared.admin') @section('content')