Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point security.authenticator.form_login.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "form_login"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#540
  -map: Symfony\Component\Security\Http\AccessMap {#543 …}
  -logger: Monolog\Logger {#516 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#545
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#342 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#516 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#546 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#511 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#493 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#548 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#552
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#550 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#554
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#351 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#358 …}
  -map: Symfony\Component\Security\Http\AccessMap {#543 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#494
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#351 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "admin_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#522 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#511 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\Security\Voter\ProjectVoter"
5
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#840
  -isAccessible: true
  -fqcn: "App\Entity\Project"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#761 …}
  -instance: App\Entity\Project {#851 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 120
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1355 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#7898 …}
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
2 GRANTED EA_EXECUTE_ACTION
[
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#840
    -isAccessible: true
    -fqcn: "App\Entity\Project"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#761 …}
    -instance: App\Entity\Project {#851 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 120
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#7898 …}
  }
  "entityFqcn" => "App\Entity\Project"
]
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
3 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1360
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -value: 120
  -formattedValue: 120
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1514 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1361 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1356 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1370 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1516 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1359 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1372 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
4 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1374
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -value: "Willie’s Test 7"
  -formattedValue: "Willie’s Test 7"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1548 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1377 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1376 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1378 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1550 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1375 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1380 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1381
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\UrlField"
  -propertyName: "url"
  -value: "https://drinkwillies.com/collections"
  -formattedValue: "drinkwillies.com/collections"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1546 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\UrlType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1384 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-url"
  -columns: null
  -defaultColumns: "col-md-10 col-xxl-8"
  -translationParameters: []
  -templateName: "crud/field/url"
  -templatePath: "@EasyAdmin/crud/field/url.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1383 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1385 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1560 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1382 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1387 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
6 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1388
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\UrlField"
  -propertyName: "externalLabReportsUrl"
  -value: "https://drinkwillies.com/pages/certificates-of-analysis"
  -formattedValue: "drinkwillies.com/pages/certificates-of-analysis"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1547 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\UrlType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1391 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-url"
  -columns: null
  -defaultColumns: "col-md-10 col-xxl-8"
  -translationParameters: []
  -templateName: "crud/field/url"
  -templatePath: "@EasyAdmin/crud/field/url.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1390 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1392 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1570 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1389 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1394 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
7 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1395
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\HiddenField"
  -propertyName: "prompt"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1386 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\HiddenType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1398 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-hidden"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/hidden"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1397 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1399 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1580 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1396 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1401 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
8 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1402
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "productMatchingUrl"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1393 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1405 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1404 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1406 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1590 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1403 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1408 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
9 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1409
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "spiderSourceMatchingUrls"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1400 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1412 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1411 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1413 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1600 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1410 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1415 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
10 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1416
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "products"
  -value: Doctrine\ORM\PersistentCollection {#1054 …}
  -formattedValue: 1119
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1407 …}
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1419 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "right"
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1418 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1420 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1610 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1417 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1422 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
11 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1423
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "productUrls"
  -value: Doctrine\ORM\PersistentCollection {#909 …}
  -formattedValue: 33
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#7364 …}
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1426 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "right"
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1425 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1427 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7362 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1424 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1429 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
12 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1430
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "labReports"
  -value: Doctrine\ORM\PersistentCollection {#1001 …}
  -formattedValue: 34
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#7564 …}
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1433 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "right"
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1432 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1434 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7566 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1431 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1436 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
13 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1437
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextareaField"
  -propertyName: "chatJsonEncoded"
  -value: "[{"id":995,"sample_matrix":"topical","sample_name":"Written Remedy Topical: Citrus","matching_name":"2.6.2025 Written Remedy Topical: Citrus topical","name":"2.6.2025","url":"http:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/Willies_Remedy_COAS_1.png?v=1741722193","category":"5mg - 750mL Bottle"},{"id":996,"sample_matrix":"Beverage","sample_name":"Willies Remedy Tropical Citrus","matching_name":"4.4.2025 Willies Remedy Tropical Citrus Beverage","name":"4.4.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/WR5mg750ml_4.4.2025.png?v=1744816158","category":"5mg - 750mL Bottle"},{"id":997,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY TROPICAL CITRUS","matching_name":"4.25.2025 WILLIE'S REMEDY TROPICAL CITRUS Beverage","name":"4.25.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/5mg750ml4.25.png?v=1747524311","category":"5mg - 750mL Bottle"},{"id":998,"sample_matrix":"Beverage","sample_name":"Willies Remedy Tropical Citrus","matching_name":"5.5.2025 Willies Remedy Tropical Citrus Beverage","name":"5.5.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/5mg750ml5.5.png?v=1747524312","category":"5mg - 750mL Bottle"},{"id":999,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY TROPICAL CITRUS","matching_name":"5.5.2025 (2) WILLIE'S REMEDY TROPICAL CITRUS Beverage","name":"5.5.2025 (2)","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/5mg750ml5.5.2.png?v=1747524311","category":"5mg - 750mL Bottle"},{"id":1000,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Tropical Citrus","matching_name":"5.14.2025 Willie's Remedy Tropical Citrus Beverage","name":"5.14.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/5.14_750ml_5mg_BTL250805_-_COA.pdf?v=1750191303","category":"5mg - 750mL Bottle"},{"id":1001,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Tropical Citrus","matching_name":"6.4.2025 Willie's Remedy Tropical Citrus Beverage","name":"6.4.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL250306_-_COA.pdf?v=1750269369","category":"5mg - 750mL Bottle"},{"id":1002,"sample_matrix":"Cannabis infused beverage","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.4.2025 (2) Willie's Remedy + THC Infused 750mL Cannabis infused beverage","name":"6.4.2025 (2)","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL250406_-_COA.pdf?v=1750270753","category":"5mg - 750mL Bottle"},{"id":1003,"sample_matrix":"Cannabis","sample_name":"Willie's Remedy + THC Infused","matching_name":"6.6.2025 Willie's Remedy + THC Infused Cannabis","name":"6.6.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL250606_-_COA.pdf?v=1750270623","category":"5mg - 750mL Bottle"},{"id":1004,"sample_matrix":"cannabis","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.9.2025 Willie's Remedy + THC Infused 750mL cannabis","name":"6.9.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL250906_-_COA.pdf?v=1750270557","category":"5mg - 750mL Bottle"},{"id":1005,"sample_matrix":"liquid infusion","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.10.2025 Willie's Remedy + THC Infused 750mL liquid infusion","name":"6.10.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL250506_-_COA.pdf?v=1750270361","category":"5mg - 750mL Bottle"},{"id":1006,"sample_matrix":"infused beverage","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.10.2025 (2) Willie's Remedy + THC Infused 750mL infused beverage","name":"6.10.2025 (2)","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL251006_-_COA.pdf?v=1750270479","category":"5mg - 750mL Bottle"},{"id":1007,"sample_matrix":"cannabis oil","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.11.2025 Willie's Remedy + THC Infused 750mL cannabis oil","name":"6.11.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL251106_-_COA.pdf?v=1750269298","category":"5mg - 750mL Bottle"},{"id":1008,"sample_matrix":"THC Infused Beverage","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.12.2025 Willie's Remedy + THC Infused 750mL THC Infused Beverage","name":"6.12.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL251206_-_COA.pdf?v=1750269226","category":"5mg - 750mL Bottle"},{"id":1009,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Tropical Citrus 10mg THC","matching_name":"4.17.2025 Willie's Remedy Tropical Citrus 10mg THC Beverage","name":"4.17.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/WR__10mg_COA_4.17.pdf?v=1745273923","category":"10mg - 750mL Bottle"},{"id":1010,"sample_matrix":"Beverage","sample_name":"Willie's Remedy tropical citrus","matching_name":"5.15.2025 Willie's Remedy tropical citrus Beverage","name":"5.15.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTH251405_-_COA.pdf?v=1750270967","category":"10mg - 750mL Bottle"},{"id":1011,"sample_matrix":"Beverage","sample_name":"Willie's Remedy passion orange guava","matching_name":"4.18.2025 Willie's Remedy passion orange guava Beverage","name":"4.18.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CPL251704_-_COA.pdf?v=1750269471","category":"5mg - 12oz Passion Orange Guava"},{"id":1012,"sample_matrix":"Beverage","sample_name":"Willies Remedy Black Cherry Lime","matching_name":"4.17.2025 Willies Remedy Black Cherry Lime Beverage","name":"4.17.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/WCL251504_-_COA.pdf?v=1747523494","category":"5mg - 12oz Black Cherry Lime"},{"id":1013,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY STRAWBERRY WATERMELON","matching_name":"4.25.2025 WILLIE'S REMEDY STRAWBERRY WATERMELON Beverage","name":"4.25.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CWL252204_-_COA.pdf?v=1747523494","category":"5mg - 12oz Strawberry Watermelon"},{"id":1014,"sample_matrix":"Beverage","sample_name":"Willie's Remedy black cherry lime","matching_name":"4.28.2025 Willie's Remedy black cherry lime Beverage","name":"4.28.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/WCL252504_-_COA.pdf?v=1747523494","category":"5mg - 12oz Black Cherry Lime"},{"id":1015,"sample_matrix":"Beverage","sample_name":"Willies Remedy Passionfruit Orange Guava Seltzer","matching_name":"5.5.2025 Willies Remedy Passionfruit Orange Guava Seltzer Beverage","name":"5.5.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CPL253004_-_COA.pdf?v=1747523494","category":"5mg - 12oz Passion Orange Guava"},{"id":1016,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY CHERRY LIMEADE","matching_name":"5.21.2025 WILLIE'S REMEDY CHERRY LIMEADE Beverage","name":"5.21.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CCL251505_-_COA.pdf?v=1750270901","category":"5mg - 12oz Black Cherry Lime"},{"id":1017,"sample_matrix":"Beverage","sample_name":"Willies Remedy Strawberry Watermelon Seltzer","matching_name":"6.2.2025 Willies Remedy Strawberry Watermelon Seltzer Beverage","name":"6.2.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CWL252105_-_COA.pdf?v=1750269560","category":"5mg - 12oz Strawberry Watermelon"},{"id":1018,"sample_matrix":"THC Infused Seltzer","sample_name":"Willie's Remedy + THC Infused Seltzer POG 12oz","matching_name":"6.5.2025 Willie's Remedy + THC Infused Seltzer POG 12oz THC Infused Seltzer","name":"6.5.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CPL250506_-_COA.pdf?v=1750270695","category":"5mg - 12oz Passion Orange Guava"},{"id":1019,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY PASSIONFRUIT ORANGE GUAVA","matching_name":"6.6.2025 WILLIE'S REMEDY PASSIONFRUIT ORANGE GUAVA Beverage","name":"6.6.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CPL250506_-_COA_M.pdf?v=1750269141","category":"5mg - 12oz Passion Orange Guava"},{"id":1020,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Cherry Limeade","matching_name":"6.9.2025 Willie's Remedy Cherry Limeade Beverage","name":"6.9.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CCL250606_-_COA.pdf?v=1750268875","category":"5mg - 12oz Black Cherry Lime"},{"id":1021,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Strawberry Watermelon Seltzer","matching_name":"6.12.2025 Willie's Remedy Strawberry Watermelon Seltzer Beverage","name":"6.12.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CWL251006_-_COA.pdf?v=1750268957","category":"5mg - 12oz Strawberry Watermelon"},{"id":1022,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY PASSIONFRUIT ORANGE GUAVA SELTZER","matching_name":"6.12.2025 WILLIE'S REMEDY PASSIONFRUIT ORANGE GUAVA SELTZER Beverage","name":"6.12.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CPL251006_-_COA.pdf?v=1750269046","category":"5mg - 12oz Passion Orange Guava"},{"id":1087,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Tropical Citrus","matching_name":"5.29.2025 Willie's Remedy Tropical Citrus Beverage","name":"5.29.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL252705_-_COA.pdf?v=1753209139","category":"5mg - 750mL Bottle"},{"id":1088,"sample_matrix":"","sample_name":"","matching_name":"6.18.2025","name":"6.18.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTH251406_-_COA.pdf?v=1753209017","category":"10mg - 750mL Bottle"},{"id":1089,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Cherry Limeade Seltzer","matching_name":"6.19.2025 Willie's Remedy Cherry Limeade Seltzer Beverage","name":"6.19.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CCL251806_-_COA.pdf?v=1753209401","category":"5mg - 12oz Black Cherry Lime"},{"id":1090,"sample_matrix":"","sample_name":"","matching_name":"6.18.2025","name":"6.18.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CWL251406_-_COA.pdf?v=1753209525","category":"5mg - 12oz Strawberry Watermelon"},{"id":1093,"sample_matrix":"topical","sample_name":"Written Remedy Topical: Citrus","matching_name":"2.6.2025 Written Remedy Topical: Citrus topical","name":"2.6.2025","url":"http:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/Willies_Remedy_COAS_1.png?v=1741722193","category":"Bottles - 5mg - 750mL Bottle"},{"id":1095,"sample_matrix":"","sample_name":"","matching_name":"2.6.2025","name":"2.6.2025","url":"http:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/Willies_Remedy_COAS_1.png?v=1741722193","category":"5mg - 750mL Bottle"}]"
  -formattedValue: "[{"id":995,"sample_matrix":"topical","sample_name":"Written Remedy Topical: Citrus","matching_name":"2.6.2025 Written Remedy Topical: Citrus topical","name":"2.6.2025","url":"http:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/Willies_Remedy_COAS_1.png?v=1741722193","category":"5mg - 750mL Bottle"},{"id":996,"sample_matrix":"Beverage","sample_name":"Willies Remedy Tropical Citrus","matching_name":"4.4.2025 Willies Remedy Tropical Citrus Beverage","name":"4.4.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/WR5mg750ml_4.4.2025.png?v=1744816158","category":"5mg - 750mL Bottle"},{"id":997,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY TROPICAL CITRUS","matching_name":"4.25.2025 WILLIE'S REMEDY TROPICAL CITRUS Beverage","name":"4.25.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/5mg750ml4.25.png?v=1747524311","category":"5mg - 750mL Bottle"},{"id":998,"sample_matrix":"Beverage","sample_name":"Willies Remedy Tropical Citrus","matching_name":"5.5.2025 Willies Remedy Tropical Citrus Beverage","name":"5.5.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/5mg750ml5.5.png?v=1747524312","category":"5mg - 750mL Bottle"},{"id":999,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY TROPICAL CITRUS","matching_name":"5.5.2025 (2) WILLIE'S REMEDY TROPICAL CITRUS Beverage","name":"5.5.2025 (2)","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/5mg750ml5.5.2.png?v=1747524311","category":"5mg - 750mL Bottle"},{"id":1000,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Tropical Citrus","matching_name":"5.14.2025 Willie's Remedy Tropical Citrus Beverage","name":"5.14.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/5.14_750ml_5mg_BTL250805_-_COA.pdf?v=1750191303","category":"5mg - 750mL Bottle"},{"id":1001,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Tropical Citrus","matching_name":"6.4.2025 Willie's Remedy Tropical Citrus Beverage","name":"6.4.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL250306_-_COA.pdf?v=1750269369","category":"5mg - 750mL Bottle"},{"id":1002,"sample_matrix":"Cannabis infused beverage","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.4.2025 (2) Willie's Remedy + THC Infused 750mL Cannabis infused beverage","name":"6.4.2025 (2)","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL250406_-_COA.pdf?v=1750270753","category":"5mg - 750mL Bottle"},{"id":1003,"sample_matrix":"Cannabis","sample_name":"Willie's Remedy + THC Infused","matching_name":"6.6.2025 Willie's Remedy + THC Infused Cannabis","name":"6.6.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL250606_-_COA.pdf?v=1750270623","category":"5mg - 750mL Bottle"},{"id":1004,"sample_matrix":"cannabis","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.9.2025 Willie's Remedy + THC Infused 750mL cannabis","name":"6.9.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL250906_-_COA.pdf?v=1750270557","category":"5mg - 750mL Bottle"},{"id":1005,"sample_matrix":"liquid infusion","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.10.2025 Willie's Remedy + THC Infused 750mL liquid infusion","name":"6.10.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL250506_-_COA.pdf?v=1750270361","category":"5mg - 750mL Bottle"},{"id":1006,"sample_matrix":"infused beverage","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.10.2025 (2) Willie's Remedy + THC Infused 750mL infused beverage","name":"6.10.2025 (2)","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL251006_-_COA.pdf?v=1750270479","category":"5mg - 750mL Bottle"},{"id":1007,"sample_matrix":"cannabis oil","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.11.2025 Willie's Remedy + THC Infused 750mL cannabis oil","name":"6.11.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL251106_-_COA.pdf?v=1750269298","category":"5mg - 750mL Bottle"},{"id":1008,"sample_matrix":"THC Infused Beverage","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.12.2025 Willie's Remedy + THC Infused 750mL THC Infused Beverage","name":"6.12.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL251206_-_COA.pdf?v=1750269226","category":"5mg - 750mL Bottle"},{"id":1009,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Tropical Citrus 10mg THC","matching_name":"4.17.2025 Willie's Remedy Tropical Citrus 10mg THC Beverage","name":"4.17.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/WR__10mg_COA_4.17.pdf?v=1745273923","category":"10mg - 750mL Bottle"},{"id":1010,"sample_matrix":"Beverage","sample_name":"Willie's Remedy tropical citrus","matching_name":"5.15.2025 Willie's Remedy tropical citrus Beverage","name":"5.15.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTH251405_-_COA.pdf?v=1750270967","category":"10mg - 750mL Bottle"},{"id":1011,"sample_matrix":"Beverage","sample_name":"Willie's Remedy passion orange guava","matching_name":"4.18.2025 Willie's Remedy passion orange guava Beverage","name":"4.18.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CPL251704_-_COA.pdf?v=1750269471","category":"5mg - 12oz Passion Orange Guava"},{"id":1012,"sample_matrix":"Beverage","sample_name":"Willies Remedy Black Cherry Lime","matching_name":"4.17.2025 Willies Remedy Black Cherry Lime Beverage","name":"4.17.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/WCL251504_-_COA.pdf?v=1747523494","category":"5mg - 12oz Black Cherry Lime"},{"id":1013,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY STRAWBERRY WATERMELON","matching_name":"4.25.2025 WILLIE'S REMEDY STRAWBERRY WATERMELON Beverage","name":"4.25.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CWL252204_-_COA.pdf?v=1747523494","category":"5mg - 12oz Strawberry Watermelon"},{"id":1014,"sample_matrix":"Beverage","sample_name":"Willie's Remedy black cherry lime","matching_name":"4.28.2025 Willie's Remedy black cherry lime Beverage","name":"4.28.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/WCL252504_-_COA.pdf?v=1747523494","category":"5mg - 12oz Black Cherry Lime"},{"id":1015,"sample_matrix":"Beverage","sample_name":"Willies Remedy Passionfruit Orange Guava Seltzer","matching_name":"5.5.2025 Willies Remedy Passionfruit Orange Guava Seltzer Beverage","name":"5.5.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CPL253004_-_COA.pdf?v=1747523494","category":"5mg - 12oz Passion Orange Guava"},{"id":1016,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY CHERRY LIMEADE","matching_name":"5.21.2025 WILLIE'S REMEDY CHERRY LIMEADE Beverage","name":"5.21.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CCL251505_-_COA.pdf?v=1750270901","category":"5mg - 12oz Black Cherry Lime"},{"id":1017,"sample_matrix":"Beverage","sample_name":"Willies Remedy Strawberry Watermelon Seltzer","matching_name":"6.2.2025 Willies Remedy Strawberry Watermelon Seltzer Beverage","name":"6.2.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CWL252105_-_COA.pdf?v=1750269560","category":"5mg - 12oz Strawberry Watermelon"},{"id":1018,"sample_matrix":"THC Infused Seltzer","sample_name":"Willie's Remedy + THC Infused Seltzer POG 12oz","matching_name":"6.5.2025 Willie's Remedy + THC Infused Seltzer POG 12oz THC Infused Seltzer","name":"6.5.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CPL250506_-_COA.pdf?v=1750270695","category":"5mg - 12oz Passion Orange Guava"},{"id":1019,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY PASSIONFRUIT ORANGE GUAVA","matching_name":"6.6.2025 WILLIE'S REMEDY PASSIONFRUIT ORANGE GUAVA Beverage","name":"6.6.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CPL250506_-_COA_M.pdf?v=1750269141","category":"5mg - 12oz Passion Orange Guava"},{"id":1020,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Cherry Limeade","matching_name":"6.9.2025 Willie's Remedy Cherry Limeade Beverage","name":"6.9.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CCL250606_-_COA.pdf?v=1750268875","category":"5mg - 12oz Black Cherry Lime"},{"id":1021,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Strawberry Watermelon Seltzer","matching_name":"6.12.2025 Willie's Remedy Strawberry Watermelon Seltzer Beverage","name":"6.12.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CWL251006_-_COA.pdf?v=1750268957","category":"5mg - 12oz Strawberry Watermelon"},{"id":1022,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY PASSIONFRUIT ORANGE GUAVA SELTZER","matching_name":"6.12.2025 WILLIE'S REMEDY PASSIONFRUIT ORANGE GUAVA SELTZER Beverage","name":"6.12.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CPL251006_-_COA.pdf?v=1750269046","category":"5mg - 12oz Passion Orange Guava"},{"id":1087,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Tropical Citrus","matching_name":"5.29.2025 Willie's Remedy Tropical Citrus Beverage","name":"5.29.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL252705_-_COA.pdf?v=1753209139","category":"5mg - 750mL Bottle"},{"id":1088,"sample_matrix":"","sample_name":"","matching_name":"6.18.2025","name":"6.18.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTH251406_-_COA.pdf?v=1753209017","category":"10mg - 750mL Bottle"},{"id":1089,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Cherry Limeade Seltzer","matching_name":"6.19.2025 Willie's Remedy Cherry Limeade Seltzer Beverage","name":"6.19.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CCL251806_-_COA.pdf?v=1753209401","category":"5mg - 12oz Black Cherry Lime"},{"id":1090,"sample_matrix":"","sample_name":"","matching_name":"6.18.2025","name":"6.18.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CWL251406_-_COA.pdf?v=1753209525","category":"5mg - 12oz Strawberry Watermelon"},{"id":1093,"sample_matrix":"topical","sample_name":"Written Remedy Topical: Citrus","matching_name":"2.6.2025 Written Remedy Topical: Citrus topical","name":"2.6.2025","url":"http:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/Willies_Remedy_COAS_1.png?v=1741722193","category":"Bottles - 5mg - 750mL Bottle"},{"id":1095,"sample_matrix":"","sample_name":"","matching_name":"2.6.2025","name":"2.6.2025","url":"http:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/Willies_Remedy_COAS_1.png?v=1741722193","category":"5mg - 750mL Bottle"}]"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#7857 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextareaType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1440 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-textarea"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/textarea"
  -templatePath: "@EasyAdmin/crud/field/textarea.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1439 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1441 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7859 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1438 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1443 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
14 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1446
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "state"
  -value: "ready_to_fetch_lab_reports"
  -formattedValue: "ready_to_fetch_lab_reports"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#7580 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1449 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/fields/state.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1448 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1450 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7869 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1445 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1452 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
15 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1466
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextareaField"
  -propertyName: "productExcludePaths"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#7578 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextareaType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1470 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-textarea"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/textarea"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1469 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1471 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7879 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1468 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1473 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
16 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#673
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#696 …}
    -icon: "fa fa-fw fa-trash-o"
    -cssClass: "action-delete btn btn-secondary pr-0 text-danger"
    -addedCssClass: " btn btn-secondary pr-0 text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://cbdextract.nw.agency/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CProjectCrudController&entityId=120"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CProjectCrudController&entityId=120"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#840
    -isAccessible: true
    -fqcn: "App\Entity\Project"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#761 …}
    -instance: App\Entity\Project {#851 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 120
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#7898 …}
  }
]
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
17 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#671
    -type: "entity"
    -name: "index"
    -label: Symfony\Component\Translation\TranslatableMessage {#7895 …}
    -icon: null
    -cssClass: "action-index btn btn-secondary"
    -addedCssClass: " btn btn-secondary"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "index"
    ]
    -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CProjectCrudController"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "index"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#840
    -isAccessible: true
    -fqcn: "App\Entity\Project"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#761 …}
    -instance: App\Entity\Project {#851 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 120
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#7898 …}
  }
]
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
18 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#669
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#7897 …}
    -icon: null
    -cssClass: "action-edit btn btn-primary"
    -addedCssClass: " btn btn-primary"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CProjectCrudController&entityId=120"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#840
    -isAccessible: true
    -fqcn: "App\Entity\Project"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#761 …}
    -instance: App\Entity\Project {#851 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 120
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#7898 …}
  }
]
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
19 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
Show voter details
20 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8055
  -type: "dashboard"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8090 …}
  -icon: "fa fa-home"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "https://cbdextract.nw.agency/admin"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
