@extends('layouts.app') @section('title') {{ __('messages.live_meetings') }} @endsection @section('page_css') @endsection @section('content') @include('flash::message')
@include('layouts.search-component')
{{ __('messages.common.filter') }}
@if (getLoggedInUser()->hasRole(['Admin', 'Doctor'])) @endif
@include('live_consultations.member_table')
@include('live_consultations.templates.templates') @include('live_consultations.add_meeting_modal') @include('live_consultations.edit_meeting_modal') @include('live_consultations.start_meeting_modal') @include('live_consultations.show_meeting_modal')
@endsection @section('page_scripts') @endsection @section('scripts') @endsection