必要書類の準備

@unless(($contract->document_delegation == config('const.document_delegation_status_code.ushitra'))) @if(isset($documents) && !is_null($documents))

まずは必要な書類の書式を取得しましょう。
取得をしたら売主からの署名捺印をお願いします。

@if(isset($documents) && !is_null($documents)) @foreach($documents as $document) @endforeach @endif
{{ 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

[コンビニでの印刷方法]
セブンイレブンローソン・ファミリーマート

売主からの署名捺印が完了したら、書類をスキャン、
または写真を撮影し、アップロードしてください。
弊社にて書類を確認の上、ご連絡をいたします。

@if(isset($documents) && !is_null($documents)) @foreach($documents as $document) @endforeach @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

@if(file_exists(public_path("assets/share/img/sample/").config('const.document_category_front.'.$document->sub_category).".jpg")) @endif

参考
画像

@include('user.vehicles._document_file', ["document_index" => $document->id])
@error("contract_file.{$document->id}.file_path")

{{ $message }}

@enderror
@if($contract->contract_register_status != config('const.contract_status_code.cancel') && $contract->document_upload_complete != config('const.contract_document_upload.complete')) @unless($contract->contract_register_status > config('const.contract_status_code.waiting_document')) 一時保存 @endunless @if($contract->contract_register_status == config('const.contract_status_code.waiting_document')) 登録 @endif @endif @endif @endunless