@extends('layout.layout') @push('links') @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => $return_url])
{{csrf_field()}} {!! $form->render() !!} @if (in_array($rent->status,['6','6b','6c','8','9','4','5']))
@endif
@if($errors->has('file.*')) @foreach($errors->get('file.*') as $key => $error)
{{ $errors->first($key) }}
@endforeach @endif
上傳格式僅提供png、jpeg、odt、ods、pdf
@endsection {{-- Script --}} @push('scripts') @endpush