• 対応ステータス
    @error('vehicle.support_status') {{ $message }} @enderror
    商談期間
    @error('vehicle.discussion_period') {{ $message }} @enderror @error('vehicle.discussion_period_to') {{ $message }} @enderror
    ユーザー名 交渉金額 担当
    @if(isset($vehicle['id']) && isset($vehicle['sprice']['outlet']) && $vehicle['sprice']['outlet'] == config('const.outlet_status_code.publish'))

    アウトレットお問い合わせ

    @php $show_btn = true; $outlet_count = 0; @endphp @if (!isset($vehicle['id'])) @php $show_btn = false; @endphp @else @if (is_array(old('vehicle.enquiry_history', isset($vehicle['enquiry_history']) ? $vehicle['enquiry_history'] : null))) @foreach (old('vehicle.enquiry_history', isset($vehicle['enquiry_history']) ? $vehicle['enquiry_history'] : null) as $key1=>$vehicle_enquiry_history) @if(isset($vehicle_enquiry_history['outlet_status']) && $vehicle_enquiry_history['outlet_status'] == config('const.enquiry_outlet_status.outlet')) @php $outlet_count++; @endphp @include('backend.share.vehicle.form._p_enquiry_input', ['index'=>$key1]) @endif @endforeach @elseif(isset($vehicle_question) && $vehicle_question->count() > 0) @foreach ($vehicle_question as $key2=>$question) @if($question->outlet_status == config('const.enquiry_outlet_status.outlet')) @php $outlet_count++; @endphp @include('backend.share.vehicle.form._p_enquiry_input', ['vehicle_enquiry_history'=>$question->toArray(), 'index'=>$key2]) @endif @endforeach @endif @endif
    受付日 社名 氏名 連絡先 金額 担当者 問い合わせ内容
    問い合わせがありません。
    アウトレット問い合わせがありません。
    @if(isset($vehicle['id']))

    追加

    @endif
    @endif

    お問い合わせ@if((isset($vehicle['hp_publish']['rental_publish']) && $vehicle['hp_publish']['rental_publish'] == config('const.hp_publish_code.publish')) || (isset($vehicle['basic']['h_is_limit_car']) && $vehicle['basic']['h_is_limit_car'] == config('const.h_limit_car_type.is_limited')) )レンタルHP掲載中@endif

    @php $show_btn = true; $count = 0; @endphp @if (!isset($vehicle['id'])) @php $show_btn = false; @endphp @else @if (is_array(old('vehicle.enquiry_history', isset($vehicle['enquiry_history']) ? $vehicle['enquiry_history'] : null))) @foreach (old('vehicle.enquiry_history', isset($vehicle['enquiry_history']) ? $vehicle['enquiry_history'] : null) as $key1=>$vehicle_enquiry_history) @if(isset($vehicle_enquiry_history['outlet_status']) && $vehicle_enquiry_history['outlet_status'] == config('const.enquiry_outlet_status.normal')) @php $count++; @endphp @include('backend.share.vehicle.form._p_enquiry_input', ['index'=>$key1]) {{--@if(!isset($vehicle_enquiry_history['id'])) @include('backend.share.vehicle.form._p_enquiry_input', ['index'=>$key1]) @else @include('backend.share.vehicle.form._p_enquiry_part', ['index'=>$key1]) @endif --}} @endif @endforeach @elseif(isset($vehicle_question) && $vehicle_question->count() > 0) @foreach ($vehicle_question as $key2=>$question) @if($question->outlet_status == config('const.enquiry_outlet_status.normal')) @php $count++; @endphp @include('backend.share.vehicle.form._p_enquiry_input', ['vehicle_enquiry_history'=>$question->toArray(), 'index'=>$key2]) @endif @endforeach @endif @endif
    受付日 社名 氏名 連絡先 金額 担当者 問い合わせ内容
    問い合わせがありません。
    問い合わせがありません。
    @if(isset($vehicle['id']))

    追加

    @endif
    @if (isset($detail)) @if (isset($is_confirm)) @if(isset($vehicle['id'])) @else @endif @else @if(Auth::guard('admin')->user()->canEditVehicle($vehicle["id"])) @endif @endif @else @if (isset($vehicle['id'])) @if($home_page =='list_ushiparts') @else @endif @else @endif @endif
  • @if(isset($vehicle['id']))