Edit Images
Welcome, {{ Auth::user()->name }}!
AI Image for Skills Page
@if(isset($aiImage) && $aiImage)
@else
@endif
Image Information
Alt Text: {{ $aiImage->alt_text ?: 'No alt text provided' }}
Uploaded: {{ $aiImage->created_at->format('M d, Y H:i') }}
Last Updated: {{ $aiImage->updated_at->format('M d, Y H:i') }}
Status: Active
No AI Image Set
Upload an AI-generated image for the skills page
Gallery Images (Image page)
@foreach(($galleryImages ?? []) as $g)
@endforeach
@if(($galleryImages ?? collect())->isEmpty())
Alt: {{ $g->alt_text ?? '—' }}
Order: {{ $g->order }}
Status: {{ $g->is_active?'Active':'Hidden' }}
No gallery images yet. Add one.
@endifImage Management Information
How AI Images Work:
- AI images are displayed on the skills page and automatically refresh every 2 seconds
- Only one AI image can be active at a time
- Uploaded images are stored in the storage/app/public/ai-images directory
- Supported formats: JPEG, PNG, JPG, GIF (Max 5MB)
- Images are optimized for web display