@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Edit Background Image

Edit Background Image

@if ($errors->any()) @endif
@csrf @method('PUT')
is_slide) ? 'checked' : '' }} onchange="toggleImageUpload(this.checked)">
If slide is OFF: Upload exactly 1 image
If slide is ON: Upload 2-3 images (maximum 3 images) and upload 2 at once
@php $existingImages = $backgroundImg->path ? explode(',', $backgroundImg->path) : []; @endphp @foreach ($existingImages as $index => $image)
Background Image
Image {{ $index + 1 }}
@endforeach
Maximum 3 images allowed in total (including existing images).
Accepted formats: JPEG, PNG, JPG, GIF
Maximum size: 5MB per image
Maximum dimensions: 1920x1080 pixels
is_active) ? 'checked' : '' }}>
Back
@endsection