{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection {{-- Content --}} @section('content')
{{-- --}}
Modify Deadline Date {!! Helper::getListAddBtn(route('training.create'), 'Add Category') !!}
@include('backend.alerts')
{!! $html->table() !!}
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection