@extends('backend.layouts.app') @section('title') 問い合わせ登録 @endsection @section('content')
{{ Form::open(["route"=>"backend.rental.question.confirm", "method"=>"post"]) }}

問い合わせ【登録】

@include('backend.layouts.flash-message') @include('backend.rental.question._form', ['is_edit' => false])
 
{{ Form::close() }}
@endsection @section('page_js') @endsection @section('page_css') @endsection