@extends('layouts.app') @section('title', 'الشعب') @section('content')

الشعب

إضافة شعبة جديدة
@if($sections->count() > 0)
@foreach($sections as $section)
{{ $section->units_count ?? 0 }}
{{ $section->name }}
{{ $section->code }} @if($section->sequence) {{ $section->sequence }} @endif
@if($section->department) {{ $section->department->name }} @if($section->department->organization) | {{ $section->department->organization->name }} @endif @else شعبة رئيسية @endif
@if($section->details)
{{ Str::limit($section->details, 60) }}
@endif
@endforeach
{{ $sections->links('pagination::bootstrap-5') }}
@else
لا توجد شعب

ابدأ بإضافة شعبة جديدة

إضافة شعبة جديدة
@endif
@endsection @push('scripts') @endpush