@extends('admin.layouts.app') @section('title', 'Banners') @section('content')
Manage promotional banners
| Banner | Position | Order | Status | Actions |
|---|---|---|---|---|
|
{{ $banner->title ?? 'Untitled' }}
@if($banner->link)
{{ $banner->link }}
@endif
|
{{ ucfirst(str_replace('_', ' ', $banner->position)) }} | {{ $banner->sort_order }} | ||
|
No banners found |
||||