@extends('site.layouts.master') @section('title') {{__('site.Service_Page')}} @endsection @php $seo = SEO\Models\Page::where('path',URL::full())->first(); @endphp @section('metatags') @if(!empty($seo)) @endif @endsection @section('content')
{!! $service->desc !!}
{{$personal_pro->desc}}