@extends('layouts.admin') @section('content')

Create New Slide

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Slide Information
@include('admin.slides.form')
Tips
  • Images should be 1920x700px for best display on the homepage.
  • Use high-quality, optimized images for faster loading.
  • Keep text overlay minimal and ensure it's readable against the image.
@endsection @push('styles') @endpush