@extends('layouts.app') @section('title', 'الوحدات') @section('content')
| # | الاسم | الترميز | الهيئة | القسم | الشعبة | الترتيب | الإجراءات |
|---|---|---|---|---|---|---|---|
| {{ $unit->id }} |
{{ $unit->name }}
@if($unit->details)
{{ Str::limit($unit->details, 30) }} @endif |
{{ $unit->code }} | @if($unit->organization) {{ $unit->organization->name }} @else - @endif | @if($unit->department) {{ $unit->department->name }} @else - @endif | @if($unit->section) {{ $unit->section->name }} @else وحدة رئيسية @endif | {{ $unit->sequence }} |