{{-- Extends layout --}} @extends(getThemeBasePath()) {{-- Content --}} @section('content')

{{$page_title}}

@include("backend.alerts")
From Date
To Date
ParticipantName
Added By
{!! $html->table() !!}
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection