{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content') @if(!empty($masterMenu) && !empty($client_list))
@endif
@if($allowedParticipants) {!!Helper::getListAddBtn(route("participants.create"),"Add Participant")!!} @endif
Selected
@include("backend.alerts") {!! $html->table() !!}
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection