@extends('layout.layout') @section('content') @include('custom::component.reply-btn', ['url' => route('admin.rent.'.$action)])
申請人資訊
帳號 {{$rent->user->uid}}
姓名 {{$rent->user->name}}
借用資訊
@include('siterent::component.rent-detail', [ 'role' => 'admin', 'site' => $site, 'rent' => $rent, 'week' => $week, ])
@include('component/show/delete', [ 'delete_route' => route('admin.rent.destroy', $rent->id),'method' => 'delete' ]) @if ($rent->status == 1) 審核 @elseif ($rent->status == 9) 調課設定 @endif
@endsection {{-- Script --}} @push('scripts') @endpush