@extends('backend.layouts.app') @section('title') 問い合わせ登録 @endsection @section('content')

問い合わせ【登録】

{{ Form::open(["route"=>"backend.{$department}.lease_question.confirm", "method"=>"post"]) }} @include('backend.lease.question._form')
{{ Form::close() }} @endsection @section('page_css') @endsection @section('page_js') @endsection