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

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

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