@extends('layouts.app') @section('content')
@if ($errors->any()) @endif
{{ html()->modelForm($event, 'PUT')->route('event.update', $event->id)->class('needs-validation')->attributes(['novalidate'])->open() }} @include('ccms::event.partials._form') {{ html()->closeModelForm() }}
@endsection