@extends("front.layout") @section("content") @if(!auth()->check() && $_SERVER['REQUEST_URI'] == '/privacy-policy') @push('above_styles') @endpush @endif

Privacy Policy

 
@if(!empty($page->image_url))
@endif

{{$page->title ?? ''}}

{!! $page->content !!}
@endsection