@extends('admin.layouts.app') @section('title', isset($banner) ? 'Edit Banner' : 'Add Banner') @section('breadcrumb') @endsection @section('content')
@csrf @if(isset($banner)) @method('PUT') @endif
Banner Content
@error('title')
{{ $message }}
@enderror
Use line break \n for two-line titles
Floating Badge (Bottom Right)
Settings
is_active ?? true) ? 'checked' : '' }}>
e.g. slide-1, slide-2 for different background colours
@if(isset($banner)) Cancel @endif
Background Image
@if(isset($banner) && $banner->image)
@else
No image selected
@endif
JPG, PNG, WEBP. Max 3MB. Recommended: 1920×900px
@endsection