@extends('frontend.layouts.app')

@section('title', app_name() . ' | ' . __('navs.general.home'))

@section('content')
    <div class="row justify-content-center align-items-center"
         style="padding-bottom: 20px;  margin-top: 50px;  text-align: center;">
        <p class="g_et_al_header1 contact_title">Privacy policy</p>
        <!--col-->
    </div><!--row-->
    <div class="subscription_container">

        @lang('strings.frontend.privacy.text')
    </div>
    </div>

@endsection

