@extends('layouts.app') @section('title', 'التوثيق والمصادر') @section('content') @include('components.page-header', ['title' => 'التوثيق والمصادر'])
@forelse($documents as $doc)

{{ $doc->title }}

{{ $doc->description }}

{{ $doc->type }}

عرض / تحميل
@empty

لا توجد وثائق حالياً.

@endforelse
@endsection