@extends('front.layout') @section('meta-keywords', "$setting->meta_keywords") @section('meta-description', "$setting->meta_description") @section('content')

{{ $service->title }}

{!! $service->content !!}

{{ __('All Services') }}

@endsection