@extends('layouts.admin') @section('page-title', 'Services') @section('content')
| Sr No. | Title | Category | Description | Button Link | Order No | Image | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $service->title ?? '-' }} |
{{ $service->category ?? '-' }} |
{{ \Illuminate\Support\Str::words($service->description ?? '-', 30, '...') }}
|
{{ $service->button_link ?? '-' }} | {{ $service->order_no ?? '-' }} |
@if($service->image)
|
||
| No services found | ||||||||