@section('title', 'お問い合わせ') @section('content')

お問い合わせ

@if(isset($contact['is_rental']) && $contact['is_rental']) @endif
  • Step.1お問い合わせ内容の入力
  • Step.2入力内容のご確認
  • Step.3送信完了
{{ Form::open(["route"=>"frontend.{$_fb_department}.contact.store", "method"=>"post"]) }} @if(isset($contact['manage_no'])) @endif @if(isset($contact['question_title'])) @endif @include('frontend.share.contact.confirm._p_input') {{-- @if(isset($contact['is_rental']) && $contact['is_rental'])--}} {{-- @include('frontend.share.contact.confirm._p_rental')--}} {{-- @else--}} {{-- @include('frontend.share.contact.confirm._p_input')--}} {{-- @endif--}}
管理番号 {{ str_replace(['OP', 'OC'], '', $contact['manage_no']) }}
タイトル {{ $contact['question_title'] }}
@if(isset($contact['id']) && $contact['id']) $contact['id'], "class_name"=>$contact['class_name']]) }}"> 戻る @else 戻る @endif
{{ Form::close() }}
@endsection