{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@endsection {{-- Scripts Section --}} @section('scripts') @include('backend.roster_management.script') @include('backend.roster_management.script-var') @include('backend.roster_management.shared_client_script') @endsection