@extends('admin.gdpr.index') @section('gdpr_tab_content')
@lang('crm.gdpr_consent')
@lang('crm.learn_more')
@include('partials.messages') {!! Form::open(['route' => ['admin.gdpr.save', $page], 'class' => '', 'id' => 'gdpr_form']) !!}

Purposes of consent

@if (count($consent_purposes) > 0) @foreach($consent_purposes as $purpose) @endforeach @else @endif
@if(admin_permission('consent.settings.update'))
@endif {!! Form::close() !!}
@include('admin.gdpr.partials.consent_purpose') @stop @section('styles') @stop @section('scripts') @stop