@extends('layouts.app') @section('title') {{ __('messages.new_meeting') }} @endsection @section('page_css') @endsection @section('content')
@include('flash::message')
@include('coreui-templates::common.errors')
{{ csrf_field() }}
@include('meetings.fields')
@endsection @section('scripts') @endsection