@extends('frontend.layouts.app') @section('content') @php $privacy_policy = \App\Page::where('type', 'privacy_policy_page')->first(); @endphp {{ $privacy_policy->getTranslation('title') }} {{ translate('Home')}} "{{ translate('Privacy Policy') }}" @php echo $privacy_policy->getTranslation('content'); @endphp @endsection