@extends('layouts.frontend.master') @section('title', 'Privacy Policy') @section('css') @endsection @section('style') @endsection @section('content')
image
  • Home
  • Privacy Policy

{{$privacy->title ?? 'Privacy'}}

@if(!empty($privacy->description))
{!! $privacy->description !!}
@else
Privacy Policy Not Found
@endif
@endsection @section('script') @endsection