change in cost calculation
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@extends('layouts.app')
|
||||
@section('content')
|
||||
<div class="container-fluid">
|
||||
<x-dashboard.breadcumb :title="$title" />
|
||||
|
||||
{{ 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() }}
|
||||
</div>
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user