@extends('admin.master') @section('content')
Manage the homepage service section and service cards.
| Section Content | Cards | Center Logo | Status | Updated | Actions |
|---|---|---|---|---|---|
| {{ $serviceSection->title }} {{ $serviceSection->label ?: 'No section label' }} | {{ $serviceSection->services_count }} Services | {{ $serviceSection->center_logo ?: 'We' }} | @if ($serviceSection->is_active) Active @else Inactive @endif | {{ $serviceSection->updated_at->format( 'd M Y' ) }} {{ $serviceSection->updated_at->format( 'h:i A' ) }} |