@extends('admin.layouts.adminapp') @section('title', 'Services') @section('admin-content')
ID | Title | Description | Why It Matters | Benefits | Inclusions | Icon | Image | Actions |
---|---|---|---|---|---|---|---|---|
{{ $service->id }} | {{ $service->title }} | {!! Str::limit(strip_tags($service->description), 80) !!} | {!! Str::limit(strip_tags($service->why_it_matters), 80) !!} |
@if($service->benefits->isNotEmpty())
|
@if($service->inclusions->isNotEmpty())
|
{{-- 🧩 Icon Image --}}
@if($service->icon_image_id && $service->icon && $service->icon->file)
|
{{-- 🖼 Service Image --}}
@if($service->service_image_id && $service->image && $service->image->file)
|
{{-- ⚙️ Actions --}}