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

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

@endsection @section('content')
يمكنك البحث عن الطالب من هنا
@csrf
@if(sizeof($students))

لا يوجد حساب بهذا الرقم وهناك حسابات مقترحة

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