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