@extends('admin.master') @section('content')
Manage CTA section title, subtitle and status
| # | Title | Subtitle | Status | Created At | Action |
|---|---|---|---|---|---|
| {{ $ctaSections->firstItem() + $key }} | {{ $item->title }} | {{ $item->subtitle }} | @if($item->is_active) Active @else Inactive @endif | {{ $item->created_at->format('d M Y') }} | |
| No data found | |||||