@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->subjects->count()}} عرض
@endsection @section('script') @endsection