R

Image Manager

Upload real photos to replace the placeholder visuals across the website.

View Website
@csrf
@if (session('status'))
{{ session('status') }}
@endif
How this works: Images uploaded here are stored on the server and immediately visible to every visitor of the website — not just on this device. Use landscape photos at least 1200px wide for the best result. Maximum file size: 8MB.
@foreach ($groups as $groupName => $slots)

{{ $groupName }}

@if ($groupName === 'Hero & About') Sets the atmosphere for the whole site — choose strong, high-resolution shots. @elseif ($groupName === 'Featured Projects') Real project photography builds trust faster than any illustration. @elseif ($groupName === 'Products') Product shots for the hardware showcase. @else Cover images for blog / news cards. @endif

@foreach ($slots as $slotKey => $label) @php $image = $current->get($slotKey); @endphp

{{ $label }}

@csrf
@if ($image)
@csrf @method('DELETE')
@endif
@error('photo')

{{ $message }}

@enderror
@endforeach
@endforeach