@extends('layouts.app') @section('content')
Filename: {{ $image->image }}
Uploaded: {{ $image->created_at->format('M d, Y') }}
Filename: {{ $image->thumbnail_image }}
Generated automatically
Product:
{{ $product->name }}
Model:
{{ $product->model ?? 'N/A' }}
Image ID:
#{{ $image->id }}
Created:
{{ $image->created_at->format('M d, Y H:i A') }}
Updated:
{{ $image->updated_at->format('M d, Y H:i A') }}
Total Images:
{{ $product->images->count() }} images