| م | اسم المف | تحميل الملف | نوع الملف | التحكم |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $pdf->name }} | تحميل الملف | @if($pdf->type == 0) جديد @else مؤرشف @endif | @ability(['publisher','admin','super_admin'],['']) @if(true) @endif @endability |
@extends('BackEnd.Layouts.main')
@section('title')
عرض ملفات PDF
@endsection
@section('content')
@foreach ($pdfs as $pdf)
م
اسم المف
تحميل الملف
نوع الملف
التحكم
@endforeach
{{ $loop->iteration }}
{{ $pdf->name }}
تحميل الملف
@if($pdf->type == 0)
جديد
@else
مؤرشف
@endif
@ability(['publisher','admin','super_admin'],[''])
@if(true)
@endif
@endability