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: 119
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1355 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#8179 …}
}
"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: 119
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#8179 …}
  }
  "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: 119
  -formattedValue: 119
  -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: "joe test 6"
  -formattedValue: "joe test 6"
  -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"
  -formattedValue: "drinkwillies.com"
  -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: 1178
  -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: 29
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#7680 …}
  -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 {#7678 …}
  -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 {#7845 …}
  -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 {#7847 …}
  -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":1023,"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"},{"id":1024,"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":1025,"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":1026,"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":1027,"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":1028,"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":1029,"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":1030,"sample_matrix":"cannabis","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.4.2025 (2) Willie's Remedy + THC Infused 750mL cannabis","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":1031,"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":1032,"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\/BTL250906_-_COA.pdf?v=1750270557","category":"5mg - 750mL Bottle"},{"id":1033,"sample_matrix":"cannabis","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.10.2025 Willie's Remedy + THC Infused 750mL cannabis","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":1034,"sample_matrix":"cannabis","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.10.2025 (2) Willie's Remedy + THC Infused 750mL cannabis","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":1035,"sample_matrix":"Willie's Remedy + THC Infused 750mL","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.11.2025 Willie's Remedy + THC Infused 750mL Willie's Remedy + THC Infused 750mL","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":1036,"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\/BTL251206_-_COA.pdf?v=1750269226","category":"5mg - 750mL Bottle"},{"id":1037,"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\/WR__10mg_COA_4.17.pdf?v=1745273923","category":"10mg - 750mL Bottle"},{"id":1038,"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":1039,"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 Seltzer"},{"id":1040,"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 Seltzer"},{"id":1041,"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 Seltzer"},{"id":1042,"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 Seltzer"},{"id":1043,"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 Seltzer"},{"id":1044,"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 Seltzer"},{"id":1045,"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 Seltzer"},{"id":1046,"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 Seltzer"},{"id":1047,"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 Seltzer"},{"id":1048,"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 Seltzer"},{"id":1049,"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\/CWL251006_-_COA.pdf?v=1750268957","category":"5mg - 12oz Strawberry Watermelon Seltzer"},{"id":1050,"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 Seltzer"},{"id":1083,"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":1084,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Strawberry Selter","matching_name":"6.18.2025 Willie's Remedy Strawberry Selter Beverage","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":1085,"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 Seltzer"},{"id":1086,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Strawberry Selter","matching_name":"6.18.2025 Willie's Remedy Strawberry Selter Beverage","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 Seltzer"},{"id":1091,"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":1096,"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":1023,"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"},{"id":1024,"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":1025,"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":1026,"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":1027,"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":1028,"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":1029,"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":1030,"sample_matrix":"cannabis","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.4.2025 (2) Willie's Remedy + THC Infused 750mL cannabis","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":1031,"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":1032,"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\/BTL250906_-_COA.pdf?v=1750270557","category":"5mg - 750mL Bottle"},{"id":1033,"sample_matrix":"cannabis","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.10.2025 Willie's Remedy + THC Infused 750mL cannabis","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":1034,"sample_matrix":"cannabis","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.10.2025 (2) Willie's Remedy + THC Infused 750mL cannabis","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":1035,"sample_matrix":"Willie's Remedy + THC Infused 750mL","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.11.2025 Willie's Remedy + THC Infused 750mL Willie's Remedy + THC Infused 750mL","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":1036,"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\/BTL251206_-_COA.pdf?v=1750269226","category":"5mg - 750mL Bottle"},{"id":1037,"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\/WR__10mg_COA_4.17.pdf?v=1745273923","category":"10mg - 750mL Bottle"},{"id":1038,"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":1039,"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 Seltzer"},{"id":1040,"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 Seltzer"},{"id":1041,"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 Seltzer"},{"id":1042,"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 Seltzer"},{"id":1043,"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 Seltzer"},{"id":1044,"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 Seltzer"},{"id":1045,"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 Seltzer"},{"id":1046,"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 Seltzer"},{"id":1047,"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 Seltzer"},{"id":1048,"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 Seltzer"},{"id":1049,"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\/CWL251006_-_COA.pdf?v=1750268957","category":"5mg - 12oz Strawberry Watermelon Seltzer"},{"id":1050,"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 Seltzer"},{"id":1083,"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":1084,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Strawberry Selter","matching_name":"6.18.2025 Willie's Remedy Strawberry Selter Beverage","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":1085,"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 Seltzer"},{"id":1086,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Strawberry Selter","matching_name":"6.18.2025 Willie's Remedy Strawberry Selter Beverage","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 Seltzer"},{"id":1091,"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":1096,"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 {#8138 …}
  -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 {#8140 …}
  -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_hunt"
  -formattedValue: "ready_to_hunt"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#7861 …}
  -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 {#8150 …}
  -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 {#7859 …}
  -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 {#8160 …}
  -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=119"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CProjectCrudController&entityId=119"
    -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: 119
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#8179 …}
  }
]
"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 {#8176 …}
    -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: 119
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#8179 …}
  }
]
"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 {#8178 …}
    -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=119"
    -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: 119
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#8179 …}
  }
]
"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 {#8336
  -type: "dashboard"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8371 …}
  -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 {#8338
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8374 …}
  -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 {#8340
  -type: "crud"
  -selected: true
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8377 …}
  -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 {#8342
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8388 …}
  -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 {#8344
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8373 …}
  -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 {#8346
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8408 …}
  -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 {#8348
  -type: "route"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8419 …}
  -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 {#8350
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8429 …}
  -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 {#8352
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8438 …}
  -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 {#8354
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8449 …}
  -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 {#8356
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8460 …}
  -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 {#8358
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8461 …}
  -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 {#8360
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8480 …}
  -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 {#8362
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8481 …}
  -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 {#8364
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8500 …}
  -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 {#8366
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8501 …}
  -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 {#8368
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8520 …}
  -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 {#8370
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#8439 …}
  -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