@extends('layouts.app')
@section('content')
{{-- Page Header --}}
{{ $service->description }}
| {{ __('Title') }} | {{ __('Thumbnail') }} | {{ __('Service Title') }} | {{ __('Subtitle') }} | {{ __('Description') }} | {{ __('Status') }} |
|---|---|---|---|---|---|
| {{ $item['title'] ?? '-' }} |
|
{{ $item['service_title'] ?? '-' }} | {{ $item['subtitle'] ?? '-' }} | {{ $item['description'] ?? '-' }} |
{{ __('No services available.') }}
@endif