@extends('admin.layout') @section('title', 'Edit Banner') @section('page_heading', 'Edit Home Banner') @section('content')
@csrf @method('PUT')
@error('side_image_position')
{{ $message }}
@enderror
is_active) ? 'checked' : '' }}>
@if($banner->bg_image_path) Banner Background @else (Not set) @endif
Preferred: 1820×784 (±20px). If not uploaded, the default template background will be used. @error('bg_image')
{{ $message }}
@enderror
Back
@endsection