@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' => true])
{{ Form::close() }}
@endsection @section('page_js') @endsection @section('page_css') @endsection