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

見積【登録】

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