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