@extends('layouts/master', ['activePage' => 'services.show', 'titlePage' => __('View Service')]) @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

View / Service Detail

Title
{{ $service->name }}
Slug
{{ $service->slug }}
FOCUS AREAS
{!! $service->extra_focus !!}
Excerpt
{!! $service->excerpt !!}
Status
{{ $service->status == 1 ? 'Publish' : 'Draft' }}
Created At
{{ $service->created_at }}
Created By
{{ $service->createdBy->name }}
Updated At
{{ $service->updated_at }}
Updated By
{{ $service->updatedBy->name }}
Description
{!! $service->description !!}
Image
Banner Image

@endsection