@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
@stop @section('scripts') {!! HTML::script('assets/plugins/printThis/printThis.js') !!} @stop