Edit Home Page

Customize your portfolio's home page content and appearance

@if(session('success')) @endif @if(session('error')) @endif
Home Page Content
@csrf
You can use HTML tags like <br> for line breaks and <span> for styling.
Preview:
content === '1') ? 'checked' : '' }}>
Each skill should be on a new line and start with an asterisk (*).
Preview:
    Profile Image Color Customization
    @csrf
    Choose the background color for the profile image area
    Choose the border color for the profile image
    Choose the shadow color for the profile image
    Adjust shadow opacity (0-100%)
    Live Preview
    Real-time
    Click image to zoom
    Changes appear instantly as you adjust colors
    Live Preview Active
    Profile Image Upload

    Click to browse or drag & drop

    JPG, PNG, GIF - Max 5MB
    Supported formats: JPG, PNG, GIF (Maximum 5MB)
    @if($profileSettings->profile_image) Current Profile
    {{ basename($profileSettings->profile_image) }}
    @else Default Profile
    Default profile image
    @endif
    Upload a new image to replace this one
    Describe the image for screen readers
    Social Media Links
    @if($socialLinks->count() > 0)
    @foreach($socialLinks as $link)
    @endforeach
    @else
    No social media links found

    Add your first social media link to get started

    @endif
    Skills
    @if(isset($skills) && $skills->count() > 0)
    @foreach($skills as $skill)
    @endforeach
    @else
    No skills found

    Add your first skill to get started

    @endif
    AI Image for Skills Page
    @if(isset($aiImage) && $aiImage)
    {{ $aiImage->alt_text }}
    Current AI Image

    Alt Text: {{ $aiImage->alt_text ?? 'No alt text' }}

    Updated: {{ $aiImage->updated_at->format('M d, Y H:i') }}

    Status: Active

    @else
    No AI Image Set

    Upload an AI-generated image for the skills page

    @endif