@extends('layout.layout') {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => route('admin.rent.course')])
{{csrf_field()}} {{-- 場地 --}}
@foreach ($sites as $site)
id) ? 'checked':''}} />
@endforeach @if($errors->has('site')) @foreach ($errors->get('site') as $error)
{{$error}}
@endforeach @endif
{{-- 檔案 --}}
範例(限EXCEL) @if($errors->has('file')) @foreach ($errors->get('file') as $error)
{{$error}}
@endforeach @endif
@endsection