@extends('layouts.admin') @section('page-title', trans('crm.gdpr_consent')) @section('content')
@include('partials.messages')
{!! $category !!}
{!! $status !!}
@if($consent['status'] == 1) Confirm Reject @endif Delete
@if(isset($form['meta']) && !empty($form['meta'])) @foreach($form['meta'] as $meta) @if(isset($meta['field_type']) && $meta['field_type'] == 'divider') @elseif($meta['field_type'] == 'html') @else @endif @endforeach @endif
@stop @section('scripts') {!! HTML::script('assets/plugins/printThis/printThis.js') !!} @stop