| DIR: /home/cardxfeb/public_html/resources/views/front/ |
| Current File : /home/cardxfeb/public_html/resources/views/front/privacy_policy.blade.php |
@extends(homePageLayout())
@section('title')
{{ __('messages.vcard.privacy_policy') }}
@endsection
@section('content')
<section class="top-margin-privacy">
<div class="container p-t-100 padding-top-0">
<div class="mt-100 px-2">{!! $setting['privacy_policy'] !!}</div>
</div>
</section>
@endsection
|