{{ __('Service Details') }}
{{ $service->title }}
{{ $service->permalink }}
@if($service->description)
@endif
@if($service->content)
@endif
@if($service->cover_image)
@endif
@if($service->featured_images)
@endif
Description
{{ $service->description }}
Content
{!! $service->content !!}
Cover Image
Featured Images
@foreach($service->featured_images_array as $image)
@endforeach
SEO Information
@if($service->_seo_title)
@endif
@if($service->_seo_description)
@endif
@if($service->_seo_tags)
@endif
@if($service->_canonical_url)
@endif
SEO Title
{{ $service->_seo_title }}
SEO Description
{{ $service->_seo_description }}
SEO Tags
{{ $service->_seo_tags }}
Canonical URL
{{ $service->_canonical_url }}
Service Status
Status
{!! $service->getStatusBadge() !!}Created
{{ $service->created_at->format('M d, Y') }}
{{ $service->created_at->format('h:i A') }}Last Updated
{{ $service->updated_at->format('M d, Y') }}
{{ $service->updated_at->format('h:i A') }}Created By
{{ $service->creator->name }}
Updated By
{{ $service->updater->name }}