{{-- Style --}} @push('links') @endpush
| 場地 |
{{$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) @endforeach |
| 狀態 | {{ config('siterent.rent_status')[$rent->status] }} |
| 備註 | {{ $rent->remark }} |