@extends('frontend.layouts.app') @section('title') {{translate('Privacy Policy')}} @endsection @section('content')
{{translate(ucwords($privacy_policy))}}
@endsection