@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{trans('labels.student_management')}}

@endsection @section('content')
@include('dashboard.pages.student-management.partials.student-list-table-custom') @include('dashboard.pages.student-management.partials.student-modal')
@endsection @section('script') @endsection