@extends('web.layout.default') @section('page_title') | {{ trans('labels.privacy_policy') }} @endsection @section('content')
@if (@$getprivacypolicy->privacypolicy_content != '')

{!! $getprivacypolicy->privacypolicy_content !!}

@else @include('web.nodata') @endif
@include('web.subscribeform') @endsection