@extends('backend.layouts.app') @section('title') 見積作成 @endsection @section('content')

見積【登録】

{{ Form::open(["route"=>"backend.rental.estimate.confirm", "method"=>"post"]) }} @include('backend.rental.estimate._form')
{{ Form::close() }} @endsection @section('page_css') @endsection @section('page_js') {{-- --}} @endsection