@if(is_object($contract)) {{ Form::open(["route"=>["admin.contract.update", "contract"=>$contract->id], "method"=>"put"]) }} @endif @php if (isset($contract->id)) { if($contract->document_delegation == config('const.document_delegation_status_code.ushitra')) { $show_seller_info = true; $show_delivery = true; $show_doc_info = true; $show_date_info = true; } else { switch ($contract->contract_register_status) { case config('const.contract_status_code.waiting_seller'): $show_seller_info = false; $show_delivery = false; $show_doc_info = false; $show_date_info = false; break; case config('const.contract_status_code.waiting_client'): $show_seller_info = true; $show_delivery = false; $show_doc_info = false; $show_date_info = false; break; case config('const.contract_status_code.waiting_document'): $show_seller_info = true; $show_delivery = true; $show_doc_info = true; $show_date_info = false; break; case config('const.contract_status_code.waiting_document_confirm'): $show_seller_info = true; $show_delivery = true; $show_doc_info = true; $show_date_info = false; break; default: $show_seller_info = true; $show_delivery = true; $show_doc_info = true; $show_date_info = true; break; } } } else { $show_seller_info = false; $show_delivery = false; $show_doc_info = false; $show_date_info = false; } @endphp
ステータス @if(isset($contract->document_delegation) && $contract->document_delegation == config('const.document_delegation_status_code.self')) @else @error('status')

{{ $message }}

@enderror @endif
    @include('admin.contract.form._document_list')
売主名
売主の連絡先
銀行名
支店名
口座種別
口座名義(カナ)
@unless(isset($contract->document_delegation) && $contract->document_delegation == config('const.document_delegation_status_code.self')) @endif
口座番号
引渡先郵便番号
@error('delivery_zip_code1')

{{ $message }}

@enderror @error('delivery_zip_code2')

{{ $message }}

@enderror
引渡先住所
引渡時立ち合い
@foreach(config('const.contract_attendance_status') as $key => $status) attendance_delivery : '') == $key ? 'checked' : '' }}> @endforeach

引取日に連絡が取れる状態にしておいて下さい。

引取先担当者名
引取先担当者電話番号
@error('attendance_charger')

{{ $message }}

@enderror @error('attendance_tel')

{{ $message }}

@enderror
引取希望日
  • 第1希望
  • @foreach(config('const.day_of_time') as $key => $time) collection_request_time1 : '') == $key ? 'checked' : '' }}> @endforeach
  • 第2希望
  • @foreach(config('const.day_of_time') as $key => $time) collection_request_time2 : '') == $key ? 'checked' : '' }}> @endforeach
  • 第3希望
  • @foreach(config('const.day_of_time') as $key => $time) collection_request_time3 : '') == $key ? 'checked' : '' }}> @endforeach
備考
伝票番号
伝票画像 @include('admin.contract.form._document_file', ['file_type'=>"reception_file"])
@if($vehicle->getFiles('inspection')->count()) @endif
書類アップロード済
document_upload_confirm) ? $contract->document_upload_confirm : '') ? 'checked' : '' }}>
書類提出済み
document_submission_confirm) ? $contract->document_submission_confirm : '') ? 'checked' : '' }}>
引取日時
  • @foreach(config('const.day_of_time') as $key => $time) collection_date_time : '') == $key ? 'checked' : '' }}> @endforeach
{{--
--}} {{--
    --}} {{--
  • --}} {{-- --}} {{--
  • --}} {{--
  • --}} {{-- --}} {{--
  • --}} {{--
  • --}} {{--
    --}} {{-- @foreach(config('const.day_of_time') as $key => $time)--}} {{-- collection_date_time1 : '') == $key ? 'checked' : '' }}>--}} {{-- --}} {{-- @endforeach--}} {{--
    --}} {{--
  • --}} {{--
--}} {{--
--}}
@error('collection_date')

{{ $message }}

@enderror @error('collection_date_time')

{{ $message }}

@enderror @error('collection_date1')

{{ $message }}

@enderror
買取金額  円(税別) @error('purchasing_price')

{{ $message }}

@enderror
契約キャンセル
is_cancel_contract) ? $contract->is_cancel_contract : '') ? 'checked' : '' }}>
引取・支払
payment_to_owner) ? $contract->payment_to_owner : '') ? 'checked' : '' }}>
支払日 @error('payment_to_owner_date')

{{ $message }}

@enderror
サポート料
payment_to_supporter) ? $contract->payment_to_supporter : '') ? 'checked' : '' }}>
支払日 @error('payment_to_supporter_date')

{{ $message }}

@enderror
取引完了
is_finish_contract) ? $contract->is_finish_contract : '') ? 'checked' : '' }}>
車検証
@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
名義変更後書類 @include('admin.contract.form._document_file', ["file_type"=>"after_name_change", "show_btn"=>1, 'extension'=>'.pdf,.'.implode(',.',config('const.image_file_extension')), 'show_doc_info'=>1])
看板消し画像1 @include('admin.contract.form._document_file', ["file_type"=>"signboard_erase1", "show_btn"=>1, 'extension'=>'.pdf,.'.implode(',.',config('const.image_file_extension')), 'show_doc_info'=>1])
看板消し画像2 @include('admin.contract.form._document_file', ["file_type"=>"signboard_erase2", "show_btn"=>1, 'extension'=>'.pdf,.'.implode(',.',config('const.image_file_extension')), 'show_doc_info'=>1])
看板消し画像3 @include('admin.contract.form._document_file', ["file_type"=>"signboard_erase3", "show_btn"=>1, 'extension'=>'.pdf,.'.implode(',.',config('const.image_file_extension')), 'show_doc_info'=>1])
看板消し画像4 @include('admin.contract.form._document_file', ["file_type"=>"signboard_erase4", "show_btn"=>1, 'extension'=>'.pdf,.'.implode(',.',config('const.image_file_extension')), 'show_doc_info'=>1])
@if(is_object($contract))
@endif
一覧に戻る
@if(is_object($contract)) @endif @if(is_object($contract)) {{ Form::close() }} @endif @if(is_object($contract))