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