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

الصفوف الدراسية

@endsection @section('content')
@foreach($levels as $level) @endforeach
{{trans('labels.name')}} الصورة عدد الطلاب {{trans('labels.action')}}
{{$level->title}} {{$level->studentsCount()}} تعديل
@endsection @section('script') @endsection