@extends('layouts.app')
@section('content')
@include('web/partials/header',['links'=>true]);
{{Helper::getLang('Terms & Privacy Policy')}}
{!! Helper::settings('terms_policy') !!}
{{Helper::getLang('Cookie Policy')}}
{!! Helper::settings('cookie_policy') !!}
@include('web/partials/footer')
@endsection
@section('scripts')
@endsection