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