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

@if(!empty($cookie_policy) && !empty($cookie_policy->getData('post_title'))) {{$cookie_policy->getData('post_title')}} @endif

@include('frontend.layouts.social')
@if(!empty($cookie_policy) && !empty($cookie_policy->getData('description'))) {!!@$cookie_policy->getData('description')!!} @endif
@stop @section('scripts') @parent @stop