# | 時間 | 住戶姓名 | 住戶帳號 | 花費點數 | @inject('Setting','anlutro\LaravelSettings\SettingStore') @if($Setting->get('meal_status_check') == 'on')餐桌號碼 | 訂單狀態 | 訂單詳細內容 | 動作 | @endif
---|---|---|---|---|---|---|---|---|
{{$one->id}} | {{$one->created_at}} | {{$one->user_name}} | {{$one->user_username}} | {{ $one->cost_point }} | @if($Setting->get('meal_status_check') == 'on'){{ $one->num }} | @if($one->status == 0) @else @endif | 查看 | @if($one->status == 0) 出餐 @endif | @endif