@extends('layouts.app') @extends('layouts.navbar') @section('content')

{{ __('Privacy Policy') }}

{!! $site_setting->privacy !!}
@endsection @extends('layouts.footer')