@extends('layout.layout') @section('content') @include('custom::component.reply-btn', ['url' => url()->previous()])
租借資訊
@include('rent::component.rent-detail', [ 'role' => 'user', 'rent' => $rent, 'area' => $areas, 'types' => $data['types'], 'course' => $data['course'], ])
@if (isset($data['peripheral']))
週邊設備
@include('rent::component.peripheral-detail', [ 'peripherals' => $data['peripheral'], ])
@endif
@if (empty($data['isIntramural']))
日期規劃
@include('rent::component.schedule-detail', [ 'dates' => $dates, 'basic' => $data['basic'], ])
@endif
@if ($rent->status == 'N') 編輯 @elseif ($rent->status == 0) 編輯 @elseif (in_array($rent->status, [3, 6])) 上傳收據 @endif
@include('custom::component.delete-window', ['url' => route('user.rent.destroy', $rent->id)]) @endsection {{-- Script --}} @push('scripts') @endpush