@extends('layouts.app') @section('title') {{ __('messages.meetings') }} @endsection @section('page_title') {{$page_title}} @endsection @section('content')

{{$page_title}}

{{ __('messages.new_meeting') }}
@include('flash::message') @include('meetings.table')
@endsection @section('scripts') @endsection