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

Add Background Image

Add Background Image

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
If slide is OFF: Upload exactly 1 image
If slide is ON: Upload 2-3 images (maximum 3 images) and upload 2 at once
Maximum 3 images allowed.
Accepted formats: JPEG, PNG, JPG, GIF
Maximum size: 5MB per image
Maximum dimensions: 1920x1080 pixels
Back
@endsection