@extends('backend.layouts.app') @section('title') 見積編集 @endsection @section('content')

見積【編集】

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