@extends('panel::layouts.master', ['title' => 'قائمة الصور']) @section('content')
  • قائمة الصور
  • قائمة الصور

    @foreach(request()->except(['query', 'page']) as $key => $value) @endforeach
    @can('operations', $imageClassName) @endcan @foreach($images as $image) @can('show', $image) @can('operations', $imageClassName) @endcan @endcan @endforeach
    # الصورة مسار الصورة النص البديل المستخدم الذي رفعه تاريخ الإنشاءالعمليات
    {{ $image->id }} {{ $image->alt_text }} {{ $image->file_path }} {{ nullable_value($image->alt_text) }} {{ $image->user_full_name }} {{ jalalian()->forge($image->created_at)->format(config('common.datetime_format')) }}
    @can('update', $image) @endcan @can('destroy', $image) @endcan
    {{ $images->links() }}
    @endsection