first change
This commit is contained in:
10
Modules/CourseFinder/resources/views/program/edit.blade.php
Normal file
10
Modules/CourseFinder/resources/views/program/edit.blade.php
Normal file
@@ -0,0 +1,10 @@
|
||||
@extends('layouts.app')
|
||||
@section('content')
|
||||
<div class="container-fluid">
|
||||
<x-dashboard.breadcumb :title="$title" />
|
||||
|
||||
{{ html()->modelForm($program, 'PUT')->route('program.update', $program->id)->class(['needs-validation'])->attributes(['novalidate', 'enctype' => 'multipart/form-data', 'onkeydown' => "return event.key != 'Enter';"])->open() }}
|
||||
@include('coursefinder::program.partials.form')
|
||||
{{ html()->closeModelForm() }}
|
||||
</div>
|
||||
@endsection
|
Reference in New Issue
Block a user