@extends('layouts.app') @section('title') {{ __('messages.meetings') }} @endsection @section('page_css') @endsection @section('content')
@include('flash::message')
@include('meetings.table')
@endsection @section('page_js') @endsection @section('scripts') @endsection