@extends('panel::layouts.master', ['title' => 'قائمة الصور'])
@section('content')
| # | الصورة | مسار الصورة | النص البديل | المستخدم الذي رفعه | تاريخ الإنشاء | @can('operations', $imageClassName)العمليات | @endcan
|---|---|---|---|---|---|---|
| {{ $image->id }} |
|
{{ $image->file_path }} | {{ nullable_value($image->alt_text) }} | {{ $image->user_full_name }} | {{ jalalian()->forge($image->created_at)->format(config('common.datetime_format')) }} | @can('operations', $imageClassName)@endcan |