{{ config('const.document_title_index.'.($loop->index + 1)) }}{{ config('const.document_category_front.'.$document->sub_category) }}
@if($document->sub_category == config('const.document_category_front_code.insurance_certificate')) @endif @if(!empty(config('const.document_download_description.'.$document->sub_category)))※{{ config('const.document_download_description.'.$document->sub_category) }}@endif @if(($document->sub_category == config('const.erase_document_sub_category_code.purchase_contract')) || (!empty($document->file_path) && Storage::disk('document')->has($document->id.'/'.$document->file_path))) 書式をメールで送信 {{--@if(Browser::isAndroid() || Browser::isMac()) 書式をメールで送信 @else $document->id]) }}" >書式をダウンロード @endif--}} @endif |
---|
{{ config('const.document_title_index.'.($loop->index + 1)) }}{{ config('const.document_category_front.'.$document->sub_category) }} 必須 @php $file = $contract->getFile($document->id); @endphp |
@if(!empty(config('const.document_description.'.$document->sub_category)))※{{ config('const.document_description.'.$document->sub_category) }}@endif
@include('user.vehicles._document_file', ["document_index" => $document->id])
@error("contract_file.{$document->id}.file_path")
{{ $message }} @enderror |
---|