@extends('admin.master') @section('content')
Manage hero section title, subtitle, images and status
| # | Phone Images | Badge Image | Title | Subtitle | Status | Action |
|---|---|---|---|---|---|---|
| {{ $heroSections->firstItem() + $key }} |
@php
$phoneImages = is_array($item->phone_images) ? $item->phone_images : [];
@endphp
@if(count($phoneImages) > 0)
@foreach($phoneImages as $image)
@else
No Image
@endif
|
@if($item->badge_image)
|
{{ $item->title }} | {{ \Illuminate\Support\Str::limit($item->subtitle, 60) }} | @if($item->is_active) Active @else Inactive @endif | |
| No data found | ||||||