@extends('admin.layouts.app') @section('title', 'Create Slider') @section('page-title', 'Create Slider') @section('content')
@csrf
@error('title')

{{ $message }}

@enderror
@error('subtitle')

{{ $message }}

@enderror

Optional. Shown on the app carousel.

@error('image')

{{ $message }}

@enderror

Optional. Where to go when user taps the slide.

Hex color used when no image (e.g. #00b14f).

Cancel
@endsection