{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
{!!Helper::getClientFilterDropDown(true, [ 'extraFilters' => view('backend.register.staff_meating.filter_meeting_type', ['staff_meeting_type' => $staff_meeting_type])->render() ])!!}
{!!Helper::getListAddBtn(route("staff_meeting.create"),"Add Meeting Details")!!}
@include("backend.alerts") {!! $html->table() !!}
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection