@extends('admin.layouts.app') @section('title', 'Services') @section('breadcrumb')
| Image | Title | Category | Featured | Status | Order | Actions | |
|---|---|---|---|---|---|---|---|
|
@if($service->featured_image)
|
{{ $service->title }}
/services/{{ $service->slug }}
|
{{ $service->category?->name ?? '—' }} | @if($service->is_featured) Featured @else — @endif | {{ $service->sort_order }} | |||
| No services found. Add your first service | |||||||