@extends('layouts.seller') @section('title', 'Add Banner') @section('content')
Banner Details
@csrf
Choose File Drag & drop or click to upload
@error('image')
{{ $message }}
@enderror
Recommended size: 1200x400 pixels. Max file size: 2MB. Supported formats: JPG, PNG, WEBP.
Redirect visitors when they click on this banner.
@endsection