@extends('layouts.admin') @section('title', 'Home Hero Banners') @section('content_header')
| Sr. No. | Title | Description | Image | Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $banner->title }} | {{ Str::limit($banner->description, 50) }} |
@if($banner->image)
|
Edit |