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

المناهج الدراسية

@endsection @section('content')
@foreach($majors as $major) @endforeach
{{trans('labels.name')}} الدروس {{trans('labels.action')}}
{{$major->title}} الدروس ({{$major->uniqueLessons()->count()}}) حذف

مناهج متوقعة

@foreach($expected_majors as $expected_major) @endforeach
{{trans('labels.name')}} {{trans('labels.action')}}
{{$expected_major['title']}} تفعيل
@endsection @section('script') @endsection