@extends('layouts.app') @section('content')
{{ 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() }}
@endsection