@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