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