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

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

@endsection @section('content')
@include('dashboard.pages.student-management.partials.table-class-fawry-requests')
@endsection @section('script') @endsection