@extends('layout.layout') {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => route('user.rent.show', ['id' => $rent->id])])
{{csrf_field()}}

{{$site->name}}

@if (\Auth::user()->role != 'normal')
role == 'student' || \Auth::user()->role == 'teacher') {{ "系所/行政單位" }} @else {{ "公司行號" }} @endif required="required">
@endif
格式 jpeg,bmp,png,gif,svg,pdf @if($errors->has('file')) @foreach ($errors->get('file') as $error)
{{$error}}
@endforeach @endif @if (!empty($rent->attachment)) 租借附件 @endif 再次上傳檔案將自動替換
@if (in_array($rent->status,['4','5']))
@endif @if (in_array($rent->status,['0']))
@endif
@endsection