21 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8057
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8093 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
22 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8059
  -type: "crud"
  -selected: true
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8096 …}
  -icon: "fa-solid fa-cannabis"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Project"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CProjectCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
23 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8061
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8107 …}
  -icon: "fa-solid fa-cannabis"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Product"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CProductCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
24 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8063
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8092 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
25 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8065
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8127 …}
  -icon: "fa fa-file"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\LabReport"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLabReportCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
26 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8067
  -type: "route"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8138 …}
  -icon: "fa fa-file"
  -cssClass: ""
  -permission: null
  -routeName: "admin_upload_extract"
  -routeParameters: []
  -linkUrl: "https://cbdextract.nw.agency/admin?routeName=admin_upload_extract"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
27 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8069
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8148 …}
  -icon: "fa fa-file"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\LabReportFail"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLabReportFailCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
28 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8071
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8157 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
29 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8073
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8168 …}
  -icon: "fa-solid fa-globe"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ProductUrl"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CProductUrlCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
30 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8075
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8179 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
31 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8077
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8180 …}
  -icon: "fa fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ExtractorDictionary"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CExtractorDictionaryCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
32 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8079
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8199 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
33 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8081
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8200 …}
  -icon: "fa-solid fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\AILog"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CAILogCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
34 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8083
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8219 …}
  -icon: "fa-solid fa-message"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
35 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8085
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8220 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Queue"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CQueueCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
36 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8087
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8239 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\QueueSimulator"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CQueueSimulatorCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
37 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#8089
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8158 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\QueueException"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CQueueExceptionCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
38 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
Show voter details