@extends('admin.layouts.app') @section('title', 'Services') @section('subtitle', 'Manage your company services') @section('content')
| Service | Icon | Status | Featured | Actions |
|---|---|---|---|---|
|
@if($service->image)
{{ $service->title }} {{ Str::limit($service->description, 50) }} |
{{ $service->icon ?? '-' }} | @if($service->is_active) Active @else Inactive @endif | @if($service->is_featured) Featured @else - @endif | |
| No services found. Add your first service | ||||