@extends('landing::layouts.web.master') @section('title') {{ __('Policy') }} @endsection @section('main_content')

{{ Str::words($page_data['headings']['privacy_title'] ?? '', 4, '...') }}

{!! $privacy_policy->value['description'] ?? '' !!}
@endsection