@include('layouts.partials.breadcrumb', ['title' => $title])
@endsection
{{ html()->modelForm($meeting, 'PUT')->route('meeting.update', $meeting->id)->class(['needs-validation'])->attributes(['novalidate'])->open() }}
@include('meeting::meeting.partials.action')
{{ html()->closeModelForm() }}