@inject('sentinel', 'Cartalyst\Sentinel\Native\Facades\Sentinel') @extends('layout.front') @section('css_page_level') @endsection @section('page-content')
日期 | {{-- @if(Sentinel::permission()->counter == 'admin')申請人 | @endif --}}公司 | 姓名 | 來訪時段 | 報到時間 | 離開時間 | 來訪人數 | 車牌號碼 | 車位 | 狀態 | 動作 |
{{$one->reserve_date}} | {{-- @if(Sentinel::permission()->counter == 'admin'){{$one->user_name}} | @endif --}}{{$one->com_name}} | {{$one->guest_name}} | {{$one->time_start}} - {{$one->time_end}} | {{$one->checkin}} | {{$one->checkout}} | {{$one->amount}} | {{$one->code}} | {{$one->location}} | @if($one->status == 0) @elseif($one->status == 1) @elseif($one->status == 2) @elseif($one->status == 3) @elseif($one->status == 4) @elseif($one->status == 5) @endif |
@if($one->status == 0)
|