@extends('layouts.app') {{-- Assuming you have an admin layout --}} @section('page-title', 'About-Hero-Sections') @section('content')
| Sr No. | Banner Image | Heading | Title | Icon | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if($hero->banner_img)
|
{{ $hero->heading }} | {{ $hero->title }} |
@if($hero->icon)
|
Edit |
No hero sections found. Create one now.
@endif