@extends('layout.app') @section('title') {{ __('تفاصيل التقويم الذاتي') }} @stop @section('css') @stop @section('content')
{{-- --}}
{!! $selfcalender->discription !!}
العام الدراسي : {{ $selfcalender->date }}
@php $id = 1; @endphp
@foreach ($departments as $department) @foreach ($department->standards as $standard)
{{ $department->name }}: {{ $standard->standard_name }}
@foreach ($standard->indicators as $indicator) @foreach ($indicator->paragraphs as $paragraph) @endforeach
{{ $id++ }} - {{ $indicator->name }}
الفقرة الوثائق
{{ $paragraph->id }} - {{ $paragraph->name }} {{ $paragraph->documents }}
@endforeach @endforeach @endforeach
@stop