@extends('admin.adminlayouts.adminlayout') @section('mainarea')

{{$pageTitle}}

{{--INLCUDE ERROR MESSAGE BOX--}} {{--END ERROR MESSAGE BOX--}}

General Data Protection Regulation


Note: Enabling GPPR will encrypt all basic information of employees and admin into the database.


1. Before clicking update make sure you really want to encrypt/decrypt the data


2. Data may get lost if not done properly


Recommended: Do it when setting up the application when no company is registered

{!! Form::model($setting, ['method' => 'PUT','class'=>'form-horizontal', 'id' => 'gdprSettings']) !!}
{!! Form::close() !!}
{{--DELETE Model--}} {{--END DELETE MODAL--}} @stop @section('footerjs') @stop