@extends('layouts.site') @section('content') @php /**/ [ $name, $email, $phone, $whatsapp, $google_map_url, $addresss, $facebook, $instagram, $twitter, $youtube, $tiktok, ] = getGeneralSettings(); $lang = app()->getLocale(); $name = 'name_' . $lang; $details = 'details_' . $lang; $description = 'description_' . $lang; @endphp {{ __('Privacy Policy') }} {{ __('Home') }} - {{ __('Privacy Policy') }} {!! $page->$description !!} @stop @section('scripts') @stop
{!! $page->$description !!}