@extends('admin.layouts.base') @section('title', 'Home Our Services') @section('content')
| ID | Image | Title | Subtitle | Status | Actions |
|---|---|---|---|---|---|
| {{ $service->id }} |
@if($service->image)
|
{{ $service->title }} | {{ Str::limit($service->subtitle, 50) }} | {{ $service->is_active ? 'Active' : 'Inactive' }} | Edit |
| No services found | |||||