@extends('layouts.app') @section('page-title')

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
@lang($pageTitle)
@include('sections.gdpr_settings_menu')

Right to be informed

{!! Form::open(['id'=>'editSettings','class'=>'ajax-form','method'=>'POST']) !!}

{{route('client.gdpr.terms')}}

{{route('client.gdpr.privacy')}}
{!! Form::close() !!}
@endsection @push('footer-script') @endpush