@if(is_object($contract)) {{ Form::open(["route"=>["admin.contract.update", "contract"=>$contract->id], "method"=>"put"]) }} @endif
書類タイプ {{ config('const.contract_document_type.'.(isset($contract->vehicle->document_type) ? $contract->vehicle->document_type : '')) }}
    @foreach(config('const.contract_file_type') as $type => $title) @php $file = is_object($contract) ? $contract->getFile($type) : null; @endphp
  • {{ $title }}

    @if(is_object($file) && !empty($file->file_path) && Storage::disk('contract')->has($contract->id.'/'.$file->file_path)) @endif
  • @endforeach
売主名
銀行名
支店名
口座種別
口座名義
口座番号
引渡先郵便番号
引渡先住所
引渡時立ち合い @if(isset($contract->attendance_delivery) && $contract->attendance_delivery == config('const.contract_attendance_status_code.impossible'))
引取先担当者名
電話番号
@endif
引取希望日
備考
引取日 @error('collection_date')

{{ $message }}

@enderror
買取金額 @error('purchasing_price')

{{ $message }}

@enderror
ステータス
車検証
@php $count = 0; @endphp @foreach(config('const.vehicle_register_files') as $key => $title) @php $file = $vehicle->getFile($key, 0); @endphp @if($key != 'inspection' && (is_object($file) && !empty($file->file_path) && Storage::disk('vehicles')->has($vehicle->id.'/'.$file->file_path)))
{{ $title }} id }}/{{ $file->file_path }}" data-lity="data-lity">id }}/{{ $file->file_path }}">
@php $count++; @endphp @endif @endforeach
@if(is_object($contract))
$contract->id, 'is_confirm'=>1]) }}" class="back">戻る
@endif @if(is_object($contract))
@endif @if(is_object($contract)) {{ Form::close() }} @endif @if(is_object($contract))