@extends('layouts.app') @section('head') {{$service->content->name}} | {{ env('APP_NAME') }} @endsection @section('content')
{{$service->content->name}}
{{$service->content->caption}}
{{$service->content->short_description}}
{!!$service->content->description!!}
{{ trans('services.learn_more') }}
@if (isset($prev_service->content->slug))
@else
@endif
{{$service->content->name}}
@if (isset($next_service->content->slug))
@endif
@endsection