@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{!! langConverter(CutomerServiceContent('privacy_policy')->en_description, CutomerServiceContent('privacy_policy')->fr_description) !!}
@endsection