{{-- Style --}} @push('links') @endpush @if (!empty($week)) @endif @if ($rent->status == 9 && !empty($dates)) @endif @if (!empty($rent->description)) @endif @if (count($rent->attachments)) @endif @if ($role == 'user') @if (!empty($rent->remark)) @endif @endif
場地
{{$site->name}}
日期 @if (empty($rent->week))
{{$rent->sdate}}
@else
起:{{$rent->sdate}}
訖:{{$rent->edate}}
@endif
時間
起:{{substr($rent->stime, 0, 5)}}
訖:{{substr($rent->etime, 0, 5)}}
星期 @foreach ($week as $w)
{{config('siterent.rent_week')[$w]}}
@endforeach
除外 @foreach ($dates as $date)
{{$date}}
@endforeach
用途 {{$rent->purpose}}
說明 {{$rent->description}}
附件 @foreach ($rent->attachments as $i => $attachment)
{{$attachment->name}}
@endforeach
狀態 {{ config('siterent.rent_status')[$rent->status] }}
備註 {{ $rent->remark }}