@extends('backend.template.layouts.template-base') @section('title', 'Create Banner') @section('content') Create Banner @csrf {{-- ── LEFT: Banner Details ──────────────────────────── --}} Banner Details Banner Name * @error('name'){{ $message }}@enderror Platform * Select Mobile Web @error('platform'){{ $message }}@enderror Banner Status Active Inactive Banner Image * Click to Upload or drag and drop Upload image format should be only PNG, JPG or JPEG. Also, max file size should be 10MB @error('banner_image') {{ $message }} @enderror Short Description (only for internal purpose) {{ old('short_description') }} {{-- ── RIGHT: Select Categories ──────────────────────── --}} Select Categories Selected Categories: 00 @error('sections') {{ $message }} @enderror @forelse($categories as $category) @php $secCount = $category->sections->count(); @endphp {{-- Category Header --}} @if($category->image) @else @endif {{ $category->name }} @if($secCount) + {{ $secCount }} sections @endif {{-- Sections (collapsed by default) --}} {{-- Banner slot (pinned, not draggable) --}} [Banner Name] Schedule From To @if($secCount) Sec. No Section Name @foreach($category->sections as $sec) {{ $loop->iteration }} @if($sec->background_image) @else @endif {{ $sec->name }} @endforeach @else No active sections in this category. @endif {{-- /.bcp-sec-list --}} @empty No active categories found. @endforelse {{-- /.row --}} {{-- Bottom Buttons --}} Cancel Create Banner {{-- Confirm Modal --}}
Click to Upload or drag and drop
Upload image format should be only PNG, JPG or JPEG. Also, max file size should be 10MB
No active sections in this category.
No active categories found.
Are you sure you want to create this banner?
The banner will become available for the selected categories based on its status and visibility settings.