@extends('layouts.app')
@section('content')
{{ html()->modelForm($event, 'PUT')->route('event.update', $event->id)->class(['needs-validation'])->attributes(['novalidate'])->open() }}
@include('meeting::events.partials.action')
{{ html()->form()->close() }}
@endsection