@extends('layouts.app') @section('filter-section')
@if($gdpr->terms || $gdpr->policy || $gdpr->customer_footer)
@endif @if($gdpr->public_lead_edit)
@endif @if($gdpr->enable_export)
@endif @if($gdpr->consent_customer)
@endif
@endsection @section('content')
@include($view)
@endsection @push('scripts') @endpush