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