@extends('frontend.layouts.master') @section('styles') @parent @stop @section('content')
@if(isset($banner) && !empty($banner->getData('banner_image'))) @else @endif

{{lang('privacy_policy')}}

@include('frontend.layouts.social')
@if(!empty($privacy_policy) && $privacy_policy->isNotEmpty())
@foreach($privacy_policy as $item)
{{$item->getData('post_title')}}
{!!$item->getData('description')!!}
@endforeach
@endif
@stop @section('scripts') @parent @stop