{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
{!!Helper::getListAddBtn(route("module.index",$training_category_id),"Back","back")!!} Check All    Uncheck All     Assign and Email
@include("backend.alerts")
@csrf {!! $html->table() !!}
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection