@extends('backend.layouts.master') @section('title') @lang('translation.profile') @endsection @section('content')
{{ $service->image }}

{{ translate($service->title) }}

{!! $service->content !!}

@endsection @section('script') @endsection