@extends('admin.layout') @section('title', 'Home Banners') @section('page_heading', 'Home Sliding Banners') @section('content')
| BG Image | Side Image | Position | Title | Active | Action | |
|---|---|---|---|---|---|---|
|
@if($banner->bg_image_path)
|
@if($banner->image_path)
|
{{ ($banner->side_image_position ?? 'right') }} |
{{ $banner->title }}
{{ $banner->subtitle }}
|
{{ $banner->is_active ? 'Yes' : 'No' }} | Edit | |
| No banners found. | ||||||