@extends('admin.layouts.dashboard') @section('title', 'Services') @section('content')
| Sr No | Name | Description | Status | Actions | |
|---|---|---|---|---|---|
| {{ ($services->currentPage() - 1) * $services->perPage() + $loop->iteration }} | {{ $s->name }} | {{ $s->description ?? '—' }} | {{ $s->is_active ? 'Active' : 'Inactive' }} |
|
|
| No services found. Click "Add Service" to create one. | |||||