@extends('back.layout') @section('title') بيانات الصورة - كريبتوتاسكي @endsection @section('content')

بيانات الصورة

# {{ $image->id }}
الصورة
حالة الصورة @if ($image->status == 1) مفعلة @else غير مفعلة @endif
تاريخ الإضافة {{ \Carbon\Carbon::parse($image->created_at)->diffForHumans() }}
تاريخ اخر تحديث {{ \Carbon\Carbon::parse($image->updated_at)->diffForHumans() }}
@if ($image->status == 1) إلغاء تفعيل @else تفعيل @endif حذف
{{-- Modals --}} {{-- Delete Image Data --}} {{-- Make Image Available --}} {{-- Make Image Not Available --}} @endsection