@if (!empty($types['use'])) @if ($types['use'] <> 'other') @endif @endif @foreach (config('rent.rent_type') as $key => $text) @endforeach @if (!empty($rent->attachment)) @endif @if (count($rent->receipts)) @endif @if (isset($basic['fee']['recognizance'])) @endif @if ($role == 'user') @if (!empty($rent->remark)) @endif @endif
場地
{{$rent->site_name}}
區域 @foreach ($areas as $area)
{{$area->name}}
@endforeach
日期
起:{{$rent->sdate}}
訖:{{$rent->edate}}
用途 {{config('rent.intramural_use')[$types['use']]}}
星期 @foreach ($course['weeks'] as $week)
{{config('rent.rent_week')[$week]}}
@endforeach
時間
起:{{$course['stime']}}
訖:{{$course['etime']}}
{{$text}} @if ($types[$key])是@else否@endif
附件 查看
收據 @foreach ($rent->receipts as $receipt) @php $text = config('rent.rent_receipt')[$receipt->kind]['name'].'收據'; @endphp
{{$text}}
@endforeach
試算 {{number_format($rent->rental)}}
保證金 {{number_format($basic['fee']['recognizance'])}}
狀態 {{ config('rent.status')[$rent->status] }}
備註 {{ $rent->remark }}