@extends('layouts.app') @section('content')
{{ html()->modelForm($cost, 'PUT')->route('cost.update', $cost->id)->class(['needs-validation'])->attributes(['novalidate', 'enctype' => 'multipart/form-data', 'onkeydown' => "return event.key != 'Enter';"])->open() }} @include('costcalculator::cost.partials.form') {{ html()->closeModelForm() }}
@endsection