{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
{!!Helper::getListAddBtn(route("training_module_description.index",$training_module_id),"Back","back")!!}
@include("backend.alerts") @csrf {!! $html->table() !!}
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection