@extends('crudbooster::admin_template') @push("bottom") @endpush @section('content')

User GDPR Table

@if(!empty($users)) @foreach($users as $user) @endforeach @endif
Full Name Email User Ip Accept Date Status
{{$user->fullName }} {{$user->email}} {{$user->gdpr->user_ip}} {{$user->gdpr->created_at}} @if($user->gdpr->is_approved == 1) Accepted @else Not Accepted @endif
@endsection