@extends('layouts.app') @section('content')
@include('layouts.partials.breadcrumb', ['title' => $title]) {{ html()->modelForm($estimate, 'PUT')->id('storeUpdateForm')->route('estimate.update', $estimate->id)->class(['needs-validation'])->attributes(['novalidate', 'enctype' => 'multipart/form-data'])->open() }} @include('estimate::estimate.partials.action') {{ html()->closeModelForm() }}
@endsection