@section('title', (isset($contact['is_rental']) && $contact['is_rental']) ? 'お問い合わせ' : 'お問い合わせ') @section('content')

{{ (isset($contact['is_rental']) && $contact['is_rental']) ? 'お問い合わせ' : 'お問い合わせ' }}

{{-- @if($_fb_department == 'truck') @endif --}} @if(isset($contact['is_rental']) && $contact['is_rental']) @endif
  • Step.1お問い合わせ内容の入力
  • Step.2入力内容のご確認
  • Step.3送信完了
{{ Form::open(["route"=>"frontend.{$_fb_department}.contact.check", "method"=>"post"]) }} @if($_fb_department == 'rental') @endif @php $class_name = ''; @endphp @if(is_object($obj_about)) @if($_fb_department == 'rental') @endif @else @if($_fb_department == 'rental') @endif @endif {{-- @if(isset($contact['is_rental']) && $contact['is_rental'])--}} {{-- @include('frontend.share.contact.form._p_rental')--}} {{-- @else--}} {{-- @include('frontend.share.contact.form._p_input')--}} {{-- @endif--}} @include('frontend.share.contact.form._p_input')
管理番号 @switch(class_basename($obj_about)) @case('Vehicle') @php $edit_manage_no = false; if($_fb_department == 'rental') { if(old('shape_name', isset($contact['shape_name']) ? $contact['shape_name'] : '') == config('const.contact_search_type_code.etc') || old('category_id', isset($contact['category_id']) ? $contact['category_id'] : '') == config('const.contact_type_code.inventory_query')) { $edit_manage_no = true; } } @endphp

{{ is_object($obj_about->vehicle_hp_publish) ? $obj_about->getManageNoForFront() : '' }}

@if($_fb_department == 'rental') @endif @break @case('Parts')

{{ str_replace('OP', '', $obj_about->parts_code) }}

@break @endswitch @php $class_name = class_basename($obj_about); @endphp @error('manage_no')
{{ $message }} @enderror
タイトル

{{ old('question_title', isset($contact['question_title']) ? $contact['question_title'] : '') }}

管理番号 @error('manage_no')
{{ $message }} @enderror
{{ Form::close() }}
@endsection @section('page_js') @endsection