@extends('frontend.layouts.app') @section('content') @php $privacy_policy = \App\Page::where('type', 'privacy_policy_page')->first(); @endphp

{{ $privacy_policy->getTranslation('title') }}

@php echo $privacy_policy->getTranslation('content'); @endphp
@endsection