Edit Home Page
Customize your portfolio's home page content and appearance
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
Home Page Content
Profile Image Color Customization
Social Media Links
@if($socialLinks->count() > 0)
@endif
@foreach($socialLinks as $link)
@endforeach
@else
No social media links found
Add your first social media link to get started
Skills
@if(isset($skills) && $skills->count() > 0)
@endif
@foreach($skills as $skill)
@endforeach
@else
No skills found
Add your first skill to get started
AI Image for Skills Page
@if(isset($aiImage) && $aiImage)
@else
@endif
Current AI Image
Alt Text: {{ $aiImage->alt_text ?? 'No alt text' }}
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