[2026-04-07 17:56:17] local.ERROR: SQLSTATE[08006] [7] connection to server at "127.0.0.1", port 5432 failed: fe_sendauth: no password supplied (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select exists (select 1 from pg_class c, pg_namespace n where n.nspname = current_schema() and c.relname = 'migrations' and c.relkind in ('r', 'p') and n.oid = c.relnamespace)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 7): SQLSTATE[08006] [7] connection to server at \"127.0.0.1\", port 5432 failed: fe_sendauth: no password supplied (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select exists (select 1 from pg_class c, pg_namespace n where n.nspname = current_schema() and c.relname = 'migrations' and c.relkind in ('r', 'p') and n.oid = c.relnamespace)) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(357): Illuminate/Database/Connection->select()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(374): Illuminate/Database/Connection->selectOne()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(176): Illuminate/Database/Connection->scalar()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php(185): Illuminate/Database/Schema/Builder->hasTable()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(758): Illuminate/Database/Migrations/DatabaseMigrationRepository->repositoryExists()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): Illuminate/Database/Migrations/Migrator->repositoryExists()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/helpers.php(328): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::repositoryExists():166}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): retry()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(142): Illuminate/Database/Console/Migrations/MigrateCommand->repositoryExists()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(112): Illuminate/Database/Console/Migrations/MigrateCommand->prepareDatabase()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(671): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::runMigrations():111}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(111): Illuminate/Database/Migrations/Migrator->usingConnection()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(90): Illuminate/Database/Console/Migrations/MigrateCommand->runMigrations()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Migrations/MigrateCommand->handle()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#21 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#23 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#24 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#25 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#28 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#29 {main}

[previous exception] [object] (PDOException(code: 7): SQLSTATE[08006] [7] connection to server at \"127.0.0.1\", port 5432 failed: fe_sendauth: no password supplied at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate/Database/Connectors/Connector->createPdoConnection()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connectors/PostgresConnector.php(35): Illuminate/Database/Connectors/Connector->createConnection()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate/Database/Connectors/PostgresConnector->connect()
#4 [internal function]: Illuminate/Database/Connectors/ConnectionFactory->{closure:Illuminate/Database/Connectors/ConnectionFactory::createPdoResolverWithHosts():181}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate/Database/Connection->getPdo()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate/Database/Connection->getReadPdo()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate/Database/Connection->getPdoForSelect()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(357): Illuminate/Database/Connection->select()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(374): Illuminate/Database/Connection->selectOne()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(176): Illuminate/Database/Connection->scalar()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php(185): Illuminate/Database/Schema/Builder->hasTable()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(758): Illuminate/Database/Migrations/DatabaseMigrationRepository->repositoryExists()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): Illuminate/Database/Migrations/Migrator->repositoryExists()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/helpers.php(328): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::repositoryExists():166}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): retry()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(142): Illuminate/Database/Console/Migrations/MigrateCommand->repositoryExists()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(112): Illuminate/Database/Console/Migrations/MigrateCommand->prepareDatabase()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(671): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::runMigrations():111}()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(111): Illuminate/Database/Migrations/Migrator->usingConnection()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(90): Illuminate/Database/Console/Migrations/MigrateCommand->runMigrations()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Migrations/MigrateCommand->handle()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#33 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#34 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#35 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#38 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#39 {main}
"} 
[2026-04-07 18:04:42] local.ERROR: SQLSTATE[42P01]: Undefined table: 7 ERROR:  relation "orders" does not exist (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: alter table "order_items" add constraint "order_items_order_id_foreign" foreign key ("order_id") references "orders" ("id") on delete cascade) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42P01): SQLSTATE[42P01]: Undefined table: 7 ERROR:  relation \"orders\" does not exist (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: alter table \"order_items\" add constraint \"order_items_order_id_foreign\" foreign key (\"order_id\") references \"orders\" (\"id\") on delete cascade) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(576): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php(121): Illuminate/Database/Connection->statement()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(690): Illuminate/Database/Schema/Blueprint->build()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(508): Illuminate/Database/Schema/Builder->build()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Database/Schema/Builder->create()
#6 D:/ICONIC/Projects/CRM/database/migrations/2026_04_07_180356_create_order_items_table.php(14): Illuminate/Support/Facades/Facade::__callStatic()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(517): Illuminate/Database/Migrations/Migration@anonymous->up()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(442): Illuminate/Database/Migrations/Migrator->runMethod()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php(35): Illuminate/Database/Migrations/Migrator->{closure:Illuminate/Database/Migrations/Migrator::runMigration():438}()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(450): Illuminate/Database/Connection->transaction()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(253): Illuminate/Database/Migrations/Migrator->runMigration()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/View/Components/Task.php(43): Illuminate/Database/Migrations/Migrator->{closure:Illuminate/Database/Migrations/Migrator::runUp():253}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(814): Illuminate/Console/View/Components/Task->render()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(253): Illuminate/Database/Migrations/Migrator->write()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(211): Illuminate/Database/Migrations/Migrator->runUp()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(138): Illuminate/Database/Migrations/Migrator->runPending()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(118): Illuminate/Database/Migrations/Migrator->run()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(671): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::runMigrations():111}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(111): Illuminate/Database/Migrations/Migrator->usingConnection()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(90): Illuminate/Database/Console/Migrations/MigrateCommand->runMigrations()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Migrations/MigrateCommand->handle()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#27 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#29 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#30 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#31 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#34 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#35 {main}

[previous exception] [object] (PDOException(code: 42P01): SQLSTATE[42P01]: Undefined table: 7 ERROR:  relation \"orders\" does not exist at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:587)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(587): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::statement():576}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(576): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php(121): Illuminate/Database/Connection->statement()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(690): Illuminate/Database/Schema/Blueprint->build()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(508): Illuminate/Database/Schema/Builder->build()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Database/Schema/Builder->create()
#8 D:/ICONIC/Projects/CRM/database/migrations/2026_04_07_180356_create_order_items_table.php(14): Illuminate/Support/Facades/Facade::__callStatic()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(517): Illuminate/Database/Migrations/Migration@anonymous->up()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(442): Illuminate/Database/Migrations/Migrator->runMethod()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php(35): Illuminate/Database/Migrations/Migrator->{closure:Illuminate/Database/Migrations/Migrator::runMigration():438}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(450): Illuminate/Database/Connection->transaction()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(253): Illuminate/Database/Migrations/Migrator->runMigration()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/View/Components/Task.php(43): Illuminate/Database/Migrations/Migrator->{closure:Illuminate/Database/Migrations/Migrator::runUp():253}()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(814): Illuminate/Console/View/Components/Task->render()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(253): Illuminate/Database/Migrations/Migrator->write()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(211): Illuminate/Database/Migrations/Migrator->runUp()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(138): Illuminate/Database/Migrations/Migrator->runPending()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(118): Illuminate/Database/Migrations/Migrator->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(671): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::runMigrations():111}()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(111): Illuminate/Database/Migrations/Migrator->usingConnection()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(90): Illuminate/Database/Console/Migrations/MigrateCommand->runMigrations()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Migrations/MigrateCommand->handle()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#29 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#31 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#32 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#33 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#36 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#37 {main}
"} 
[2026-04-07 18:11:24] local.INFO: SMS Sandbox: To: +254712345678, Message: Order #ORD-QCRJYNBD confirmed. Total: 6000. Status: Pending.  
[2026-04-07 18:17:40] local.INFO: SMS Sandbox: To: +254712345678, Message: Order #ORD-QMQSJXRE confirmed. Total: 8500. Status: Pending.  
[2026-04-07 18:19:07] local.INFO: SMS Sandbox: To: +254722334455, Message: Order #ORD-3M2RH4QN confirmed. Total: 25500. Status: Pending.  
[2026-04-07 18:29:14] local.ERROR: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type bigint: ""
CONTEXT:  unnamed portal parameter $2 = '' (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select count(*) as aggregate from "customers" where "email" = iconicdev1@gmail.com and "id" <> ) {"userId":1,"exception":"[object] (Illuminate\\Database\\QueryException(code: 22P02): SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type bigint: \"\"
CONTEXT:  unnamed portal parameter $2 = '' (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select count(*) as aggregate from \"customers\" where \"email\" = iconicdev1@gmail.com and \"id\" <> ) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate/Database/Connection->select()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate/Database/Query/Builder->runSelect()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4062): Illuminate/Database/Query/Builder->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3990): Illuminate/Database/Query/Builder->aggregate()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/DatabasePresenceVerifier.php(53): Illuminate/Database/Query/Builder->count()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Concerns/ValidatesAttributes.php(1085): Illuminate/Validation/DatabasePresenceVerifier->getCount()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(726): Illuminate/Validation/Validator->validateUnique()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(481): Illuminate/Validation/Validator->validateAttribute()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(516): Illuminate/Validation/Validator->passes()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(598): Illuminate/Validation/Validator->fails()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportValidation/HandlesValidation.php(266): Illuminate/Validation/Validator->validate()
#13 D:/ICONIC/Projects/CRM/resources/views/livewire/customers/index.blade.php(48): Livewire/Component->validate()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Livewire/Volt/Component@anonymous->store()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#23 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#49 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#71 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#73 {main}

[previous exception] [object] (PDOException(code: 22P02): SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type bigint: \"\"
CONTEXT:  unnamed portal parameter $2 = '' at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:426)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate/Database/Connection->select()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate/Database/Query/Builder->runSelect()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4062): Illuminate/Database/Query/Builder->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3990): Illuminate/Database/Query/Builder->aggregate()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/DatabasePresenceVerifier.php(53): Illuminate/Database/Query/Builder->count()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Concerns/ValidatesAttributes.php(1085): Illuminate/Validation/DatabasePresenceVerifier->getCount()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(726): Illuminate/Validation/Validator->validateUnique()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(481): Illuminate/Validation/Validator->validateAttribute()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(516): Illuminate/Validation/Validator->passes()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(598): Illuminate/Validation/Validator->fails()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportValidation/HandlesValidation.php(266): Illuminate/Validation/Validator->validate()
#15 D:/ICONIC/Projects/CRM/resources/views/livewire/customers/index.blade.php(48): Livewire/Component->validate()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Livewire/Volt/Component@anonymous->store()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#23 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#24 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#25 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#73 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#75 {main}
"} 
[2026-04-07 18:38:41] local.ERROR: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type bigint: ""
CONTEXT:  unnamed portal parameter $2 = '' (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select count(*) as aggregate from "products" where "sku" = 234 and "id" <> ) {"userId":1,"exception":"[object] (Illuminate\\Database\\QueryException(code: 22P02): SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type bigint: \"\"
CONTEXT:  unnamed portal parameter $2 = '' (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select count(*) as aggregate from \"products\" where \"sku\" = 234 and \"id\" <> ) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate/Database/Connection->select()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate/Database/Query/Builder->runSelect()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4062): Illuminate/Database/Query/Builder->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3990): Illuminate/Database/Query/Builder->aggregate()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/DatabasePresenceVerifier.php(53): Illuminate/Database/Query/Builder->count()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Concerns/ValidatesAttributes.php(1085): Illuminate/Validation/DatabasePresenceVerifier->getCount()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(726): Illuminate/Validation/Validator->validateUnique()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(481): Illuminate/Validation/Validator->validateAttribute()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(516): Illuminate/Validation/Validator->passes()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(598): Illuminate/Validation/Validator->fails()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportValidation/HandlesValidation.php(266): Illuminate/Validation/Validator->validate()
#13 D:/ICONIC/Projects/CRM/resources/views/livewire/products/index.blade.php(48): Livewire/Component->validate()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Livewire/Volt/Component@anonymous->store()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#23 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#49 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#71 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#73 {main}

[previous exception] [object] (PDOException(code: 22P02): SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type bigint: \"\"
CONTEXT:  unnamed portal parameter $2 = '' at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:426)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate/Database/Connection->select()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate/Database/Query/Builder->runSelect()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4062): Illuminate/Database/Query/Builder->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3990): Illuminate/Database/Query/Builder->aggregate()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/DatabasePresenceVerifier.php(53): Illuminate/Database/Query/Builder->count()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Concerns/ValidatesAttributes.php(1085): Illuminate/Validation/DatabasePresenceVerifier->getCount()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(726): Illuminate/Validation/Validator->validateUnique()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(481): Illuminate/Validation/Validator->validateAttribute()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(516): Illuminate/Validation/Validator->passes()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(598): Illuminate/Validation/Validator->fails()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportValidation/HandlesValidation.php(266): Illuminate/Validation/Validator->validate()
#15 D:/ICONIC/Projects/CRM/resources/views/livewire/products/index.blade.php(48): Livewire/Component->validate()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Livewire/Volt/Component@anonymous->store()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#23 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#24 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#25 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#73 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#75 {main}
"} 
[2026-04-07 19:46:05] local.ERROR: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type bigint: ""
CONTEXT:  unnamed portal parameter $1 = '' (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select * from "products" where ("id" = ) limit 1) {"userId":1,"exception":"[object] (Illuminate\\Database\\QueryException(code: 22P02): SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type bigint: \"\"
CONTEXT:  unnamed portal parameter $1 = '' (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select * from \"products\" where (\"id\" = ) limit 1) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate/Database/Connection->select()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate/Database/Query/Builder->runSelect()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(907): Illuminate/Database/Query/Builder->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(889): Illuminate/Database/Eloquent/Builder->getModels()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(367): Illuminate/Database/Eloquent/Builder->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(711): Illuminate/Database/Eloquent/Builder->first()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(745): Illuminate/Database/Eloquent/Builder->firstOrCreate()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate/Database/Eloquent/Builder->updateOrCreate()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate/Database/Eloquent/Model->forwardCallTo()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate/Database/Eloquent/Model->__call()
#12 D:/ICONIC/Projects/CRM/resources/views/livewire/products/index.blade.php(56): Illuminate/Database/Eloquent/Model::__callStatic()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Livewire/Volt/Component@anonymous->store()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#48 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#70 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#72 {main}

[previous exception] [object] (PDOException(code: 22P02): SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type bigint: \"\"
CONTEXT:  unnamed portal parameter $1 = '' at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:426)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate/Database/Connection->select()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate/Database/Query/Builder->runSelect()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(907): Illuminate/Database/Query/Builder->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(889): Illuminate/Database/Eloquent/Builder->getModels()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(367): Illuminate/Database/Eloquent/Builder->get()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(711): Illuminate/Database/Eloquent/Builder->first()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(745): Illuminate/Database/Eloquent/Builder->firstOrCreate()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate/Database/Eloquent/Builder->updateOrCreate()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate/Database/Eloquent/Model->forwardCallTo()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate/Database/Eloquent/Model->__call()
#14 D:/ICONIC/Projects/CRM/resources/views/livewire/products/index.blade.php(56): Illuminate/Database/Eloquent/Model::__callStatic()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Livewire/Volt/Component@anonymous->store()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#23 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#24 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#50 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#72 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#74 {main}
"} 
[2026-04-08 15:27:03] local.ERROR: Cannot use Filament\Forms\Components\TextInput as TextInput because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use Filament\\Forms\\Components\\TextInput as TextInput because the name is already in use at D:/ICONIC/Projects/CRM/app/Filament/Resources/ComponentResource.php:7)
[stacktrace]
#0 {main}
"} 
[2026-04-08 15:28:10] local.ERROR: Type of App\Filament\Resources\ComponentResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\ComponentResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/ComponentResource.php:13)
[stacktrace]
#0 {main}
"} 
[2026-04-08 15:28:11] local.ERROR: Type of App\Filament\Resources\ComponentResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\ComponentResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/ComponentResource.php:13)
[stacktrace]
#0 {main}
"} 
[2026-04-08 15:28:12] local.ERROR: Type of App\Filament\Resources\ComponentResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\ComponentResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/ComponentResource.php:13)
[stacktrace]
#0 {main}
"} 
[2026-04-08 15:28:13] local.ERROR: Type of App\Filament\Resources\ComponentResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\ComponentResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/ComponentResource.php:13)
[stacktrace]
#0 {main}
"} 
[2026-04-08 15:28:13] local.ERROR: include(D:\ICONIC\Projects\CRM\vendor\composer/../spatie/laravel-package-tools/src/PackageServiceProvider.php): Failed to open stream: No such file or directory {"exception":"[object] (ErrorException(code: 0): include(D:\\ICONIC\\Projects\\CRM\\vendor\\composer/../spatie/laravel-package-tools/src/PackageServiceProvider.php): Failed to open stream: No such file or directory at D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php:576)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate/Foundation/Bootstrap/HandleExceptions->handleError()
#1 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(576): Illuminate/Foundation/Bootstrap/HandleExceptions->{closure:Illuminate/Foundation/Bootstrap/HandleExceptions::forwardsTo():257}()
#2 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(576): include('...')
#3 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#4 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/ActionsServiceProvider.php(13): Composer/Autoload/ClassLoader->loadClass()
#5 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(576): include('...')
#6 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(961): Composer/Autoload/ClassLoader->loadClass()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(893): Illuminate/Foundation/Application->resolveProvider()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php(74): Illuminate/Foundation/Application->register()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(871): Illuminate/Foundation/ProviderRepository->load()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php(37): Illuminate/Foundation/Application->registerConfiguredProviders()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/RegisterProviders->bootstrap()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#16 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#17 {main}
"} 
[2026-04-08 15:28:34] local.ERROR: Class "Filament\PanelProvider" not found {"exception":"[object] (Error(code: 0): Class \"Filament\\PanelProvider\" not found at D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php:22)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(576): include()
#1 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#2 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php(52): class_exists()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php(34): Illuminate/Foundation/Bootstrap/RegisterProviders->mergeAdditionalProviders()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/RegisterProviders->bootstrap()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#9 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#10 {main}
"} 
[2026-04-08 15:29:41] local.ERROR: Class "Filament\PanelProvider" not found {"exception":"[object] (Error(code: 0): Class \"Filament\\PanelProvider\" not found at D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php:22)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(576): include()
#1 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#2 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php(52): class_exists()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php(34): Illuminate/Foundation/Bootstrap/RegisterProviders->mergeAdditionalProviders()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/RegisterProviders->bootstrap()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#9 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#10 {main}
"} 
[2026-04-08 15:31:53] local.ERROR: Class "Filament\PanelProvider" not found {"exception":"[object] (Error(code: 0): Class \"Filament\\PanelProvider\" not found at D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php:22)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(576): include()
#1 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#2 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php(52): class_exists()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php(34): Illuminate/Foundation/Bootstrap/RegisterProviders->mergeAdditionalProviders()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/RegisterProviders->bootstrap()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(186): Illuminate/Foundation/Application->bootstrapWith()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(170): Illuminate/Foundation/Http/Kernel->bootstrap()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#10 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#12 {main}
"} 
[2026-04-08 15:31:53] local.ERROR: Target class [view] does not exist. {"exception":"[object] (Illuminate\\Contracts\\Container\\BindingResolutionException(code: 0): Target class [view] does not exist. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php:1127)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(936): Illuminate/Container/Container->build()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1810): Illuminate/Foundation/Application->make()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php(181): Illuminate/Container/Container->offsetGet()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1118): Illuminate/Routing/RoutingServiceProvider->{closure:Illuminate/Routing/RoutingServiceProvider::registerResponseFactory():180}()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(936): Illuminate/Container/Container->build()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(850): app()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(1000): response()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(850): Illuminate/Foundation/Exceptions/Handler->toIlluminateResponse()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(741): Illuminate/Foundation/Exceptions/Handler->prepareResponse()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(628): Illuminate/Foundation/Exceptions/Handler->renderExceptionResponse()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(574): Illuminate/Foundation/Exceptions/Handler->render()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(148): Illuminate/Foundation/Http/Kernel->renderException()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#20 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#22 {main}

[previous exception] [object] (ReflectionException(code: -1): Class \"view\" does not exist at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php:1125)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1125): ReflectionClass->__construct()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(936): Illuminate/Container/Container->build()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1810): Illuminate/Foundation/Application->make()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php(181): Illuminate/Container/Container->offsetGet()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1118): Illuminate/Routing/RoutingServiceProvider->{closure:Illuminate/Routing/RoutingServiceProvider::registerResponseFactory():180}()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(936): Illuminate/Container/Container->build()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(850): app()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(1000): response()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(850): Illuminate/Foundation/Exceptions/Handler->toIlluminateResponse()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(741): Illuminate/Foundation/Exceptions/Handler->prepareResponse()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(628): Illuminate/Foundation/Exceptions/Handler->renderExceptionResponse()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(574): Illuminate/Foundation/Exceptions/Handler->render()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(148): Illuminate/Foundation/Http/Kernel->renderException()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#21 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#23 {main}
"} 
[2026-04-08 15:31:53] local.ERROR: Uncaught ReflectionException: Class "view" does not exist in D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Container\Container.php:1125
Stack trace:
#0 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Container\Container.php(1125): ReflectionClass->__construct()
#1 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Container\Container.php(936): Illuminate\Container\Container->build()
#2 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(1078): Illuminate\Container\Container->resolve()
#3 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Container\Container.php(864): Illuminate\Foundation\Application->resolve()
#4 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(1058): Illuminate\Container\Container->make()
#5 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Container\Container.php(1810): Illuminate\Foundation\Application->make()
#6 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Routing\RoutingServiceProvider.php(181): Illuminate\Container\Container->offsetGet()
#7 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Container\Container.php(1118): Illuminate\Routing\RoutingServiceProvider->{closure:Illuminate\Routing\RoutingServiceProvider::registerResponseFactory():180}()
#8 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Container\Container.php(936): Illuminate\Container\Container->build()
#9 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(1078): Illuminate\Container\Container->resolve()
#10 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Container\Container.php(864): Illuminate\Foundation\Application->resolve()
#11 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(1058): Illuminate\Container\Container->make()
#12 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php(138): Illuminate\Foundation\Application->make()
#13 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php(850): app()
#14 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Exceptions\Handler.php(1000): response()
#15 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Exceptions\Handler.php(850): Illuminate\Foundation\Exceptions\Handler->toIlluminateResponse()
#16 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Exceptions\Handler.php(741): Illuminate\Foundation\Exceptions\Handler->prepareResponse()
#17 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Exceptions\Handler.php(628): Illuminate\Foundation\Exceptions\Handler->renderExceptionResponse()
#18 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\HandleExceptions.php(221): Illuminate\Foundation\Exceptions\Handler->render()
#19 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\HandleExceptions.php(198): Illuminate\Foundation\Bootstrap\HandleExceptions->renderHttpResponse()
#20 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\HandleExceptions.php(258): Illuminate\Foundation\Bootstrap\HandleExceptions->handleException()
#21 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->{closure:Illuminate\Foundation\Bootstrap\HandleExceptions::forwardsTo():257}()
#22 {main}

Next Illuminate\Contracts\Container\BindingResolutionException: Target class [view] does not exist. in D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Container\Container.php:1127
Stack trace:
#0 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Container\Container.php(936): Illuminate\Container\Container->build()
#1 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(1078): Illuminate\Container\Container->resolve()
#2 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Container\Container.php(864): Illuminate\Foundation\Application->resolve()
#3 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(1058): Illuminate\Container\Container->make()
#4 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Container\Container.php(1810): Illuminate\Foundation\Application->make()
#5 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Routing\RoutingServiceProvider.php(181): Illuminate\Container\Container->offsetGet()
#6 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Container\Container.php(1118): Illuminate\Routing\RoutingServiceProvider->{closure:Illuminate\Routing\RoutingServiceProvider::registerResponseFactory():180}()
#7 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Container\Container.php(936): Illuminate\Container\Container->build()
#8 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(1078): Illuminate\Container\Container->resolve()
#9 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Container\Container.php(864): Illuminate\Foundation\Application->resolve()
#10 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(1058): Illuminate\Container\Container->make()
#11 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php(138): Illuminate\Foundation\Application->make()
#12 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php(850): app()
#13 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Exceptions\Handler.php(1000): response()
#14 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Exceptions\Handler.php(850): Illuminate\Foundation\Exceptions\Handler->toIlluminateResponse()
#15 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Exceptions\Handler.php(741): Illuminate\Foundation\Exceptions\Handler->prepareResponse()
#16 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Exceptions\Handler.php(628): Illuminate\Foundation\Exceptions\Handler->renderExceptionResponse()
#17 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\HandleExceptions.php(221): Illuminate\Foundation\Exceptions\Handler->render()
#18 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\HandleExceptions.php(198): Illuminate\Foundation\Bootstrap\HandleExceptions->renderHttpResponse()
#19 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\HandleExceptions.php(258): Illuminate\Foundation\Bootstrap\HandleExceptions->handleException()
#20 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->{closure:Illuminate\Foundation\Bootstrap\HandleExceptions::forwardsTo():257}()
#21 {main}
  thrown {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Uncaught ReflectionException: Class \"view\" does not exist in D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php:1125
Stack trace:
#0 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1125): ReflectionClass->__construct()
#1 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(936): Illuminate\\Container\\Container->build()
#2 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1078): Illuminate\\Container\\Container->resolve()
#3 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(864): Illuminate\\Foundation\\Application->resolve()
#4 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1058): Illuminate\\Container\\Container->make()
#5 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1810): Illuminate\\Foundation\\Application->make()
#6 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\RoutingServiceProvider.php(181): Illuminate\\Container\\Container->offsetGet()
#7 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1118): Illuminate\\Routing\\RoutingServiceProvider->{closure:Illuminate\\Routing\\RoutingServiceProvider::registerResponseFactory():180}()
#8 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(936): Illuminate\\Container\\Container->build()
#9 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1078): Illuminate\\Container\\Container->resolve()
#10 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(864): Illuminate\\Foundation\\Application->resolve()
#11 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1058): Illuminate\\Container\\Container->make()
#12 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\helpers.php(138): Illuminate\\Foundation\\Application->make()
#13 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\helpers.php(850): app()
#14 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Exceptions\\Handler.php(1000): response()
#15 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Exceptions\\Handler.php(850): Illuminate\\Foundation\\Exceptions\\Handler->toIlluminateResponse()
#16 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Exceptions\\Handler.php(741): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#17 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Exceptions\\Handler.php(628): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#18 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Bootstrap\\HandleExceptions.php(221): Illuminate\\Foundation\\Exceptions\\Handler->render()
#19 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Bootstrap\\HandleExceptions.php(198): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()
#20 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Bootstrap\\HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()
#21 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#22 {main}

Next Illuminate\\Contracts\\Container\\BindingResolutionException: Target class [view] does not exist. in D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php:1127
Stack trace:
#0 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(936): Illuminate\\Container\\Container->build()
#1 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1078): Illuminate\\Container\\Container->resolve()
#2 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(864): Illuminate\\Foundation\\Application->resolve()
#3 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1058): Illuminate\\Container\\Container->make()
#4 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1810): Illuminate\\Foundation\\Application->make()
#5 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\RoutingServiceProvider.php(181): Illuminate\\Container\\Container->offsetGet()
#6 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(1118): Illuminate\\Routing\\RoutingServiceProvider->{closure:Illuminate\\Routing\\RoutingServiceProvider::registerResponseFactory():180}()
#7 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(936): Illuminate\\Container\\Container->build()
#8 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1078): Illuminate\\Container\\Container->resolve()
#9 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(864): Illuminate\\Foundation\\Application->resolve()
#10 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Application.php(1058): Illuminate\\Container\\Container->make()
#11 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\helpers.php(138): Illuminate\\Foundation\\Application->make()
#12 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\helpers.php(850): app()
#13 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Exceptions\\Handler.php(1000): response()
#14 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Exceptions\\Handler.php(850): Illuminate\\Foundation\\Exceptions\\Handler->toIlluminateResponse()
#15 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Exceptions\\Handler.php(741): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#16 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Exceptions\\Handler.php(628): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#17 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Bootstrap\\HandleExceptions.php(221): Illuminate\\Foundation\\Exceptions\\Handler->render()
#18 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Bootstrap\\HandleExceptions.php(198): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()
#19 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Bootstrap\\HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()
#20 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#21 {main}
  thrown at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php:1127)
[stacktrace]
#0 {main}
"} 
[2026-04-08 15:47:13] local.ERROR: Type of App\Filament\Resources\ComponentResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\ComponentResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/ComponentResource.php:13)
[stacktrace]
#0 {main}
"} 
[2026-04-08 15:56:27] local.ERROR: Type of App\Filament\Resources\ComponentResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\ComponentResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/ComponentResource.php:13)
[stacktrace]
#0 {main}
"} 
[2026-04-08 15:56:47] local.ERROR: Type of App\Filament\Resources\ComponentResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\ComponentResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/ComponentResource.php:13)
[stacktrace]
#0 {main}
"} 
[2026-04-08 16:36:40] local.ERROR: Class "Filament\Tables\Actions\EditAction" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Tables\\Actions\\EditAction\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/ComponentResource.php:42)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Resource.php(70): App/Filament/Resources/ComponentResource::table()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(213): Filament/Resources/Resource::configureTable()
#2 D:/ICONIC/Projects/CRM/vendor/filament/tables/src/Concerns/InteractsWithTable.php(47): Filament/Resources/Pages/ListRecords->makeTable()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/ListRecords->bootedInteractsWithTable()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(144): Livewire/Wrapped->__call()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(24): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callTraitHook()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#27 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#46 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#55 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#79 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#81 {main}
"} 
[2026-04-08 16:37:01] local.ERROR: Class "Filament\Tables\Actions\EditAction" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Tables\\Actions\\EditAction\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/ComponentResource.php:42)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Resource.php(70): App/Filament/Resources/ComponentResource::table()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(213): Filament/Resources/Resource::configureTable()
#2 D:/ICONIC/Projects/CRM/vendor/filament/tables/src/Concerns/InteractsWithTable.php(47): Filament/Resources/Pages/ListRecords->makeTable()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/ListRecords->bootedInteractsWithTable()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(144): Livewire/Wrapped->__call()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(24): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callTraitHook()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#27 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#46 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#55 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#79 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#81 {main}
"} 
[2026-04-08 16:37:33] local.ERROR: Class "Filament\Tables\Actions\EditAction" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Tables\\Actions\\EditAction\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/OrderResource.php:63)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Resource.php(70): App/Filament/Resources/OrderResource::table()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(213): Filament/Resources/Resource::configureTable()
#2 D:/ICONIC/Projects/CRM/vendor/filament/tables/src/Concerns/InteractsWithTable.php(47): Filament/Resources/Pages/ListRecords->makeTable()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/ListRecords->bootedInteractsWithTable()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(144): Livewire/Wrapped->__call()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(24): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callTraitHook()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#27 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#46 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#55 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#79 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#81 {main}
"} 
[2026-04-08 16:48:32] local.ERROR: Class "Filament\Forms\Components\Section" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Forms\\Components\\Section\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/ProductResource.php:31)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(83): App/Filament/Resources/ProductResource::form()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(94): Filament/Resources/Pages/ListRecords->form()
#2 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): Filament/Resources/Pages/ListRecords->{closure:Filament/Resources/Pages/ListRecords::getDefaultActionSchemaResolver():94}()
#3 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/HasSchema.php(47): Filament/Support/Components/Component->evaluate()
#4 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(691): Filament/Actions/Action->getSchema()
#5 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(529): Filament/Pages/BasePage->getMountedActionSchema()
#6 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(486): Filament/Pages/BasePage->resolveActions()
#7 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(472): Filament/Pages/BasePage->cacheMountedActions()
#8 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(120): Filament/Pages/BasePage->getMountedAction()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Pages/BasePage->mountAction()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#44 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#66 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#68 {main}
"} 
[2026-04-08 16:51:21] local.ERROR: Class "Filament\Forms\Components\Section" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Forms\\Components\\Section\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/ProductResource.php:31)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(83): App/Filament/Resources/ProductResource::form()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(94): Filament/Resources/Pages/ListRecords->form()
#2 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): Filament/Resources/Pages/ListRecords->{closure:Filament/Resources/Pages/ListRecords::getDefaultActionSchemaResolver():94}()
#3 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/HasSchema.php(47): Filament/Support/Components/Component->evaluate()
#4 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(691): Filament/Actions/Action->getSchema()
#5 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(529): Filament/Pages/BasePage->getMountedActionSchema()
#6 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(486): Filament/Pages/BasePage->resolveActions()
#7 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(472): Filament/Pages/BasePage->cacheMountedActions()
#8 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(120): Filament/Pages/BasePage->getMountedAction()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Pages/BasePage->mountAction()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#44 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#66 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#68 {main}
"} 
[2026-04-08 16:51:37] local.ERROR: Class "Filament\Forms\Components\Section" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Forms\\Components\\Section\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/ProductResource.php:31)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(83): App/Filament/Resources/ProductResource::form()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(94): Filament/Resources/Pages/ListRecords->form()
#2 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): Filament/Resources/Pages/ListRecords->{closure:Filament/Resources/Pages/ListRecords::getDefaultActionSchemaResolver():94}()
#3 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/HasSchema.php(47): Filament/Support/Components/Component->evaluate()
#4 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(691): Filament/Actions/Action->getSchema()
#5 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(529): Filament/Pages/BasePage->getMountedActionSchema()
#6 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(486): Filament/Pages/BasePage->resolveActions()
#7 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(472): Filament/Pages/BasePage->cacheMountedActions()
#8 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(120): Filament/Pages/BasePage->getMountedAction()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Pages/BasePage->mountAction()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#44 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#66 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#68 {main}
"} 
[2026-04-08 16:51:56] local.ERROR: Class "Filament\Forms\Components\Section" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Forms\\Components\\Section\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/ProductResource.php:31)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(83): App/Filament/Resources/ProductResource::form()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(94): Filament/Resources/Pages/ListRecords->form()
#2 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): Filament/Resources/Pages/ListRecords->{closure:Filament/Resources/Pages/ListRecords::getDefaultActionSchemaResolver():94}()
#3 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/HasSchema.php(47): Filament/Support/Components/Component->evaluate()
#4 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(691): Filament/Actions/Action->getSchema()
#5 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(529): Filament/Pages/BasePage->getMountedActionSchema()
#6 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(486): Filament/Pages/BasePage->resolveActions()
#7 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(472): Filament/Pages/BasePage->cacheMountedActions()
#8 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(120): Filament/Pages/BasePage->getMountedAction()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Pages/BasePage->mountAction()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#44 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#66 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#68 {main}
"} 
[2026-04-08 17:19:14] local.INFO: SMS Sandbox: To: +254712345678, Message: Order #ORD-HYOKW2OE confirmed. Total: 2250. Status: Pending.  
[2026-04-08 17:19:14] local.INFO: SMS Sandbox: To: +254722334455, Message: Order #ORD-EVB0IHTZ confirmed. Total: 5600. Status: Pending.  
[2026-04-08 17:23:42] local.ERROR: Cannot redeclare non static Filament\Widgets\ChartWidget::$heading as static App\Filament\Widgets\ProductionPipelineChart::$heading {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Widgets\\ChartWidget::$heading as static App\\Filament\\Widgets\\ProductionPipelineChart::$heading at D:/ICONIC/Projects/CRM/app/Filament/Widgets/ProductionPipelineChart.php:8)
[stacktrace]
#0 {main}
"} 
[2026-04-08 17:23:43] local.ERROR: Cannot redeclare non static Filament\Widgets\ChartWidget::$heading as static App\Filament\Widgets\ProductionPipelineChart::$heading {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Widgets\\ChartWidget::$heading as static App\\Filament\\Widgets\\ProductionPipelineChart::$heading at D:/ICONIC/Projects/CRM/app/Filament/Widgets/ProductionPipelineChart.php:8)
[stacktrace]
#0 {main}
"} 
[2026-04-08 17:23:43] local.ERROR: Cannot redeclare non static Filament\Widgets\ChartWidget::$heading as static App\Filament\Widgets\ProductionPipelineChart::$heading {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Widgets\\ChartWidget::$heading as static App\\Filament\\Widgets\\ProductionPipelineChart::$heading at D:/ICONIC/Projects/CRM/app/Filament/Widgets/ProductionPipelineChart.php:8)
[stacktrace]
#0 {main}
"} 
[2026-04-08 18:12:42] local.ERROR: Type of App\Filament\Resources\PurchaseOrderResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\PurchaseOrderResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/PurchaseOrderResource.php:16)
[stacktrace]
#0 {main}
"} 
[2026-04-08 18:12:42] local.ERROR: Type of App\Filament\Resources\PurchaseOrderResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\PurchaseOrderResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/PurchaseOrderResource.php:16)
[stacktrace]
#0 {main}
"} 
[2026-04-08 18:16:08] local.ERROR: Type of App\Filament\Resources\PurchaseOrderResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\PurchaseOrderResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/PurchaseOrderResource.php:16)
[stacktrace]
#0 {main}
"} 
[2026-04-08 18:16:08] local.ERROR: Type of App\Filament\Resources\PurchaseOrderResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\PurchaseOrderResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/PurchaseOrderResource.php:16)
[stacktrace]
#0 {main}
"} 
[2026-04-08 18:17:39] local.ERROR: Type of App\Filament\Resources\PurchaseOrderResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\PurchaseOrderResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/PurchaseOrderResource.php:16)
[stacktrace]
#0 {main}
"} 
[2026-04-09 17:25:12] local.ERROR: Type of App\Filament\Resources\PurchaseOrderResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\PurchaseOrderResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/PurchaseOrderResource.php:16)
[stacktrace]
#0 {main}
"} 
[2026-04-10 05:26:10] local.ERROR: Command "filament:version" is not defined.

Did you mean one of these?
    filament:about
    filament:assets
    filament:cache-components
    filament:check-translations
    filament:clear-cached-components
    filament:cluster
    filament:column
    filament:component
    filament:custom-block
    filament:entry
    filament:exporter
    filament:field
    filament:form
    filament:form-field
    filament:form-layout
    filament:importer
    filament:infolist
    filament:infolist-entry
    filament:infolist-layout
    filament:infolist-schema
    filament:install
    filament:issue
    filament:layout
    filament:livewire-form
    filament:livewire-schema
    filament:livewire-table
    filament:make-cluster
    filament:make-issue
    filament:make-page
    filament:make-panel
    filament:make-relation-manager
    filament:make-resource
    filament:make-theme
    filament:make-user
    filament:make-widget
    filament:optimize
    filament:optimize-clear
    filament:page
    filament:panel
    filament:relation-manager
    filament:resource
    filament:rich-content-custom-block
    filament:rich-editor-custom-block
    filament:schema
    filament:schema-component
    filament:schema-layout
    filament:table
    filament:table-column
    filament:theme
    filament:upgrade
    filament:user
    filament:widget {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"filament:version\" is not defined.

Did you mean one of these?
    filament:about
    filament:assets
    filament:cache-components
    filament:check-translations
    filament:clear-cached-components
    filament:cluster
    filament:column
    filament:component
    filament:custom-block
    filament:entry
    filament:exporter
    filament:field
    filament:form
    filament:form-field
    filament:form-layout
    filament:importer
    filament:infolist
    filament:infolist-entry
    filament:infolist-layout
    filament:infolist-schema
    filament:install
    filament:issue
    filament:layout
    filament:livewire-form
    filament:livewire-schema
    filament:livewire-table
    filament:make-cluster
    filament:make-issue
    filament:make-page
    filament:make-panel
    filament:make-relation-manager
    filament:make-resource
    filament:make-theme
    filament:make-user
    filament:make-widget
    filament:optimize
    filament:optimize-clear
    filament:page
    filament:panel
    filament:relation-manager
    filament:resource
    filament:rich-content-custom-block
    filament:rich-editor-custom-block
    filament:schema
    filament:schema-component
    filament:schema-layout
    filament:table
    filament:table-column
    filament:theme
    filament:upgrade
    filament:user
    filament:widget at D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php:749)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(298): Symfony/Component/Console/Application->find()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#4 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#5 {main}
"} 
[2026-04-10 05:26:14] local.ERROR: The "--columns" option does not exist. {"exception":"[object] (Symfony\\Component\\Console\\Exception\\RuntimeException(code: 0): The \"--columns\" option does not exist. at D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php:226)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(153): Symfony/Component/Console/Input/ArgvInput->addLongOption()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(88): Symfony/Component/Console/Input/ArgvInput->parseLongOption()
#2 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(77): Symfony/Component/Console/Input/ArgvInput->parseToken()
#3 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/Input.php(53): Symfony/Component/Console/Input/ArgvInput->parse()
#4 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(245): Symfony/Component/Console/Input/Input->bind()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#6 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#7 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#8 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#11 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#12 {main}
"} 
[2026-04-10 05:26:27] local.ERROR: The "--model" option does not accept a value. {"exception":"[object] (Symfony\\Component\\Console\\Exception\\RuntimeException(code: 0): The \"--model\" option does not accept a value. at D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php:241)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(153): Symfony/Component/Console/Input/ArgvInput->addLongOption()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(88): Symfony/Component/Console/Input/ArgvInput->parseLongOption()
#2 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(77): Symfony/Component/Console/Input/ArgvInput->parseToken()
#3 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/Input.php(53): Symfony/Component/Console/Input/ArgvInput->parse()
#4 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(245): Symfony/Component/Console/Input/Input->bind()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#6 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#7 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#8 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#11 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#12 {main}
"} 
[2026-04-10 05:26:39] local.INFO: SMS Sandbox: To: +254712345678, Message: Order #ORD-F4NPUCOX confirmed. Total: 2250. Status: Pending.  
[2026-04-10 05:26:39] local.INFO: SMS Sandbox: To: +254722334455, Message: Order #ORD-WCJIEWN3 confirmed. Total: 5600. Status: Pending.  
[2026-04-10 05:26:42] local.ERROR: Aborted. {"exception":"[object] (Symfony\\Component\\Console\\Exception\\MissingInputException(code: 0): Aborted. at D:/ICONIC/Projects/CRM/vendor/symfony/console/Helper/QuestionHelper.php:610)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/console/Helper/QuestionHelper.php(514): Symfony/Component/Console/Helper/QuestionHelper->doReadInput()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/console/Helper/QuestionHelper.php(125): Symfony/Component/Console/Helper/QuestionHelper->readInput()
#2 D:/ICONIC/Projects/CRM/vendor/symfony/console/Helper/QuestionHelper.php(62): Symfony/Component/Console/Helper/QuestionHelper->doAsk()
#3 D:/ICONIC/Projects/CRM/vendor/symfony/console/Style/SymfonyStyle.php(307): Symfony/Component/Console/Helper/QuestionHelper->ask()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/OutputStyle.php(58): Symfony/Component/Console/Style/SymfonyStyle->askQuestion()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/View/Components/Ask.php(20): Illuminate/Console/OutputStyle->askQuestion()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/View/Components/Component.php(117): Illuminate/Console/View/Components/Ask->{closure:Illuminate/Console/View/Components/Ask::render():20}()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/View/Components/Ask.php(19): Illuminate/Console/View/Components/Component->usingQuestionHelper()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/View/Components/Factory.php(59): Illuminate/Console/View/Components/Ask->render()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Concerns/ConfiguresPrompts.php(39): Illuminate/Console/View/Components/Factory->__call()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Concerns/ConfiguresPrompts.php(130): Illuminate/Console/Command->{closure:{closure:Illuminate/Console/Concerns/ConfiguresPrompts::configurePrompts():38}:39}()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Concerns/ConfiguresPrompts.php(38): Illuminate/Console/Command->promptUntilValid()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/prompts/src/Concerns/Fallback.php(59): Illuminate/Console/Command->{closure:Illuminate/Console/Concerns/ConfiguresPrompts::configurePrompts():38}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/prompts/src/Prompt.php(108): Laravel/Prompts/Prompt->fallback()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/prompts/src/helpers.php(21): Laravel/Prompts/Prompt->prompt()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Commands/MakeResourceCommand.php(368): Laravel/Prompts/text()
#16 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Commands/MakeResourceCommand.php(247): Filament/Commands/MakeResourceCommand->configureRecordTitleAttribute()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Commands/MakeResourceCommand->handle()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#23 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#25 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#26 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#27 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#30 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#31 {main}
"} 
[2026-04-10 05:43:26] local.ERROR: Type of App\Filament\Resources\CustomerResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\CustomerResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/CustomerResource.php:16)
[stacktrace]
#0 {main}
"} 
[2026-04-10 05:43:45] local.ERROR: Type of App\Filament\Resources\CustomerResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\CustomerResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/CustomerResource.php:16)
[stacktrace]
#0 {main}
"} 
[2026-04-10 05:46:03] local.ERROR: Type of App\Filament\Resources\CustomerResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\CustomerResource::$navigationIcon must be BackedEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/CustomerResource.php:16)
[stacktrace]
#0 {main}
"} 
[2026-04-10 05:59:38] local.ERROR: syntax error, unexpected single-quoted string "Steel and wood 5-tier bookshelf", expecting "]" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected single-quoted string \"Steel and wood 5-tier bookshelf\", expecting \"]\" at D:/ICONIC/Projects/CRM/database/seeders/DatabaseSeeder.php:177)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(95): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(71): Illuminate/Database/Console/Seeds/SeedCommand->getSeeder()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(181): Illuminate/Database/Console/Seeds/SeedCommand->{closure:Illuminate/Database/Console/Seeds/SeedCommand::handle():70}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate/Database/Eloquent/Model::unguarded()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Seeds/SeedCommand->handle()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#12 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#14 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#15 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#16 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#19 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#20 {main}
"} 
[2026-04-10 05:59:48] local.ERROR: SQLSTATE[42703]: Undefined column: 7 ERROR:  column "phone" of relation "users" does not exist
LINE 1: ...nto "users" ("email", "name", "password", "role", "phone", "...
                                                             ^ (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: insert into "users" ("email", "name", "password", "role", "phone", "updated_at", "created_at") values (manager@example.com, Sarah Manager, $2y$12$pXOJtH9L7InIihe2edHDeOkPjRnIWUZi3xxt56TqGqm5Dtd4ZuVYy, manager, +254722334455, 2026-04-10 05:59:48, 2026-04-10 05:59:48) returning "id") {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42703): SQLSTATE[42703]: Undefined column: 7 ERROR:  column \"phone\" of relation \"users\" does not exist
LINE 1: ...nto \"users\" (\"email\", \"name\", \"password\", \"role\", \"phone\", \"...
                                                             ^ (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: insert into \"users\" (\"email\", \"name\", \"password\", \"role\", \"phone\", \"updated_at\", \"created_at\") values (manager@example.com, Sarah Manager, $2y$12$pXOJtH9L7InIihe2edHDeOkPjRnIWUZi3xxt56TqGqm5Dtd4ZuVYy, manager, +254722334455, 2026-04-10 05:59:48, 2026-04-10 05:59:48) returning \"id\") at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(398): Illuminate/Database/Connection->select()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php(24): Illuminate/Database/Connection->selectFromWriteConnection()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4246): Illuminate/Database/Query/Processors/PostgresProcessor->processInsertGetId()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->insertGetId()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1650): Illuminate/Database/Eloquent/Builder->__call()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1566): Illuminate/Database/Eloquent/Model->insertAndSetId()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1370): Illuminate/Database/Eloquent/Model->performInsert()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1224): Illuminate/Database/Eloquent/Model->save()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate/Database/Eloquent/Builder->{closure:Illuminate/Database/Eloquent/Builder::create():1223}()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1223): tap()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(730): Illuminate/Database/Eloquent/Builder->create()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1994): Illuminate/Database/Eloquent/Builder->{closure:Illuminate/Database/Eloquent/Builder::createOrFirst():730}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(730): Illuminate/Database/Eloquent/Builder->withSavepointIfNeeded()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(715): Illuminate/Database/Eloquent/Builder->createOrFirst()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate/Database/Eloquent/Builder->firstOrCreate()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate/Database/Eloquent/Model->forwardCallTo()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate/Database/Eloquent/Model->__call()
#19 D:/ICONIC/Projects/CRM/database/seeders/DatabaseSeeder.php(36): Illuminate/Database/Eloquent/Model::__callStatic()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Database/Seeders/DatabaseSeeder->run()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(184): Illuminate/Container/Container->call()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(191): Illuminate/Database/Seeder->{closure:Illuminate/Database/Seeder::__invoke():183}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(71): Illuminate/Database/Seeder->__invoke()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(181): Illuminate/Database/Console/Seeds/SeedCommand->{closure:Illuminate/Database/Console/Seeds/SeedCommand::handle():70}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate/Database/Eloquent/Model::unguarded()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Seeds/SeedCommand->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#36 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#38 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#39 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#40 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#43 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#44 {main}

[previous exception] [object] (PDOException(code: 42703): SQLSTATE[42703]: Undefined column: 7 ERROR:  column \"phone\" of relation \"users\" does not exist
LINE 1: ...nto \"users\" (\"email\", \"name\", \"password\", \"role\", \"phone\", \"...
                                                             ^ at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:426)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(398): Illuminate/Database/Connection->select()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php(24): Illuminate/Database/Connection->selectFromWriteConnection()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4246): Illuminate/Database/Query/Processors/PostgresProcessor->processInsertGetId()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->insertGetId()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1650): Illuminate/Database/Eloquent/Builder->__call()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1566): Illuminate/Database/Eloquent/Model->insertAndSetId()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1370): Illuminate/Database/Eloquent/Model->performInsert()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1224): Illuminate/Database/Eloquent/Model->save()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate/Database/Eloquent/Builder->{closure:Illuminate/Database/Eloquent/Builder::create():1223}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1223): tap()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(730): Illuminate/Database/Eloquent/Builder->create()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1994): Illuminate/Database/Eloquent/Builder->{closure:Illuminate/Database/Eloquent/Builder::createOrFirst():730}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(730): Illuminate/Database/Eloquent/Builder->withSavepointIfNeeded()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(715): Illuminate/Database/Eloquent/Builder->createOrFirst()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate/Database/Eloquent/Builder->firstOrCreate()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate/Database/Eloquent/Model->forwardCallTo()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate/Database/Eloquent/Model->__call()
#21 D:/ICONIC/Projects/CRM/database/seeders/DatabaseSeeder.php(36): Illuminate/Database/Eloquent/Model::__callStatic()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Database/Seeders/DatabaseSeeder->run()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(184): Illuminate/Container/Container->call()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(191): Illuminate/Database/Seeder->{closure:Illuminate/Database/Seeder::__invoke():183}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(71): Illuminate/Database/Seeder->__invoke()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(181): Illuminate/Database/Console/Seeds/SeedCommand->{closure:Illuminate/Database/Console/Seeds/SeedCommand::handle():70}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate/Database/Eloquent/Model::unguarded()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Seeds/SeedCommand->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#38 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#40 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#41 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#42 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#45 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#46 {main}
"} 
[2026-04-10 05:59:58] local.INFO: SMS Sandbox: To: +254712345678, Message: Hi John Doe! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-04-10 05:59:58] local.INFO: WhatsApp Sandbox: To: +254712345678, Message: Hi John Doe! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-04-10 05:59:58] local.INFO: SMS Sandbox: To: +254722334455, Message: Hi Jane Smith! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-04-10 05:59:58] local.INFO: WhatsApp Sandbox: To: +254722334455, Message: Hi Jane Smith! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-04-10 05:59:58] local.INFO: SMS Sandbox: To: +254759007522, Message: Hi Iconic Development! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 05:59:58] local.INFO: WhatsApp Sandbox: To: +254759007522, Message: Hi Iconic Development! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 05:59:59] local.INFO: SMS Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 05:59:59] local.INFO: WhatsApp Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 05:59:59] local.INFO: SMS Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 05:59:59] local.INFO: WhatsApp Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 05:59:59] local.INFO: SMS Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 05:59:59] local.INFO: WhatsApp Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 05:59:59] local.INFO: SMS Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-04-10 05:59:59] local.INFO: WhatsApp Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-04-10 05:59:59] local.INFO: SMS Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 05:59:59] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 05:59:59] local.INFO: SMS Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 05:59:59] local.INFO: WhatsApp Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 05:59:59] local.INFO: SMS Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-04-10 05:59:59] local.INFO: WhatsApp Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-04-10 05:59:59] local.INFO: SMS Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 05:59:59] local.INFO: WhatsApp Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 05:59:59] local.INFO: SMS Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 05:59:59] local.INFO: WhatsApp Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 06:21:52] local.ERROR: Class "Filament\Tables\BulkActions\BulkActionGroup" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Tables\\BulkActions\\BulkActionGroup\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/CustomerResource.php:70)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Resource.php(70): App/Filament/Resources/CustomerResource::table()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(213): Filament/Resources/Resource::configureTable()
#2 D:/ICONIC/Projects/CRM/vendor/filament/tables/src/Concerns/InteractsWithTable.php(47): Filament/Resources/Pages/ListRecords->makeTable()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/ListRecords->bootedInteractsWithTable()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(144): Livewire/Wrapped->__call()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(24): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callTraitHook()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#27 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#46 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#55 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#79 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#81 {main}
"} 
[2026-04-10 06:22:42] local.ERROR: Method Filament\Forms\Components\TextInput::min does not exist. {"userId":1,"exception":"[object] (BadMethodCallException(code: 0): Method Filament\\Forms\\Components\\TextInput::min does not exist. at D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/Macroable.php:77)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/app/Filament/Resources/OrderResource.php(72): Filament/Support/Components/Component->__call()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(83): App/Filament/Resources/OrderResource::form()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(94): Filament/Resources/Pages/ListRecords->form()
#3 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): Filament/Resources/Pages/ListRecords->{closure:Filament/Resources/Pages/ListRecords::getDefaultActionSchemaResolver():94}()
#4 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/HasSchema.php(47): Filament/Support/Components/Component->evaluate()
#5 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(691): Filament/Actions/Action->getSchema()
#6 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(529): Filament/Pages/BasePage->getMountedActionSchema()
#7 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(486): Filament/Pages/BasePage->resolveActions()
#8 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(472): Filament/Pages/BasePage->cacheMountedActions()
#9 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(120): Filament/Pages/BasePage->getMountedAction()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Pages/BasePage->mountAction()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#45 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-04-10 06:22:49] local.ERROR: Method Filament\Forms\Components\TextInput::min does not exist. {"userId":1,"exception":"[object] (BadMethodCallException(code: 0): Method Filament\\Forms\\Components\\TextInput::min does not exist. at D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/Macroable.php:77)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/app/Filament/Resources/OrderResource.php(72): Filament/Support/Components/Component->__call()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(83): App/Filament/Resources/OrderResource::form()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(94): Filament/Resources/Pages/ListRecords->form()
#3 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): Filament/Resources/Pages/ListRecords->{closure:Filament/Resources/Pages/ListRecords::getDefaultActionSchemaResolver():94}()
#4 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/HasSchema.php(47): Filament/Support/Components/Component->evaluate()
#5 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(691): Filament/Actions/Action->getSchema()
#6 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(529): Filament/Pages/BasePage->getMountedActionSchema()
#7 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(486): Filament/Pages/BasePage->resolveActions()
#8 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(472): Filament/Pages/BasePage->cacheMountedActions()
#9 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(120): Filament/Pages/BasePage->getMountedAction()
#10 D:/ICONIC/Projects/CRM/vendor/filament/tables/src/Concerns/HasActions.php(29): Filament/Pages/BasePage->mountAction()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/ListRecords->mountTableAction()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#46 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#68 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#70 {main}
"} 
[2026-04-10 07:29:55] local.ERROR: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: "reorder_level"
CONTEXT:  unnamed portal parameter $1 = '...' (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select count(*) as aggregate from "components" where "stock_quantity" <= reorder_level) {"userId":1,"exception":"[object] (Illuminate\\Database\\QueryException(code: 22P02): SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: \"reorder_level\"
CONTEXT:  unnamed portal parameter $1 = '...' (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select count(*) as aggregate from \"components\" where \"stock_quantity\" <= reorder_level) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate/Database/Connection->select()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate/Database/Query/Builder->runSelect()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4062): Illuminate/Database/Query/Builder->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3990): Illuminate/Database/Query/Builder->aggregate()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->count()
#7 D:/ICONIC/Projects/CRM/app/Filament/Widgets/LowStockAlerts.php(78): Illuminate/Database/Eloquent/Builder->__call()
#8 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): App/Filament/Widgets/LowStockAlerts->{closure:App/Filament/Widgets/LowStockAlerts::table():71}()
#9 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Action.php(644): Filament/Support/Components/Component->evaluate()
#10 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(269): Filament/Actions/Action->call()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Widgets/TableWidget->callMountedAction()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#46 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#68 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#70 {main}

[previous exception] [object] (PDOException(code: 22P02): SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: \"reorder_level\"
CONTEXT:  unnamed portal parameter $1 = '...' at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:426)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate/Database/Connection->select()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate/Database/Query/Builder->runSelect()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4062): Illuminate/Database/Query/Builder->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3990): Illuminate/Database/Query/Builder->aggregate()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->count()
#9 D:/ICONIC/Projects/CRM/app/Filament/Widgets/LowStockAlerts.php(78): Illuminate/Database/Eloquent/Builder->__call()
#10 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): App/Filament/Widgets/LowStockAlerts->{closure:App/Filament/Widgets/LowStockAlerts::table():71}()
#11 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Action.php(644): Filament/Support/Components/Component->evaluate()
#12 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(269): Filament/Actions/Action->call()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Widgets/TableWidget->callMountedAction()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#48 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#70 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#72 {main}
"} 
[2026-04-10 07:31:59] local.ERROR: SQLSTATE[23502]: Not null violation: 7 ERROR:  null value in column "supplier_id" of relation "purchase_orders" violates not-null constraint
DETAIL:  Failing row contains (5, PO-2026-005, null, 2250000.00, draft, 2026-04-17, Auto-generated reorder for low stock: Matte Black Industrial Pai..., 2026-04-10 07:31:59, 2026-04-10 07:31:59). (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: insert into "purchase_orders" ("supplier_id", "po_number", "total_amount", "status", "expected_delivery", "notes", "updated_at", "created_at") values (?, PO-2026-005, 2250000, draft, 2026-04-17 07:31:59, Auto-generated reorder for low stock: Matte Black Industrial Paint, 2026-04-10 07:31:59, 2026-04-10 07:31:59) returning "id") {"userId":1,"exception":"[object] (Illuminate\\Database\\QueryException(code: 23502): SQLSTATE[23502]: Not null violation: 7 ERROR:  null value in column \"supplier_id\" of relation \"purchase_orders\" violates not-null constraint
DETAIL:  Failing row contains (5, PO-2026-005, null, 2250000.00, draft, 2026-04-17, Auto-generated reorder for low stock: Matte Black Industrial Pai..., 2026-04-10 07:31:59, 2026-04-10 07:31:59). (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: insert into \"purchase_orders\" (\"supplier_id\", \"po_number\", \"total_amount\", \"status\", \"expected_delivery\", \"notes\", \"updated_at\", \"created_at\") values (?, PO-2026-005, 2250000, draft, 2026-04-17 07:31:59, Auto-generated reorder for low stock: Matte Black Industrial Paint, 2026-04-10 07:31:59, 2026-04-10 07:31:59) returning \"id\") at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(398): Illuminate/Database/Connection->select()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php(24): Illuminate/Database/Connection->selectFromWriteConnection()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4246): Illuminate/Database/Query/Processors/PostgresProcessor->processInsertGetId()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->insertGetId()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1650): Illuminate/Database/Eloquent/Builder->__call()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1566): Illuminate/Database/Eloquent/Model->insertAndSetId()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1370): Illuminate/Database/Eloquent/Model->performInsert()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1224): Illuminate/Database/Eloquent/Model->save()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate/Database/Eloquent/Builder->{closure:Illuminate/Database/Eloquent/Builder::create():1223}()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1223): tap()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate/Database/Eloquent/Builder->create()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate/Database/Eloquent/Model->forwardCallTo()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate/Database/Eloquent/Model->__call()
#15 D:/ICONIC/Projects/CRM/app/Filament/Widgets/LowStockAlerts.php(85): Illuminate/Database/Eloquent/Model::__callStatic()
#16 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): App/Filament/Widgets/LowStockAlerts->{closure:App/Filament/Widgets/LowStockAlerts::table():71}()
#17 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Action.php(644): Filament/Support/Components/Component->evaluate()
#18 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(269): Filament/Actions/Action->call()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Widgets/TableWidget->callMountedAction()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#23 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#24 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#25 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#26 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#27 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#28 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#54 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#76 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#78 {main}

[previous exception] [object] (PDOException(code: 23502): SQLSTATE[23502]: Not null violation: 7 ERROR:  null value in column \"supplier_id\" of relation \"purchase_orders\" violates not-null constraint
DETAIL:  Failing row contains (5, PO-2026-005, null, 2250000.00, draft, 2026-04-17, Auto-generated reorder for low stock: Matte Black Industrial Pai..., 2026-04-10 07:31:59, 2026-04-10 07:31:59). at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:426)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(398): Illuminate/Database/Connection->select()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php(24): Illuminate/Database/Connection->selectFromWriteConnection()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4246): Illuminate/Database/Query/Processors/PostgresProcessor->processInsertGetId()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->insertGetId()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1650): Illuminate/Database/Eloquent/Builder->__call()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1566): Illuminate/Database/Eloquent/Model->insertAndSetId()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1370): Illuminate/Database/Eloquent/Model->performInsert()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1224): Illuminate/Database/Eloquent/Model->save()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate/Database/Eloquent/Builder->{closure:Illuminate/Database/Eloquent/Builder::create():1223}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1223): tap()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate/Database/Eloquent/Builder->create()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate/Database/Eloquent/Model->forwardCallTo()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate/Database/Eloquent/Model->__call()
#17 D:/ICONIC/Projects/CRM/app/Filament/Widgets/LowStockAlerts.php(85): Illuminate/Database/Eloquent/Model::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): App/Filament/Widgets/LowStockAlerts->{closure:App/Filament/Widgets/LowStockAlerts::table():71}()
#19 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Action.php(644): Filament/Support/Components/Component->evaluate()
#20 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(269): Filament/Actions/Action->call()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Widgets/TableWidget->callMountedAction()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#25 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#26 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#27 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#28 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#29 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#30 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#56 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#78 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#80 {main}
"} 
[2026-04-10 07:42:22] local.INFO: SMS Sandbox: To: +254701234567, Message: New Purchase Order #PO-00007 from CRM Manufacturing. Total: KES 300,000.00. Expected Delivery: Apr 11, 2026. Please confirm. Thank you!  
[2026-04-10 07:42:22] local.INFO: WhatsApp Sandbox: To: +254701234567, Message: New Purchase Order #PO-00007 from CRM Manufacturing. Total: KES 300,000.00. Expected Delivery: Apr 11, 2026. Please confirm. Thank you!  
[2026-04-10 07:54:53] local.ERROR: SQLSTATE[42P01]: Undefined table: 7 ERROR:  relation "invoices" does not exist (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: alter table "invoice_items" add constraint "invoice_items_invoice_id_foreign" foreign key ("invoice_id") references "invoices" ("id") on delete cascade) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42P01): SQLSTATE[42P01]: Undefined table: 7 ERROR:  relation \"invoices\" does not exist (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: alter table \"invoice_items\" add constraint \"invoice_items_invoice_id_foreign\" foreign key (\"invoice_id\") references \"invoices\" (\"id\") on delete cascade) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(576): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php(121): Illuminate/Database/Connection->statement()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(690): Illuminate/Database/Schema/Blueprint->build()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(508): Illuminate/Database/Schema/Builder->build()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Database/Schema/Builder->create()
#6 D:/ICONIC/Projects/CRM/database/migrations/2026_04_10_075349_create_invoice_items_table.php(11): Illuminate/Support/Facades/Facade::__callStatic()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(517): Illuminate/Database/Migrations/Migration@anonymous->up()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(442): Illuminate/Database/Migrations/Migrator->runMethod()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php(35): Illuminate/Database/Migrations/Migrator->{closure:Illuminate/Database/Migrations/Migrator::runMigration():438}()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(450): Illuminate/Database/Connection->transaction()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(253): Illuminate/Database/Migrations/Migrator->runMigration()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/View/Components/Task.php(43): Illuminate/Database/Migrations/Migrator->{closure:Illuminate/Database/Migrations/Migrator::runUp():253}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(814): Illuminate/Console/View/Components/Task->render()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(253): Illuminate/Database/Migrations/Migrator->write()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(211): Illuminate/Database/Migrations/Migrator->runUp()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(138): Illuminate/Database/Migrations/Migrator->runPending()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(118): Illuminate/Database/Migrations/Migrator->run()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(671): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::runMigrations():111}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(111): Illuminate/Database/Migrations/Migrator->usingConnection()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(90): Illuminate/Database/Console/Migrations/MigrateCommand->runMigrations()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Migrations/MigrateCommand->handle()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#27 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#29 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#30 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#31 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#34 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#35 {main}

[previous exception] [object] (PDOException(code: 42P01): SQLSTATE[42P01]: Undefined table: 7 ERROR:  relation \"invoices\" does not exist at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:587)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(587): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::statement():576}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(576): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php(121): Illuminate/Database/Connection->statement()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(690): Illuminate/Database/Schema/Blueprint->build()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(508): Illuminate/Database/Schema/Builder->build()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Database/Schema/Builder->create()
#8 D:/ICONIC/Projects/CRM/database/migrations/2026_04_10_075349_create_invoice_items_table.php(11): Illuminate/Support/Facades/Facade::__callStatic()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(517): Illuminate/Database/Migrations/Migration@anonymous->up()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(442): Illuminate/Database/Migrations/Migrator->runMethod()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php(35): Illuminate/Database/Migrations/Migrator->{closure:Illuminate/Database/Migrations/Migrator::runMigration():438}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(450): Illuminate/Database/Connection->transaction()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(253): Illuminate/Database/Migrations/Migrator->runMigration()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/View/Components/Task.php(43): Illuminate/Database/Migrations/Migrator->{closure:Illuminate/Database/Migrations/Migrator::runUp():253}()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(814): Illuminate/Console/View/Components/Task->render()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(253): Illuminate/Database/Migrations/Migrator->write()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(211): Illuminate/Database/Migrations/Migrator->runUp()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(138): Illuminate/Database/Migrations/Migrator->runPending()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(118): Illuminate/Database/Migrations/Migrator->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(671): Illuminate/Database/Console/Migrations/MigrateCommand->{closure:Illuminate/Database/Console/Migrations/MigrateCommand::runMigrations():111}()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(111): Illuminate/Database/Migrations/Migrator->usingConnection()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(90): Illuminate/Database/Console/Migrations/MigrateCommand->runMigrations()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Migrations/MigrateCommand->handle()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#29 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#31 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#32 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#33 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#36 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#37 {main}
"} 
[2026-04-10 07:55:32] local.ERROR: Aborted. {"exception":"[object] (Symfony\\Component\\Console\\Exception\\MissingInputException(code: 0): Aborted. at D:/ICONIC/Projects/CRM/vendor/symfony/console/Helper/QuestionHelper.php:610)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/console/Helper/QuestionHelper.php(514): Symfony/Component/Console/Helper/QuestionHelper->doReadInput()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/console/Helper/QuestionHelper.php(125): Symfony/Component/Console/Helper/QuestionHelper->readInput()
#2 D:/ICONIC/Projects/CRM/vendor/symfony/console/Helper/QuestionHelper.php(62): Symfony/Component/Console/Helper/QuestionHelper->doAsk()
#3 D:/ICONIC/Projects/CRM/vendor/symfony/console/Style/SymfonyStyle.php(307): Symfony/Component/Console/Helper/QuestionHelper->ask()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/OutputStyle.php(58): Symfony/Component/Console/Style/SymfonyStyle->askQuestion()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/View/Components/Ask.php(20): Illuminate/Console/OutputStyle->askQuestion()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/View/Components/Component.php(117): Illuminate/Console/View/Components/Ask->{closure:Illuminate/Console/View/Components/Ask::render():20}()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/View/Components/Ask.php(19): Illuminate/Console/View/Components/Component->usingQuestionHelper()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/View/Components/Factory.php(59): Illuminate/Console/View/Components/Ask->render()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Concerns/ConfiguresPrompts.php(39): Illuminate/Console/View/Components/Factory->__call()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Concerns/ConfiguresPrompts.php(130): Illuminate/Console/Command->{closure:{closure:Illuminate/Console/Concerns/ConfiguresPrompts::configurePrompts():38}:39}()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Concerns/ConfiguresPrompts.php(38): Illuminate/Console/Command->promptUntilValid()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/prompts/src/Concerns/Fallback.php(59): Illuminate/Console/Command->{closure:Illuminate/Console/Concerns/ConfiguresPrompts::configurePrompts():38}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/prompts/src/Prompt.php(108): Laravel/Prompts/Prompt->fallback()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/prompts/src/helpers.php(21): Laravel/Prompts/Prompt->prompt()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Commands/MakeResourceCommand.php(368): Laravel/Prompts/text()
#16 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Commands/MakeResourceCommand.php(247): Filament/Commands/MakeResourceCommand->configureRecordTitleAttribute()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Commands/MakeResourceCommand->handle()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#23 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#25 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#26 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#27 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#30 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#31 {main}
"} 
[2026-04-10 07:56:39] local.ERROR: Type of App\Filament\Resources\InvoiceResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\InvoiceResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/InvoiceResource.php:14)
[stacktrace]
#0 {main}
"} 
[2026-04-10 07:56:39] local.ERROR: Type of App\Filament\Resources\InvoiceResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\InvoiceResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/InvoiceResource.php:14)
[stacktrace]
#0 {main}
"} 
[2026-04-10 07:56:46] local.ERROR: Type of App\Filament\Resources\InvoiceResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\InvoiceResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/InvoiceResource.php:14)
[stacktrace]
#0 {main}
"} 
[2026-04-10 07:56:46] local.ERROR: Type of App\Filament\Resources\InvoiceResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\InvoiceResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/InvoiceResource.php:14)
[stacktrace]
#0 {main}
"} 
[2026-04-10 07:56:53] local.ERROR: Type of App\Filament\Resources\InvoiceResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\InvoiceResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/InvoiceResource.php:14)
[stacktrace]
#0 {main}
"} 
[2026-04-10 07:58:30] local.ERROR: Type of App\Filament\Resources\Invoices\InvoiceResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\Invoices\\InvoiceResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/Invoices/InvoiceResource.php:17)
[stacktrace]
#0 {main}
"} 
[2026-04-10 07:58:37] local.ERROR: Type of App\Filament\Resources\Invoices\InvoiceResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\Resources\Resource) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Resources\\Invoices\\InvoiceResource::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Resources\\Resource) at D:/ICONIC/Projects/CRM/app/Filament/Resources/Invoices/InvoiceResource.php:17)
[stacktrace]
#0 {main}
"} 
[2026-04-10 08:08:17] local.ERROR: Method Filament\Forms\Components\TextInput::min does not exist. {"userId":1,"exception":"[object] (BadMethodCallException(code: 0): Method Filament\\Forms\\Components\\TextInput::min does not exist. at D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/Macroable.php:77)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/app/Filament/Resources/Invoices/Schemas/InvoiceForm.php(65): Filament/Support/Components/Component->__call()
#1 D:/ICONIC/Projects/CRM/app/Filament/Resources/Invoices/InvoiceResource.php(31): App/Filament/Resources/Invoices/Schemas/InvoiceForm::configure()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/CreateRecord.php(316): App/Filament/Resources/Invoices/InvoiceResource::form()
#3 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/InteractsWithSchemas.php(298): Filament/Resources/Pages/CreateRecord->form()
#4 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/InteractsWithSchemas.php(320): Filament/Pages/BasePage->cacheSchema()
#5 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/ResolvesDynamicLivewireProperties.php(26): Filament/Pages/BasePage->getSchema()
#6 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/CreateRecord.php(76): Filament/Pages/BasePage->__get()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/CreateRecord.php(62): Filament/Resources/Pages/CreateRecord->fillForm()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/CreateRecord->mount()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(134): Livewire/Wrapped->__call()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(20): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callHook()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#23 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#24 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#30 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#32 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#51 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#60 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#82 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#84 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#85 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#86 {main}
"} 
[2026-04-10 08:11:16] local.ERROR: App\Filament\Resources\Invoices\Schemas\InvoiceForm::{closure:App\Filament\Resources\Invoices\Schemas\InvoiceForm::configure():28}(): Argument #1 ($set) must be of type Filament\Forms\Set, Filament\Schemas\Components\Utilities\Set given, called in D:\ICONIC\Projects\CRM\vendor\filament\support\src\Concerns\EvaluatesClosures.php on line 36 {"userId":1,"exception":"[object] (TypeError(code: 0): App\\Filament\\Resources\\Invoices\\Schemas\\InvoiceForm::{closure:App\\Filament\\Resources\\Invoices\\Schemas\\InvoiceForm::configure():28}(): Argument #1 ($set) must be of type Filament\\Forms\\Set, Filament\\Schemas\\Components\\Utilities\\Set given, called in D:\\ICONIC\\Projects\\CRM\\vendor\\filament\\support\\src\\Concerns\\EvaluatesClosures.php on line 36 at D:/ICONIC/Projects/CRM/app/Filament/Resources/Invoices/Schemas/InvoiceForm.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): App/Filament/Resources/Invoices/Schemas/InvoiceForm::{closure:App/Filament/Resources/Invoices/Schemas/InvoiceForm::configure():28}()
#1 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Components/Concerns/HasState.php(221): Filament/Support/Components/Component->evaluate()
#2 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Components/Concerns/HasState.php(209): Filament/Schemas/Components/Component->callAfterStateUpdatedHook()
#3 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Components/Concerns/HasState.php(171): Filament/Schemas/Components/Component->callAfterStateUpdatedHooks()
#4 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/HasState.php(114): Filament/Schemas/Components/Component->callAfterStateUpdated()
#5 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/InteractsWithSchemas.php(153): Filament/Schemas/Schema->callAfterStateUpdated()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Pages/BasePage->updatedInteractsWithSchemas()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(144): Livewire/Wrapped->__call()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(76): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callTraitHook()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(33): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->{closure:Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks::update():74}()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(115): Livewire/ComponentHook->{closure:Livewire/ComponentHook::callUpdate():31}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/ComponentHookRegistry::{closure:{closure:Livewire/ComponentHookRegistry::proxyCallToHooks():106}:113}()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(322): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(98): Livewire/Mechanisms/HandleComponents/HandleComponents->updateProperties()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#46 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#68 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#70 {main}
"} 
[2026-04-10 08:11:32] local.ERROR: App\Filament\Resources\Invoices\Schemas\InvoiceForm::{closure:App\Filament\Resources\Invoices\Schemas\InvoiceForm::configure():28}(): Argument #1 ($set) must be of type Filament\Forms\Set, Filament\Schemas\Components\Utilities\Set given, called in D:\ICONIC\Projects\CRM\vendor\filament\support\src\Concerns\EvaluatesClosures.php on line 36 {"userId":1,"exception":"[object] (TypeError(code: 0): App\\Filament\\Resources\\Invoices\\Schemas\\InvoiceForm::{closure:App\\Filament\\Resources\\Invoices\\Schemas\\InvoiceForm::configure():28}(): Argument #1 ($set) must be of type Filament\\Forms\\Set, Filament\\Schemas\\Components\\Utilities\\Set given, called in D:\\ICONIC\\Projects\\CRM\\vendor\\filament\\support\\src\\Concerns\\EvaluatesClosures.php on line 36 at D:/ICONIC/Projects/CRM/app/Filament/Resources/Invoices/Schemas/InvoiceForm.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): App/Filament/Resources/Invoices/Schemas/InvoiceForm::{closure:App/Filament/Resources/Invoices/Schemas/InvoiceForm::configure():28}()
#1 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Components/Concerns/HasState.php(221): Filament/Support/Components/Component->evaluate()
#2 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Components/Concerns/HasState.php(209): Filament/Schemas/Components/Component->callAfterStateUpdatedHook()
#3 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Components/Concerns/HasState.php(171): Filament/Schemas/Components/Component->callAfterStateUpdatedHooks()
#4 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/HasState.php(114): Filament/Schemas/Components/Component->callAfterStateUpdated()
#5 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/InteractsWithSchemas.php(153): Filament/Schemas/Schema->callAfterStateUpdated()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Pages/BasePage->updatedInteractsWithSchemas()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(144): Livewire/Wrapped->__call()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(76): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callTraitHook()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(33): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->{closure:Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks::update():74}()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(115): Livewire/ComponentHook->{closure:Livewire/ComponentHook::callUpdate():31}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/ComponentHookRegistry::{closure:{closure:Livewire/ComponentHookRegistry::proxyCallToHooks():106}:113}()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(322): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(98): Livewire/Mechanisms/HandleComponents/HandleComponents->updateProperties()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#46 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#68 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#70 {main}
"} 
[2026-04-10 08:16:23] local.ERROR: SQLSTATE[23502]: Not null violation: 7 ERROR:  null value in column "subtotal" of relation "invoice_items" violates not-null constraint
DETAIL:  Failing row contains (1, 1, Paint, 10, 20.00, null, 2026-04-10 08:16:23, 2026-04-10 08:16:23). (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: insert into "invoice_items" ("description", "quantity", "unit_price", "subtotal", "invoice_id", "updated_at", "created_at") values (Paint, 10, 20, ?, 1, 2026-04-10 08:16:23, 2026-04-10 08:16:23) returning "id") {"userId":1,"exception":"[object] (Illuminate\\Database\\QueryException(code: 23502): SQLSTATE[23502]: Not null violation: 7 ERROR:  null value in column \"subtotal\" of relation \"invoice_items\" violates not-null constraint
DETAIL:  Failing row contains (1, 1, Paint, 10, 20.00, null, 2026-04-10 08:16:23, 2026-04-10 08:16:23). (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: insert into \"invoice_items\" (\"description\", \"quantity\", \"unit_price\", \"subtotal\", \"invoice_id\", \"updated_at\", \"created_at\") values (Paint, 10, 20, ?, 1, 2026-04-10 08:16:23, 2026-04-10 08:16:23) returning \"id\") at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(398): Illuminate/Database/Connection->select()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php(24): Illuminate/Database/Connection->selectFromWriteConnection()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4246): Illuminate/Database/Query/Processors/PostgresProcessor->processInsertGetId()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->insertGetId()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1650): Illuminate/Database/Eloquent/Builder->__call()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1566): Illuminate/Database/Eloquent/Model->insertAndSetId()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1370): Illuminate/Database/Eloquent/Model->performInsert()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasOneOrMany.php(338): Illuminate/Database/Eloquent/Model->save()
#10 D:/ICONIC/Projects/CRM/vendor/filament/forms/src/Components/Repeater.php(1016): Illuminate/Database/Eloquent/Relations/HasOneOrMany->save()
#11 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): Filament/Forms/Components/Repeater::{closure:Filament/Forms/Components/Repeater::relationship():941}()
#12 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Components/Concerns/BelongsToModel.php(63): Filament/Support/Components/Component->evaluate()
#13 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/BelongsToModel.php(50): Filament/Schemas/Components/Component->saveRelationships()
#14 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/CreateRecord.php(110): Filament/Schemas/Schema->saveRelationships()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/CreateRecord->create()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#23 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#24 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#50 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#72 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#74 {main}

[previous exception] [object] (PDOException(code: 23502): SQLSTATE[23502]: Not null violation: 7 ERROR:  null value in column \"subtotal\" of relation \"invoice_items\" violates not-null constraint
DETAIL:  Failing row contains (1, 1, Paint, 10, 20.00, null, 2026-04-10 08:16:23, 2026-04-10 08:16:23). at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:426)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(398): Illuminate/Database/Connection->select()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php(24): Illuminate/Database/Connection->selectFromWriteConnection()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4246): Illuminate/Database/Query/Processors/PostgresProcessor->processInsertGetId()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->insertGetId()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1650): Illuminate/Database/Eloquent/Builder->__call()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1566): Illuminate/Database/Eloquent/Model->insertAndSetId()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1370): Illuminate/Database/Eloquent/Model->performInsert()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasOneOrMany.php(338): Illuminate/Database/Eloquent/Model->save()
#12 D:/ICONIC/Projects/CRM/vendor/filament/forms/src/Components/Repeater.php(1016): Illuminate/Database/Eloquent/Relations/HasOneOrMany->save()
#13 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): Filament/Forms/Components/Repeater::{closure:Filament/Forms/Components/Repeater::relationship():941}()
#14 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Components/Concerns/BelongsToModel.php(63): Filament/Support/Components/Component->evaluate()
#15 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/BelongsToModel.php(50): Filament/Schemas/Components/Component->saveRelationships()
#16 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/CreateRecord.php(110): Filament/Schemas/Schema->saveRelationships()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/CreateRecord->create()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#23 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#24 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#25 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#26 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#52 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#74 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#76 {main}
"} 
[2026-04-10 08:20:11] local.ERROR: Filament\Forms\Components\Repeater::mutateRelationshipDataBeforeCreate(): Argument #1 ($data) must be of type array, Closure given, called in D:\ICONIC\Projects\CRM\app\Filament\Resources\Invoices\Schemas\InvoiceForm.php on line 81 {"userId":1,"exception":"[object] (TypeError(code: 0): Filament\\Forms\\Components\\Repeater::mutateRelationshipDataBeforeCreate(): Argument #1 ($data) must be of type array, Closure given, called in D:\\ICONIC\\Projects\\CRM\\app\\Filament\\Resources\\Invoices\\Schemas\\InvoiceForm.php on line 81 at D:/ICONIC/Projects/CRM/vendor/filament/forms/src/Components/Repeater.php:1305)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/app/Filament/Resources/Invoices/Schemas/InvoiceForm.php(81): Filament/Forms/Components/Repeater->mutateRelationshipDataBeforeCreate()
#1 D:/ICONIC/Projects/CRM/app/Filament/Resources/Invoices/InvoiceResource.php(31): App/Filament/Resources/Invoices/Schemas/InvoiceForm::configure()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/CreateRecord.php(316): App/Filament/Resources/Invoices/InvoiceResource::form()
#3 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/InteractsWithSchemas.php(298): Filament/Resources/Pages/CreateRecord->form()
#4 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/InteractsWithSchemas.php(320): Filament/Pages/BasePage->cacheSchema()
#5 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/ResolvesDynamicLivewireProperties.php(26): Filament/Pages/BasePage->getSchema()
#6 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/CreateRecord.php(76): Filament/Pages/BasePage->__get()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/CreateRecord.php(62): Filament/Resources/Pages/CreateRecord->fillForm()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/CreateRecord->mount()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(134): Livewire/Wrapped->__call()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(20): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callHook()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#23 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#24 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#30 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#32 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#51 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#60 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#82 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#84 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#85 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#86 {main}
"} 
[2026-04-10 08:34:48] local.ERROR: Command "make:service" is not defined.

Did you mean one of these?
    make:cache-table
    make:cast
    make:channel
    make:class
    make:command
    make:component
    make:config
    make:controller
    make:custom-block
    make:enum
    make:event
    make:exception
    make:factory
    make:filament-cluster
    make:filament-custom-block
    make:filament-entry
    make:filament-exporter
    make:filament-field
    make:filament-form
    make:filament-form-field
    make:filament-importer
    make:filament-infolist
    make:filament-infolist-entry
    make:filament-infolist-schema
    make:filament-issue
    make:filament-layout
    make:filament-livewire-form
    make:filament-livewire-schema
    make:filament-livewire-table
    make:filament-page
    make:filament-panel
    make:filament-relation-manager
    make:filament-resource
    make:filament-rich-content-custom-block
    make:filament-rich-editor-custom-block
    make:filament-schema
    make:filament-schema-component
    make:filament-schema-layout
    make:filament-table
    make:filament-table-column
    make:filament-theme
    make:filament-user
    make:filament-widget
    make:form-field
    make:form-layout
    make:infolist-entry
    make:infolist-layout
    make:infolist-schema
    make:interface
    make:job
    make:job-middleware
    make:listener
    make:livewire
    make:livewire-form
    make:livewire-schema
    make:livewire-table
    make:mail
    make:middleware
    make:migration
    make:model
    make:notification
    make:notifications-table
    make:observer
    make:policy
    make:provider
    make:queue-batches-table
    make:queue-failed-table
    make:queue-table
    make:request
    make:resource
    make:rich-content-custom-block
    make:rich-editor-custom-block
    make:rule
    make:scope
    make:seeder
    make:session-table
    make:table-column
    make:test
    make:trait
    make:view
    make:volt {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"make:service\" is not defined.

Did you mean one of these?
    make:cache-table
    make:cast
    make:channel
    make:class
    make:command
    make:component
    make:config
    make:controller
    make:custom-block
    make:enum
    make:event
    make:exception
    make:factory
    make:filament-cluster
    make:filament-custom-block
    make:filament-entry
    make:filament-exporter
    make:filament-field
    make:filament-form
    make:filament-form-field
    make:filament-importer
    make:filament-infolist
    make:filament-infolist-entry
    make:filament-infolist-schema
    make:filament-issue
    make:filament-layout
    make:filament-livewire-form
    make:filament-livewire-schema
    make:filament-livewire-table
    make:filament-page
    make:filament-panel
    make:filament-relation-manager
    make:filament-resource
    make:filament-rich-content-custom-block
    make:filament-rich-editor-custom-block
    make:filament-schema
    make:filament-schema-component
    make:filament-schema-layout
    make:filament-table
    make:filament-table-column
    make:filament-theme
    make:filament-user
    make:filament-widget
    make:form-field
    make:form-layout
    make:infolist-entry
    make:infolist-layout
    make:infolist-schema
    make:interface
    make:job
    make:job-middleware
    make:listener
    make:livewire
    make:livewire-form
    make:livewire-schema
    make:livewire-table
    make:mail
    make:middleware
    make:migration
    make:model
    make:notification
    make:notifications-table
    make:observer
    make:policy
    make:provider
    make:queue-batches-table
    make:queue-failed-table
    make:queue-table
    make:request
    make:resource
    make:rich-content-custom-block
    make:rich-editor-custom-block
    make:rule
    make:scope
    make:seeder
    make:session-table
    make:table-column
    make:test
    make:trait
    make:view
    make:volt at D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php:749)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(298): Symfony/Component/Console/Application->find()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#4 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#5 {main}
"} 
[2026-04-10 08:39:37] local.ERROR: There are no commands defined in the "cron" namespace. {"exception":"[object] (Symfony\\Component\\Console\\Exception\\NamespaceNotFoundException(code: 0): There are no commands defined in the \"cron\" namespace. at D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php:684)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(733): Symfony/Component/Console/Application->findNamespace()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(298): Symfony/Component/Console/Application->find()
#2 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#5 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#6 {main}
"} 
[2026-04-10 08:39:37] local.ERROR: SQLSTATE[42703]: Undefined column: 7 ERROR:  column "current_stock" does not exist
LINE 1: select * from "components" where "current_stock" <= "reorder...
                                         ^ (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select * from "components" where "current_stock" <= "reorder_level") {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42703): SQLSTATE[42703]: Undefined column: 7 ERROR:  column \"current_stock\" does not exist
LINE 1: select * from \"components\" where \"current_stock\" <= \"reorder...
                                         ^ (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select * from \"components\" where \"current_stock\" <= \"reorder_level\") at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate/Database/Connection->select()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate/Database/Query/Builder->runSelect()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(907): Illuminate/Database/Query/Builder->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(889): Illuminate/Database/Eloquent/Builder->getModels()
#6 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(28): Illuminate/Database/Eloquent/Builder->get()
#7 D:/ICONIC/Projects/CRM/app/Console/Commands/CheckLowStock.php(23): App/Services/AutoReorderService->checkAndReorder()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Console/Commands/CheckLowStock->handle()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#14 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#16 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#17 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#18 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#21 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#22 {main}

[previous exception] [object] (PDOException(code: 42703): SQLSTATE[42703]: Undefined column: 7 ERROR:  column \"current_stock\" does not exist
LINE 1: select * from \"components\" where \"current_stock\" <= \"reorder...
                                         ^ at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:426)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate/Database/Connection->select()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate/Database/Query/Builder->runSelect()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(907): Illuminate/Database/Query/Builder->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(889): Illuminate/Database/Eloquent/Builder->getModels()
#8 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(28): Illuminate/Database/Eloquent/Builder->get()
#9 D:/ICONIC/Projects/CRM/app/Console/Commands/CheckLowStock.php(23): App/Services/AutoReorderService->checkAndReorder()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Console/Commands/CheckLowStock->handle()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#16 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#18 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#19 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#20 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#23 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#24 {main}
"} 
[2026-04-10 08:40:05] local.ERROR: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type bigint: ""
CONTEXT:  unnamed portal parameter $1 = '' (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select * from "suppliers" where "suppliers"."id" =  limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 22P02): SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type bigint: \"\"
CONTEXT:  unnamed portal parameter $1 = '' (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select * from \"suppliers\" where \"suppliers\".\"id\" =  limit 1) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate/Database/Connection->select()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate/Database/Query/Builder->runSelect()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(907): Illuminate/Database/Query/Builder->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(889): Illuminate/Database/Eloquent/Builder->getModels()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(367): Illuminate/Database/Eloquent/Builder->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(571): Illuminate/Database/Eloquent/Builder->first()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate/Database/Eloquent/Builder->find()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate/Database/Eloquent/Model->forwardCallTo()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate/Database/Eloquent/Model->__call()
#11 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(46): Illuminate/Database/Eloquent/Model::__callStatic()
#12 D:/ICONIC/Projects/CRM/app/Console/Commands/CheckLowStock.php(23): App/Services/AutoReorderService->checkAndReorder()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Console/Commands/CheckLowStock->handle()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#19 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#21 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#22 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#23 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#26 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#27 {main}

[previous exception] [object] (PDOException(code: 22P02): SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type bigint: \"\"
CONTEXT:  unnamed portal parameter $1 = '' at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:426)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate/Database/Connection->select()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate/Database/Query/Builder->runSelect()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(907): Illuminate/Database/Query/Builder->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(889): Illuminate/Database/Eloquent/Builder->getModels()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(367): Illuminate/Database/Eloquent/Builder->get()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(571): Illuminate/Database/Eloquent/Builder->first()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate/Database/Eloquent/Builder->find()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate/Database/Eloquent/Model->forwardCallTo()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate/Database/Eloquent/Model->__call()
#13 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(46): Illuminate/Database/Eloquent/Model::__callStatic()
#14 D:/ICONIC/Projects/CRM/app/Console/Commands/CheckLowStock.php(23): App/Services/AutoReorderService->checkAndReorder()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Console/Commands/CheckLowStock->handle()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#21 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#23 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#24 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#25 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#28 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#29 {main}
"} 
[2026-04-10 08:41:36] local.INFO: SMS Sandbox: To: +254712345678, Message: Hi John Doe! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-04-10 08:41:36] local.INFO: WhatsApp Sandbox: To: +254712345678, Message: Hi John Doe! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-04-10 08:41:36] local.INFO: SMS Sandbox: To: +254722334455, Message: Hi Jane Smith! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-04-10 08:41:36] local.INFO: WhatsApp Sandbox: To: +254722334455, Message: Hi Jane Smith! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-04-10 08:41:36] local.INFO: SMS Sandbox: To: +254759007522, Message: Hi Iconic Development! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 08:41:36] local.INFO: WhatsApp Sandbox: To: +254759007522, Message: Hi Iconic Development! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 08:41:36] local.INFO: SMS Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 08:41:36] local.INFO: WhatsApp Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 08:41:36] local.INFO: SMS Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 08:41:36] local.INFO: WhatsApp Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 08:41:36] local.INFO: SMS Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 08:41:36] local.INFO: WhatsApp Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 08:41:36] local.INFO: SMS Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-04-10 08:41:36] local.INFO: WhatsApp Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-04-10 08:41:36] local.INFO: SMS Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 08:41:36] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 08:41:36] local.INFO: SMS Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 08:41:36] local.INFO: WhatsApp Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 08:41:36] local.INFO: SMS Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-04-10 08:41:36] local.INFO: WhatsApp Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-04-10 08:41:36] local.INFO: SMS Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 08:41:36] local.INFO: WhatsApp Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-04-10 08:41:36] local.INFO: SMS Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 08:41:36] local.INFO: WhatsApp Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-04-10 08:41:36] local.INFO: SMS Sandbox: To: +254711223344, Message: New Purchase Order #PO-2026-002 from CRM Manufacturing. Total: KES 220,000.00. Expected Delivery: Apr 17, 2026. Please confirm. Thank you!  
[2026-04-10 08:41:36] local.INFO: WhatsApp Sandbox: To: +254711223344, Message: New Purchase Order #PO-2026-002 from CRM Manufacturing. Total: KES 220,000.00. Expected Delivery: Apr 17, 2026. Please confirm. Thank you!  
[2026-04-10 08:42:54] local.ERROR: The "--limit" option does not exist. {"exception":"[object] (Symfony\\Component\\Console\\Exception\\RuntimeException(code: 0): The \"--limit\" option does not exist. at D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php:226)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(153): Symfony/Component/Console/Input/ArgvInput->addLongOption()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(88): Symfony/Component/Console/Input/ArgvInput->parseLongOption()
#2 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(77): Symfony/Component/Console/Input/ArgvInput->parseToken()
#3 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/Input.php(53): Symfony/Component/Console/Input/ArgvInput->parse()
#4 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(245): Symfony/Component/Console/Input/Input->bind()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#6 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#7 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#8 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#11 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#12 {main}
"} 
[2026-04-10 08:44:36] local.ERROR: The "--columns" option does not exist. {"exception":"[object] (Symfony\\Component\\Console\\Exception\\RuntimeException(code: 0): The \"--columns\" option does not exist. at D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php:226)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(153): Symfony/Component/Console/Input/ArgvInput->addLongOption()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(88): Symfony/Component/Console/Input/ArgvInput->parseLongOption()
#2 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(77): Symfony/Component/Console/Input/ArgvInput->parseToken()
#3 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/Input.php(53): Symfony/Component/Console/Input/ArgvInput->parse()
#4 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(245): Symfony/Component/Console/Input/Input->bind()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#6 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#7 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#8 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#11 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#12 {main}
"} 
[2026-04-10 08:44:59] local.ERROR: The "-e" option does not exist. {"exception":"[object] (Symfony\\Component\\Console\\Exception\\RuntimeException(code: 0): The \"-e\" option does not exist. at D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php:211)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(113): Symfony/Component/Console/Input/ArgvInput->addShortOption()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(90): Symfony/Component/Console/Input/ArgvInput->parseShortOption()
#2 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(77): Symfony/Component/Console/Input/ArgvInput->parseToken()
#3 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/Input.php(53): Symfony/Component/Console/Input/ArgvInput->parse()
#4 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(245): Symfony/Component/Console/Input/Input->bind()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#6 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#7 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#8 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#11 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#12 {main}
"} 
[2026-04-10 08:45:55] local.ERROR: SQLSTATE[42703]: Undefined column: 7 ERROR:  column "order_number" of relation "purchase_orders" does not exist
LINE 1: insert into "purchase_orders" ("supplier_id", "order_number"...
                                                      ^ (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: insert into "purchase_orders" ("supplier_id", "order_number", "order_date", "expected_delivery_date", "status", "notes", "total", "updated_at", "created_at") values (6, PO-2026-0001, 2026-04-10 08:45:55, 2026-04-24 08:45:55, draft, Auto-generated reorder - Low stock alert, 0, 2026-04-10 08:45:55, 2026-04-10 08:45:55) returning "id") {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42703): SQLSTATE[42703]: Undefined column: 7 ERROR:  column \"order_number\" of relation \"purchase_orders\" does not exist
LINE 1: insert into \"purchase_orders\" (\"supplier_id\", \"order_number\"...
                                                      ^ (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: insert into \"purchase_orders\" (\"supplier_id\", \"order_number\", \"order_date\", \"expected_delivery_date\", \"status\", \"notes\", \"total\", \"updated_at\", \"created_at\") values (6, PO-2026-0001, 2026-04-10 08:45:55, 2026-04-24 08:45:55, draft, Auto-generated reorder - Low stock alert, 0, 2026-04-10 08:45:55, 2026-04-10 08:45:55) returning \"id\") at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(398): Illuminate/Database/Connection->select()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php(24): Illuminate/Database/Connection->selectFromWriteConnection()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4246): Illuminate/Database/Query/Processors/PostgresProcessor->processInsertGetId()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->insertGetId()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1650): Illuminate/Database/Eloquent/Builder->__call()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1566): Illuminate/Database/Eloquent/Model->insertAndSetId()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1370): Illuminate/Database/Eloquent/Model->performInsert()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1224): Illuminate/Database/Eloquent/Model->save()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate/Database/Eloquent/Builder->{closure:Illuminate/Database/Eloquent/Builder::create():1223}()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1223): tap()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate/Database/Eloquent/Builder->create()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate/Database/Eloquent/Model->forwardCallTo()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate/Database/Eloquent/Model->__call()
#15 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(105): Illuminate/Database/Eloquent/Model::__callStatic()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php(35): App/Services/AutoReorderService->{closure:App/Services/AutoReorderService::createPurchaseOrder():95}()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(496): Illuminate/Database/Connection->transaction()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Database/DatabaseManager->__call()
#19 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(95): Illuminate/Support/Facades/Facade::__callStatic()
#20 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(57): App/Services/AutoReorderService->createPurchaseOrder()
#21 D:/ICONIC/Projects/CRM/app/Console/Commands/CheckLowStock.php(23): App/Services/AutoReorderService->checkAndReorder()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Console/Commands/CheckLowStock->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#28 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#30 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#31 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#32 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#35 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#36 {main}

[previous exception] [object] (PDOException(code: 42703): SQLSTATE[42703]: Undefined column: 7 ERROR:  column \"order_number\" of relation \"purchase_orders\" does not exist
LINE 1: insert into \"purchase_orders\" (\"supplier_id\", \"order_number\"...
                                                      ^ at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:426)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(398): Illuminate/Database/Connection->select()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php(24): Illuminate/Database/Connection->selectFromWriteConnection()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4246): Illuminate/Database/Query/Processors/PostgresProcessor->processInsertGetId()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->insertGetId()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1650): Illuminate/Database/Eloquent/Builder->__call()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1566): Illuminate/Database/Eloquent/Model->insertAndSetId()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1370): Illuminate/Database/Eloquent/Model->performInsert()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1224): Illuminate/Database/Eloquent/Model->save()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate/Database/Eloquent/Builder->{closure:Illuminate/Database/Eloquent/Builder::create():1223}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1223): tap()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate/Database/Eloquent/Builder->create()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate/Database/Eloquent/Model->forwardCallTo()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate/Database/Eloquent/Model->__call()
#17 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(105): Illuminate/Database/Eloquent/Model::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php(35): App/Services/AutoReorderService->{closure:App/Services/AutoReorderService::createPurchaseOrder():95}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(496): Illuminate/Database/Connection->transaction()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Database/DatabaseManager->__call()
#21 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(95): Illuminate/Support/Facades/Facade::__callStatic()
#22 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(57): App/Services/AutoReorderService->createPurchaseOrder()
#23 D:/ICONIC/Projects/CRM/app/Console/Commands/CheckLowStock.php(23): App/Services/AutoReorderService->checkAndReorder()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Console/Commands/CheckLowStock->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#30 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#32 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#33 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#34 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#37 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#38 {main}
"} 
[2026-04-10 08:46:44] local.ERROR: SQLSTATE[42703]: Undefined column: 7 ERROR:  column "order_date" of relation "purchase_orders" does not exist
LINE 1: ...to "purchase_orders" ("supplier_id", "po_number", "order_dat...
                                                             ^ (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: insert into "purchase_orders" ("supplier_id", "po_number", "order_date", "expected_delivery_date", "status", "notes", "total", "updated_at", "created_at") values (6, PO-2026-00-2, 2026-04-10 08:46:44, 2026-04-24 08:46:44, draft, Auto-generated reorder - Low stock alert, 0, 2026-04-10 08:46:44, 2026-04-10 08:46:44) returning "id") {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42703): SQLSTATE[42703]: Undefined column: 7 ERROR:  column \"order_date\" of relation \"purchase_orders\" does not exist
LINE 1: ...to \"purchase_orders\" (\"supplier_id\", \"po_number\", \"order_dat...
                                                             ^ (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: insert into \"purchase_orders\" (\"supplier_id\", \"po_number\", \"order_date\", \"expected_delivery_date\", \"status\", \"notes\", \"total\", \"updated_at\", \"created_at\") values (6, PO-2026-00-2, 2026-04-10 08:46:44, 2026-04-24 08:46:44, draft, Auto-generated reorder - Low stock alert, 0, 2026-04-10 08:46:44, 2026-04-10 08:46:44) returning \"id\") at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(398): Illuminate/Database/Connection->select()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php(24): Illuminate/Database/Connection->selectFromWriteConnection()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4246): Illuminate/Database/Query/Processors/PostgresProcessor->processInsertGetId()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->insertGetId()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1650): Illuminate/Database/Eloquent/Builder->__call()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1566): Illuminate/Database/Eloquent/Model->insertAndSetId()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1370): Illuminate/Database/Eloquent/Model->performInsert()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1224): Illuminate/Database/Eloquent/Model->save()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate/Database/Eloquent/Builder->{closure:Illuminate/Database/Eloquent/Builder::create():1223}()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1223): tap()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate/Database/Eloquent/Builder->create()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate/Database/Eloquent/Model->forwardCallTo()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate/Database/Eloquent/Model->__call()
#15 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(105): Illuminate/Database/Eloquent/Model::__callStatic()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php(35): App/Services/AutoReorderService->{closure:App/Services/AutoReorderService::createPurchaseOrder():95}()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(496): Illuminate/Database/Connection->transaction()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Database/DatabaseManager->__call()
#19 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(95): Illuminate/Support/Facades/Facade::__callStatic()
#20 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(57): App/Services/AutoReorderService->createPurchaseOrder()
#21 D:/ICONIC/Projects/CRM/app/Console/Commands/CheckLowStock.php(23): App/Services/AutoReorderService->checkAndReorder()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Console/Commands/CheckLowStock->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#28 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#30 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#31 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#32 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#35 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#36 {main}

[previous exception] [object] (PDOException(code: 42703): SQLSTATE[42703]: Undefined column: 7 ERROR:  column \"order_date\" of relation \"purchase_orders\" does not exist
LINE 1: ...to \"purchase_orders\" (\"supplier_id\", \"po_number\", \"order_dat...
                                                             ^ at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:426)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(398): Illuminate/Database/Connection->select()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php(24): Illuminate/Database/Connection->selectFromWriteConnection()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4246): Illuminate/Database/Query/Processors/PostgresProcessor->processInsertGetId()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->insertGetId()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1650): Illuminate/Database/Eloquent/Builder->__call()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1566): Illuminate/Database/Eloquent/Model->insertAndSetId()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1370): Illuminate/Database/Eloquent/Model->performInsert()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1224): Illuminate/Database/Eloquent/Model->save()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate/Database/Eloquent/Builder->{closure:Illuminate/Database/Eloquent/Builder::create():1223}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1223): tap()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate/Database/Eloquent/Builder->create()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate/Database/Eloquent/Model->forwardCallTo()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate/Database/Eloquent/Model->__call()
#17 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(105): Illuminate/Database/Eloquent/Model::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php(35): App/Services/AutoReorderService->{closure:App/Services/AutoReorderService::createPurchaseOrder():95}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(496): Illuminate/Database/Connection->transaction()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Database/DatabaseManager->__call()
#21 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(95): Illuminate/Support/Facades/Facade::__callStatic()
#22 D:/ICONIC/Projects/CRM/app/Services/AutoReorderService.php(57): App/Services/AutoReorderService->createPurchaseOrder()
#23 D:/ICONIC/Projects/CRM/app/Console/Commands/CheckLowStock.php(23): App/Services/AutoReorderService->checkAndReorder()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Console/Commands/CheckLowStock->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#30 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#32 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#33 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#34 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#37 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#38 {main}
"} 
[2026-04-10 08:48:51] local.ERROR: Laravel\Prompts\select(): Return value must be of type string|int, null returned {"exception":"[object] (TypeError(code: 0): Laravel\\Prompts\\select(): Return value must be of type string|int, null returned at D:/ICONIC/Projects/CRM/vendor/laravel/prompts/src/helpers.php:107)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Commands/Concerns/CanAskForViewLocation.php(63): Laravel/Prompts/select()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Commands/MakePageCommand.php(380): Filament/Commands/MakePageCommand->askForViewLocation()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Commands/MakePageCommand.php(181): Filament/Commands/MakePageCommand->configureLocation()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Commands/MakePageCommand->handle()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#9 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#11 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#12 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#13 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#16 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#17 {main}
"} 
[2026-04-10 08:49:17] local.ERROR: Type of App\Filament\Pages\ProductionKanban::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ProductionKanban::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ProductionKanban.php:10)
[stacktrace]
#0 {main}
"} 
[2026-04-10 08:49:21] local.ERROR: Type of App\Filament\Pages\ProductionKanban::$navigationIcon must be BackedEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ProductionKanban::$navigationIcon must be BackedEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ProductionKanban.php:10)
[stacktrace]
#0 {main}
"} 
[2026-04-10 08:49:22] local.ERROR: Type of App\Filament\Pages\ProductionKanban::$navigationIcon must be BackedEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ProductionKanban::$navigationIcon must be BackedEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ProductionKanban.php:10)
[stacktrace]
#0 {main}
"} 
[2026-04-10 08:49:31] local.ERROR: Type of App\Filament\Pages\ProductionKanban::$navigationIcon must be BackedEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ProductionKanban::$navigationIcon must be BackedEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ProductionKanban.php:10)
[stacktrace]
#0 {main}
"} 
[2026-04-10 08:49:43] local.ERROR: Cannot redeclare non static Filament\Pages\Page::$view as static App\Filament\Pages\ProductionKanban::$view {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Pages\\Page::$view as static App\\Filament\\Pages\\ProductionKanban::$view at D:/ICONIC/Projects/CRM/app/Filament/Pages/ProductionKanban.php:9)
[stacktrace]
#0 {main}
"} 
[2026-04-10 08:49:43] local.ERROR: Cannot redeclare non static Filament\Pages\Page::$view as static App\Filament\Pages\ProductionKanban::$view {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Pages\\Page::$view as static App\\Filament\\Pages\\ProductionKanban::$view at D:/ICONIC/Projects/CRM/app/Filament/Pages/ProductionKanban.php:9)
[stacktrace]
#0 {main}
"} 
[2026-04-10 08:49:58] local.ERROR: Cannot redeclare non static Filament\Pages\Page::$view as static App\Filament\Pages\ProductionKanban::$view {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Pages\\Page::$view as static App\\Filament\\Pages\\ProductionKanban::$view at D:/ICONIC/Projects/CRM/app/Filament/Pages/ProductionKanban.php:9)
[stacktrace]
#0 {main}
"} 
[2026-04-10 08:50:33] local.ERROR: Cannot redeclare non static Filament\Pages\Page::$view as static App\Filament\Pages\ProductionKanban::$view {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Pages\\Page::$view as static App\\Filament\\Pages\\ProductionKanban::$view at D:/ICONIC/Projects/CRM/app/Filament/Pages/ProductionKanban.php:9)
[stacktrace]
#0 {main}
"} 
[2026-04-10 08:50:34] local.ERROR: Cannot redeclare non static Filament\Pages\Page::$view as static App\Filament\Pages\ProductionKanban::$view {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Pages\\Page::$view as static App\\Filament\\Pages\\ProductionKanban::$view at D:/ICONIC/Projects/CRM/app/Filament/Pages/ProductionKanban.php:9)
[stacktrace]
#0 {main}
"} 
[2026-04-10 09:39:00] local.ERROR: The "--limit" option does not exist. {"exception":"[object] (Symfony\\Component\\Console\\Exception\\RuntimeException(code: 0): The \"--limit\" option does not exist. at D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php:226)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(153): Symfony/Component/Console/Input/ArgvInput->addLongOption()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(88): Symfony/Component/Console/Input/ArgvInput->parseLongOption()
#2 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(77): Symfony/Component/Console/Input/ArgvInput->parseToken()
#3 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/Input.php(53): Symfony/Component/Console/Input/ArgvInput->parse()
#4 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(245): Symfony/Component/Console/Input/Input->bind()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#6 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#7 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#8 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#11 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#12 {main}
"} 
[2026-04-10 09:40:49] local.ERROR: Call to undefined method Illuminate\Notifications\Messages\MailMessage::attachFromStorageDisk() {"exception":"[object] (Error(code: 0): Call to undefined method Illuminate\\Notifications\\Messages\\MailMessage::attachFromStorageDisk() at D:/ICONIC/Projects/CRM/app/Notifications/InvoiceCreatedNotification.php:48)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Notifications/Channels/MailChannel.php(55): App/Notifications/InvoiceCreatedNotification->toMail()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php(165): Illuminate/Notifications/Channels/MailChannel->send()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php(120): Illuminate/Notifications/NotificationSender->sendToNotifiable()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/Localizable.php(19): Illuminate/Notifications/NotificationSender->{closure:Illuminate/Notifications/NotificationSender::sendNow():115}()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php(115): Illuminate/Notifications/NotificationSender->withLocale()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php(93): Illuminate/Notifications/NotificationSender->sendNow()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Notifications/ChannelManager.php(48): Illuminate/Notifications/NotificationSender->send()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Notifications/RoutesNotifications.php(18): Illuminate/Notifications/ChannelManager->send()
#8 D:/ICONIC/Projects/CRM/scripts/test-email.php(39): App/Models/Customer->notify()
#9 {main}
"} 
[2026-04-10 09:42:42] local.ERROR: The "-e" option does not exist. {"exception":"[object] (Symfony\\Component\\Console\\Exception\\RuntimeException(code: 0): The \"-e\" option does not exist. at D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php:211)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(113): Symfony/Component/Console/Input/ArgvInput->addShortOption()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(90): Symfony/Component/Console/Input/ArgvInput->parseShortOption()
#2 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(77): Symfony/Component/Console/Input/ArgvInput->parseToken()
#3 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/Input.php(53): Symfony/Component/Console/Input/ArgvInput->parse()
#4 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(245): Symfony/Component/Console/Input/Input->bind()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#6 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#7 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#8 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#11 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#12 {main}
"} 
[2026-04-10 09:43:17] local.ERROR: SQLSTATE[23505]: Unique violation: 7 ERROR:  duplicate key value violates unique constraint "customers_email_unique"
DETAIL:  Key (email)=(mosesrng@gmail.com) already exists. (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: update "customers" set "email" = mosesrng@gmail.com, "updated_at" = 2026-04-10 09:43:17 where "id" = 2) {"exception":"[object] (Illuminate\\Database\\UniqueConstraintViolationException(code: 23505): SQLSTATE[23505]: Unique violation: 7 ERROR:  duplicate key value violates unique constraint \"customers_email_unique\"
DETAIL:  Key (email)=(mosesrng@gmail.com) already exists. (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: update \"customers\" set \"email\" = mosesrng@gmail.com, \"updated_at\" = 2026-04-10 09:43:17 where \"id\" = 2) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(600): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(552): Illuminate/Database/Connection->affectingStatement()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4310): Illuminate/Database/Connection->update()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1271): Illuminate/Database/Query/Builder->update()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1481): Illuminate/Database/Eloquent/Builder->update()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1363): Illuminate/Database/Eloquent/Model->performUpdate()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1150): Illuminate/Database/Eloquent/Model->save()
#8 D:/ICONIC/Projects/CRM/scripts/update-customer-email.php(15): Illuminate/Database/Eloquent/Model->update()
#9 {main}

[previous exception] [object] (PDOException(code: 23505): SQLSTATE[23505]: Unique violation: 7 ERROR:  duplicate key value violates unique constraint \"customers_email_unique\"
DETAIL:  Key (email)=(mosesrng@gmail.com) already exists. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:612)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(612): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::affectingStatement():600}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(600): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(552): Illuminate/Database/Connection->affectingStatement()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4310): Illuminate/Database/Connection->update()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1271): Illuminate/Database/Query/Builder->update()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1481): Illuminate/Database/Eloquent/Builder->update()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1363): Illuminate/Database/Eloquent/Model->performUpdate()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1150): Illuminate/Database/Eloquent/Model->save()
#10 D:/ICONIC/Projects/CRM/scripts/update-customer-email.php(15): Illuminate/Database/Eloquent/Model->update()
#11 {main}
"} 
[2026-04-10 09:56:03] local.ERROR: The "--limit" option does not exist. {"exception":"[object] (Symfony\\Component\\Console\\Exception\\RuntimeException(code: 0): The \"--limit\" option does not exist. at D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php:226)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(153): Symfony/Component/Console/Input/ArgvInput->addLongOption()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(88): Symfony/Component/Console/Input/ArgvInput->parseLongOption()
#2 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/ArgvInput.php(77): Symfony/Component/Console/Input/ArgvInput->parseToken()
#3 D:/ICONIC/Projects/CRM/vendor/symfony/console/Input/Input.php(53): Symfony/Component/Console/Input/ArgvInput->parse()
#4 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(245): Symfony/Component/Console/Input/Input->bind()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#6 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#7 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#8 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#11 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#12 {main}
"} 
[2026-04-10 10:00:52] local.ERROR: Cannot redeclare non static Filament\Widgets\ChartWidget::$heading as static App\Filament\Widgets\OrderStatusChartWidget::$heading {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Widgets\\ChartWidget::$heading as static App\\Filament\\Widgets\\OrderStatusChartWidget::$heading at D:/ICONIC/Projects/CRM/app/Filament/Widgets/OrderStatusChartWidget.php:8)
[stacktrace]
#0 {main}
"} 
[2026-04-10 10:01:24] local.ERROR: Cannot make non static method Filament\Widgets\ChartWidget::getHeading() static in class App\Filament\Widgets\OrderStatusChartWidget {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot make non static method Filament\\Widgets\\ChartWidget::getHeading() static in class App\\Filament\\Widgets\\OrderStatusChartWidget at D:/ICONIC/Projects/CRM/app/Filament/Widgets/OrderStatusChartWidget.php:12)
[stacktrace]
#0 {main}
"} 
[2026-04-10 10:01:24] local.ERROR: Cannot make non static method Filament\Widgets\ChartWidget::getHeading() static in class App\Filament\Widgets\OrderStatusChartWidget {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot make non static method Filament\\Widgets\\ChartWidget::getHeading() static in class App\\Filament\\Widgets\\OrderStatusChartWidget at D:/ICONIC/Projects/CRM/app/Filament/Widgets/OrderStatusChartWidget.php:12)
[stacktrace]
#0 {main}
"} 
[2026-04-10 10:51:26] local.ERROR: Class "Filament\Tables\BulkActions\BulkActionGroup" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Tables\\BulkActions\\BulkActionGroup\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/CustomerResource.php:70)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Resource.php(70): App/Filament/Resources/CustomerResource::table()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(213): Filament/Resources/Resource::configureTable()
#2 D:/ICONIC/Projects/CRM/vendor/filament/tables/src/Concerns/InteractsWithTable.php(47): Filament/Resources/Pages/ListRecords->makeTable()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/ListRecords->bootedInteractsWithTable()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(144): Livewire/Wrapped->__call()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(24): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callTraitHook()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#27 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#46 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#55 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#79 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#81 {main}
"} 
[2026-04-10 10:55:44] local.ERROR: Class "Filament\Tables\Actions\DeleteBulkAction" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Tables\\Actions\\DeleteBulkAction\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/CustomerResource.php:70)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Resource.php(70): App/Filament/Resources/CustomerResource::table()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(213): Filament/Resources/Resource::configureTable()
#2 D:/ICONIC/Projects/CRM/vendor/filament/tables/src/Concerns/InteractsWithTable.php(47): Filament/Resources/Pages/ListRecords->makeTable()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/ListRecords->bootedInteractsWithTable()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(144): Livewire/Wrapped->__call()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(24): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callTraitHook()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#27 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#46 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#55 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#79 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#81 {main}
"} 
[2026-04-10 10:56:08] local.ERROR: Class "Filament\Tables\Actions\DeleteBulkAction" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Tables\\Actions\\DeleteBulkAction\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/CustomerResource.php:70)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Resource.php(70): App/Filament/Resources/CustomerResource::table()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(213): Filament/Resources/Resource::configureTable()
#2 D:/ICONIC/Projects/CRM/vendor/filament/tables/src/Concerns/InteractsWithTable.php(47): Filament/Resources/Pages/ListRecords->makeTable()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/ListRecords->bootedInteractsWithTable()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(144): Livewire/Wrapped->__call()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(24): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callTraitHook()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#27 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#46 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#55 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#79 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#81 {main}
"} 
[2026-04-10 10:57:07] local.ERROR: Class "Filament\Tables\Actions\DeleteBulkAction" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Tables\\Actions\\DeleteBulkAction\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/CustomerResource.php:70)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Resource.php(70): App/Filament/Resources/CustomerResource::table()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(213): Filament/Resources/Resource::configureTable()
#2 D:/ICONIC/Projects/CRM/vendor/filament/tables/src/Concerns/InteractsWithTable.php(47): Filament/Resources/Pages/ListRecords->makeTable()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/ListRecords->bootedInteractsWithTable()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(144): Livewire/Wrapped->__call()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(24): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callTraitHook()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#27 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#46 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#55 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#79 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#81 {main}
"} 
[2026-04-10 13:17:10] local.ERROR: M-Pesa STK Push Error {"error":"cURL error 60: SSL certificate OpenSSL verify result: self-signed certificate in certificate chain (19) (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://sandbox.safaricom.co.ke/oauth/v1/generate?grant_type=client_credentials"} 
[2026-04-10 14:49:45] local.ERROR: Type of App\Filament\Pages\Reports\CustomerStatementReport::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\Reports\\CustomerStatementReport::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/Reports/CustomerStatementReport.php:14)
[stacktrace]
#0 {main}
"} 
[2026-04-10 14:49:46] local.ERROR: Type of App\Filament\Pages\Reports\CustomerStatementReport::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\Reports\\CustomerStatementReport::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/Reports/CustomerStatementReport.php:14)
[stacktrace]
#0 {main}
"} 
[2026-04-10 14:50:01] local.ERROR: Type of App\Filament\Pages\Reports\CustomerStatementReport::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\Reports\\CustomerStatementReport::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/Reports/CustomerStatementReport.php:14)
[stacktrace]
#0 {main}
"} 
[2026-04-10 14:50:01] local.ERROR: Type of App\Filament\Pages\Reports\CustomerStatementReport::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\Reports\\CustomerStatementReport::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/Reports/CustomerStatementReport.php:14)
[stacktrace]
#0 {main}
"} 
[2026-04-10 14:50:49] local.ERROR: Cannot redeclare non static Filament\Pages\Page::$view as static App\Filament\Pages\Reports\CustomerStatementReport::$view {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Pages\\Page::$view as static App\\Filament\\Pages\\Reports\\CustomerStatementReport::$view at D:/ICONIC/Projects/CRM/app/Filament/Pages/Reports/CustomerStatementReport.php:9)
[stacktrace]
#0 {main}
"} 
[2026-04-10 14:50:50] local.ERROR: Cannot redeclare non static Filament\Pages\Page::$view as static App\Filament\Pages\Reports\CustomerStatementReport::$view {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Pages\\Page::$view as static App\\Filament\\Pages\\Reports\\CustomerStatementReport::$view at D:/ICONIC/Projects/CRM/app/Filament/Pages/Reports/CustomerStatementReport.php:9)
[stacktrace]
#0 {main}
"} 
[2026-04-10 15:07:52] local.ERROR: SQLSTATE[42703]: Undefined column: 7 ERROR:  column "balance" does not exist
LINE 1: select sum("balance") as aggregate from "invoices" where "cr...
                   ^ (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select sum("balance") as aggregate from "invoices" where "created_at" between 2026-04-01 00:00:00 and 2026-04-10 00:00:00) {"userId":1,"exception":"[object] (Illuminate\\Database\\QueryException(code: 42703): SQLSTATE[42703]: Undefined column: 7 ERROR:  column \"balance\" does not exist
LINE 1: select sum(\"balance\") as aggregate from \"invoices\" where \"cr...
                   ^ (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: select sum(\"balance\") as aggregate from \"invoices\" where \"created_at\" between 2026-04-01 00:00:00 and 2026-04-10 00:00:00) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate/Database/Connection->select()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate/Database/Query/Builder->runSelect()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4062): Illuminate/Database/Query/Builder->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4023): Illuminate/Database/Query/Builder->aggregate()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->sum()
#7 D:/ICONIC/Projects/CRM/app/Filament/Pages/Reports/SalesReport.php(36): Illuminate/Database/Eloquent/Builder->__call()
#8 D:/ICONIC/Projects/CRM/app/Filament/Pages/Reports/SalesReport.php(21): App/Filament/Pages/Reports/SalesReport->loadStats()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Filament/Pages/Reports/SalesReport->mount()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(134): Livewire/Wrapped->__call()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(20): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callHook()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#23 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#24 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#25 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#31 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#33 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#52 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#61 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#82 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#84 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#85 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#86 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#87 {main}

[previous exception] [object] (PDOException(code: 42703): SQLSTATE[42703]: Undefined column: 7 ERROR:  column \"balance\" does not exist
LINE 1: select sum(\"balance\") as aggregate from \"invoices\" where \"cr...
                   ^ at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:426)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate/Database/Connection->select()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate/Database/Query/Builder->runSelect()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4062): Illuminate/Database/Query/Builder->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4023): Illuminate/Database/Query/Builder->aggregate()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->sum()
#9 D:/ICONIC/Projects/CRM/app/Filament/Pages/Reports/SalesReport.php(36): Illuminate/Database/Eloquent/Builder->__call()
#10 D:/ICONIC/Projects/CRM/app/Filament/Pages/Reports/SalesReport.php(21): App/Filament/Pages/Reports/SalesReport->loadStats()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Filament/Pages/Reports/SalesReport->mount()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(134): Livewire/Wrapped->__call()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(20): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callHook()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#23 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#24 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#25 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#26 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#27 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#33 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#35 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#54 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#63 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#82 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#84 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#85 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#86 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#87 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#88 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#89 {main}
"} 
[2026-04-10 15:15:56] local.ERROR: Cannot redeclare non static Filament\Pages\Page::$view as static App\Filament\Pages\Reports\CustomerStatementReport::$view {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Pages\\Page::$view as static App\\Filament\\Pages\\Reports\\CustomerStatementReport::$view at D:/ICONIC/Projects/CRM/app/Filament/Pages/Reports/CustomerStatementReport.php:10)
[stacktrace]
#0 {main}
"} 
[2026-04-10 15:15:57] local.ERROR: Cannot redeclare non static Filament\Pages\Page::$view as static App\Filament\Pages\Reports\CustomerStatementReport::$view {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Pages\\Page::$view as static App\\Filament\\Pages\\Reports\\CustomerStatementReport::$view at D:/ICONIC/Projects/CRM/app/Filament/Pages/Reports/CustomerStatementReport.php:10)
[stacktrace]
#0 {main}
"} 
[2026-04-10 15:16:04] local.ERROR: Cannot redeclare non static Filament\Pages\Page::$view as static App\Filament\Pages\Reports\CustomerStatementReport::$view {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Pages\\Page::$view as static App\\Filament\\Pages\\Reports\\CustomerStatementReport::$view at D:/ICONIC/Projects/CRM/app/Filament/Pages/Reports/CustomerStatementReport.php:10)
[stacktrace]
#0 {main}
"} 
[2026-04-10 15:51:24] local.ERROR: Call to a member function count() on array (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\reports\customer-statement.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Call to a member function count() on array (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\reports\\customer-statement.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:115)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Call to a member function count() on array at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:115)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/Reports/CustomerStatementReport->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-04-10 16:00:00] local.ERROR: Livewire page component layout view not found: [components.layouts.app] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportPageComponents\\MissingLayoutException(code: 0): Livewire page component layout view not found: [components.layouts.app] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php:192)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(24): Livewire/Features/SupportPageComponents/SupportPageComponents::renderContentsIntoLayout()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#6 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#8 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#27 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#36 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#60 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#62 {main}
"} 
[2026-04-10 16:43:01] local.INFO: SMS Sandbox: To: +254712345678, Message: Order #ORD-2026-001 update: Status is now Queued. Thank you for your business!  
[2026-04-10 16:43:01] local.INFO: WhatsApp Sandbox: To: +254712345678, Message: Order #ORD-2026-001 update: Status is now Queued. Thank you for your business!  
[2026-04-10 16:43:01] local.ERROR: syntax error, unexpected token "??", expecting "->" or "?->" or "[" {"userId":1,"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \"??\", expecting \"->\" or \"?->\" or \"[\" at D:/ICONIC/Projects/CRM/app/Notifications/OrderStatusChangedNotification.php:53)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 D:/ICONIC/Projects/CRM/app/Observers/OrderObserver.php(53): Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php(519): App/Observers/OrderObserver->updated()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php(329): Illuminate/Events/Dispatcher->{closure:Illuminate/Events/Dispatcher::createClassListener():512}()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php(309): Illuminate/Events/Dispatcher->invokeListeners()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasEvents.php(224): Illuminate/Events/Dispatcher->dispatch()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1485): Illuminate/Database/Eloquent/Model->fireModelEvent()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1363): Illuminate/Database/Eloquent/Model->performUpdate()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1150): Illuminate/Database/Eloquent/Model->save()
#9 D:/ICONIC/Projects/CRM/app/Filament/Pages/ProductionKanban.php(92): Illuminate/Database/Eloquent/Model->update()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Filament/Pages/ProductionKanban->moveOrder()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#45 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-04-10 16:43:20] local.INFO: SMS Sandbox: To: +254712345678, Message: Order #ORD-2026-001 update: Status is now Completed. Thank you for your business!  
[2026-04-10 16:43:20] local.INFO: WhatsApp Sandbox: To: +254712345678, Message: Order #ORD-2026-001 update: Status is now Completed. Thank you for your business!  
[2026-04-10 16:43:20] local.INFO: SMS Sandbox: To: +254712345678, Message: Great news! Your order #ORD-2026-001 is ready for pickup/delivery. Contact us if you have any questions.  
[2026-04-10 16:43:20] local.INFO: WhatsApp Sandbox: To: +254712345678, Message: Great news! Your order #ORD-2026-001 is ready for pickup/delivery. Contact us if you have any questions.  
[2026-04-10 16:43:20] local.ERROR: syntax error, unexpected token "??", expecting "->" or "?->" or "[" {"userId":1,"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \"??\", expecting \"->\" or \"?->\" or \"[\" at D:/ICONIC/Projects/CRM/app/Notifications/OrderStatusChangedNotification.php:53)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 D:/ICONIC/Projects/CRM/app/Observers/OrderObserver.php(53): Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php(519): App/Observers/OrderObserver->updated()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php(329): Illuminate/Events/Dispatcher->{closure:Illuminate/Events/Dispatcher::createClassListener():512}()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php(309): Illuminate/Events/Dispatcher->invokeListeners()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasEvents.php(224): Illuminate/Events/Dispatcher->dispatch()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1485): Illuminate/Database/Eloquent/Model->fireModelEvent()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1363): Illuminate/Database/Eloquent/Model->performUpdate()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1150): Illuminate/Database/Eloquent/Model->save()
#9 D:/ICONIC/Projects/CRM/app/Filament/Pages/ProductionKanban.php(92): Illuminate/Database/Eloquent/Model->update()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Filament/Pages/ProductionKanban->moveOrder()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#45 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-04-10 16:52:42] local.ERROR: Call to a member function count() on array (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\reports\customer-statement.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Call to a member function count() on array (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\reports\\customer-statement.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:115)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Call to a member function count() on array at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:115)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/Reports/CustomerStatementReport->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-04-10 16:52:56] local.ERROR: Call to a member function count() on array (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\reports\customer-statement.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Call to a member function count() on array (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\reports\\customer-statement.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:115)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Call to a member function count() on array at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:115)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/Reports/CustomerStatementReport->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-04-10 16:54:13] local.ERROR: Call to a member function count() on array (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\reports\customer-statement.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Call to a member function count() on array (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\reports\\customer-statement.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Call to a member function count() on array at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/Reports/CustomerStatementReport->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-04-10 16:54:50] local.ERROR: Call to a member function count() on array (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\reports\customer-statement.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Call to a member function count() on array (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\reports\\customer-statement.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Call to a member function count() on array at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/Reports/CustomerStatementReport->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-04-10 16:55:04] local.ERROR: Call to a member function count() on array (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\reports\customer-statement.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Call to a member function count() on array (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\reports\\customer-statement.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Call to a member function count() on array at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/Reports/CustomerStatementReport->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-04-10 16:56:20] local.ERROR: Call to a member function count() on array (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\reports\customer-statement.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Call to a member function count() on array (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\reports\\customer-statement.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Call to a member function count() on array at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/Reports/CustomerStatementReport->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-04-10 16:57:32] local.ERROR: Call to a member function count() on array (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\reports\customer-statement.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Call to a member function count() on array (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\reports\\customer-statement.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Call to a member function count() on array at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/Reports/CustomerStatementReport->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-04-10 16:57:39] local.ERROR: Call to a member function count() on array (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\reports\customer-statement.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Call to a member function count() on array (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\reports\\customer-statement.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Call to a member function count() on array at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/Reports/CustomerStatementReport->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-04-11 07:35:24] local.ERROR: Call to a member function count() on array (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\reports\customer-statement.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Call to a member function count() on array (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\reports\\customer-statement.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Call to a member function count() on array at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/Reports/CustomerStatementReport->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-04-11 07:37:40] local.ERROR: Call to a member function count() on array (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\reports\customer-statement.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Call to a member function count() on array (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\reports\\customer-statement.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Call to a member function count() on array at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/Reports/CustomerStatementReport->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-04-11 07:37:53] local.ERROR: Call to a member function count() on array (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\reports\customer-statement.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Call to a member function count() on array (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\reports\\customer-statement.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Call to a member function count() on array at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/Reports/CustomerStatementReport->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-04-11 07:38:02] local.ERROR: Call to a member function count() on array (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\reports\customer-statement.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Call to a member function count() on array (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\reports\\customer-statement.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Call to a member function count() on array at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:130)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/Reports/CustomerStatementReport->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-04-11 09:18:45] local.ERROR: Typed property Filament\Schemas\Components\Component::$container must not be accessed before initialization (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\reports\sales-report.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Typed property Filament\\Schemas\\Components\\Component::$container must not be accessed before initialization (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\reports\\sales-report.blade.php) at D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Components/Concerns/BelongsToContainer.php:24)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Typed property Filament\\Schemas\\Components\\Component::$container must not be accessed before initialization at D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Components/Concerns/BelongsToContainer.php:24)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Components/Component.php(126): Filament/Schemas/Components/Component->getContainer()
#1 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Components/ViewComponent.php(156): Filament/Schemas/Components/Component->getExtraViewData()
#2 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Components/ViewComponent.php(125): Filament/Support/Components/ViewComponent->render()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/helpers.php(131): Filament/Support/Components/ViewComponent->toHtml()
#4 D:/ICONIC/Projects/CRM/storage/framework/views/1ea50890a07b86508e837478a04a6816.php(37): e()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include('...')
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/Reports/SalesReport->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#26 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#28 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#47 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#56 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#80 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#82 {main}
"} 
[2026-04-11 09:26:24] local.INFO: SMS Sandbox: To: +254711222333, Message: Order #ORD-2026-005 update: Status is now In progress. Thank you for your business!  
[2026-04-11 09:26:24] local.INFO: WhatsApp Sandbox: To: +254711222333, Message: Order #ORD-2026-005 update: Status is now In progress. Thank you for your business!  
[2026-04-11 09:26:24] local.ERROR: syntax error, unexpected token "??", expecting "->" or "?->" or "[" {"userId":1,"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \"??\", expecting \"->\" or \"?->\" or \"[\" at D:/ICONIC/Projects/CRM/app/Notifications/OrderStatusChangedNotification.php:53)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 D:/ICONIC/Projects/CRM/app/Observers/OrderObserver.php(53): Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php(519): App/Observers/OrderObserver->updated()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php(329): Illuminate/Events/Dispatcher->{closure:Illuminate/Events/Dispatcher::createClassListener():512}()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php(309): Illuminate/Events/Dispatcher->invokeListeners()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasEvents.php(224): Illuminate/Events/Dispatcher->dispatch()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1485): Illuminate/Database/Eloquent/Model->fireModelEvent()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1363): Illuminate/Database/Eloquent/Model->performUpdate()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1150): Illuminate/Database/Eloquent/Model->save()
#9 D:/ICONIC/Projects/CRM/app/Filament/Pages/ProductionKanban.php(92): Illuminate/Database/Eloquent/Model->update()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Filament/Pages/ProductionKanban->moveOrder()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#45 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-04-11 09:27:03] local.INFO: SMS Sandbox: To: +254701111222, Message: Order #ORD-2026-004 update: Status is now Qc. Thank you for your business!  
[2026-04-11 09:27:03] local.INFO: WhatsApp Sandbox: To: +254701111222, Message: Order #ORD-2026-004 update: Status is now Qc. Thank you for your business!  
[2026-04-11 09:27:03] local.ERROR: syntax error, unexpected token "??", expecting "->" or "?->" or "[" {"userId":1,"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \"??\", expecting \"->\" or \"?->\" or \"[\" at D:/ICONIC/Projects/CRM/app/Notifications/OrderStatusChangedNotification.php:53)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 D:/ICONIC/Projects/CRM/app/Observers/OrderObserver.php(53): Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php(519): App/Observers/OrderObserver->updated()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php(329): Illuminate/Events/Dispatcher->{closure:Illuminate/Events/Dispatcher::createClassListener():512}()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php(309): Illuminate/Events/Dispatcher->invokeListeners()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasEvents.php(224): Illuminate/Events/Dispatcher->dispatch()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1485): Illuminate/Database/Eloquent/Model->fireModelEvent()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1363): Illuminate/Database/Eloquent/Model->performUpdate()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1150): Illuminate/Database/Eloquent/Model->save()
#9 D:/ICONIC/Projects/CRM/app/Filament/Pages/ProductionKanban.php(92): Illuminate/Database/Eloquent/Model->update()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Filament/Pages/ProductionKanban->moveOrder()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#45 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-04-11 09:29:52] local.INFO: SMS Sandbox: To: +254755666777, Message: Order #ORD-2026-009 update: Status is now Qc. Thank you for your business!  
[2026-04-11 09:29:52] local.INFO: WhatsApp Sandbox: To: +254755666777, Message: Order #ORD-2026-009 update: Status is now Qc. Thank you for your business!  
[2026-04-11 09:30:11] local.INFO: SMS Sandbox: To: +254755666777, Message: Order #ORD-2026-009 update: Status is now Completed. Thank you for your business!  
[2026-04-11 09:30:11] local.INFO: WhatsApp Sandbox: To: +254755666777, Message: Order #ORD-2026-009 update: Status is now Completed. Thank you for your business!  
[2026-04-11 09:30:11] local.INFO: SMS Sandbox: To: +254755666777, Message: Great news! Your order #ORD-2026-009 is ready for pickup/delivery. Contact us if you have any questions.  
[2026-04-11 09:30:11] local.INFO: WhatsApp Sandbox: To: +254755666777, Message: Great news! Your order #ORD-2026-009 is ready for pickup/delivery. Contact us if you have any questions.  
[2026-04-11 09:30:16] local.INFO: SMS Sandbox: To: +254755666777, Message: Great news! Your order ORD-2026-009 is ready for pickup/delivery.  
[2026-04-11 09:30:16] local.INFO: WhatsApp Sandbox: To: +254755666777, Message: Great news! Your order ORD-2026-009 is ready for pickup/delivery.  
[2026-04-11 09:48:57] local.ERROR: Attempt to read property "invoice_number" on array (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\reports\customer-statement.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Attempt to read property \"invoice_number\" on array (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\reports\\customer-statement.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:86)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(104): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#39 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#61 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#63 {main}

[previous exception] [object] (ErrorException(code: 0): Attempt to read property \"invoice_number\" on array at D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php:86)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate/Foundation/Bootstrap/HandleExceptions->handleError()
#1 D:/ICONIC/Projects/CRM/storage/framework/views/bf89ad9d8c8fc24561e1aa781dbf185d.php(86): Illuminate/Foundation/Bootstrap/HandleExceptions->{closure:Illuminate/Foundation/Bootstrap/HandleExceptions::forwardsTo():257}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include('...')
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/Reports/CustomerStatementReport->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(104): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#41 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#63 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#65 {main}
"} 
[2026-05-20 07:34:38] local.INFO: SMS Sandbox: To: +254722334455, Message: Hi Jane Smith! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-05-20 07:34:38] local.INFO: WhatsApp Sandbox: To: +254722334455, Message: Hi Jane Smith! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-05-20 07:34:38] local.INFO: SMS Sandbox: To: +254759007522, Message: Hi Iconic Development! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-05-20 07:34:38] local.INFO: WhatsApp Sandbox: To: +254759007522, Message: Hi Iconic Development! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-05-20 07:34:38] local.INFO: SMS Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-05-20 07:34:38] local.INFO: WhatsApp Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-05-20 07:34:38] local.INFO: SMS Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-05-20 07:34:38] local.INFO: WhatsApp Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-05-20 07:34:38] local.INFO: SMS Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-05-20 07:34:38] local.INFO: WhatsApp Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-05-20 07:34:38] local.INFO: SMS Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-05-20 07:34:38] local.INFO: WhatsApp Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-05-20 07:34:38] local.INFO: SMS Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-05-20 07:34:38] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-05-20 07:34:38] local.INFO: SMS Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-05-20 07:34:38] local.INFO: WhatsApp Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-05-20 07:34:38] local.INFO: SMS Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-05-20 07:34:38] local.INFO: WhatsApp Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-05-20 07:34:38] local.INFO: SMS Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-05-20 07:34:38] local.INFO: WhatsApp Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-05-20 07:34:38] local.INFO: SMS Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-05-20 07:34:38] local.INFO: WhatsApp Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-05-20 07:34:38] local.INFO: SMS Sandbox: To: +254799000111, Message: Hi Anne Mutua! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-05-20 07:34:38] local.INFO: WhatsApp Sandbox: To: +254799000111, Message: Hi Anne Mutua! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-05-20 07:34:39] local.ERROR: SQLSTATE[23505]: Unique violation: 7 ERROR:  duplicate key value violates unique constraint "purchase_orders_po_number_unique"
DETAIL:  Key (po_number)=(PO-2026-001) already exists. (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: insert into "purchase_orders" ("supplier_id", "po_number", "total_amount", "status", "notes", "expected_delivery", "updated_at", "created_at") values (2, PO-2026-001, 131000, received, Monthly steel restock, 2026-05-27 07:34:38, 2026-05-20 07:34:38, 2026-05-20 07:34:38) returning "id") {"exception":"[object] (Illuminate\\Database\\UniqueConstraintViolationException(code: 23505): SQLSTATE[23505]: Unique violation: 7 ERROR:  duplicate key value violates unique constraint \"purchase_orders_po_number_unique\"
DETAIL:  Key (po_number)=(PO-2026-001) already exists. (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: crm_db, SQL: insert into \"purchase_orders\" (\"supplier_id\", \"po_number\", \"total_amount\", \"status\", \"notes\", \"expected_delivery\", \"updated_at\", \"created_at\") values (2, PO-2026-001, 131000, received, Monthly steel restock, 2026-05-27 07:34:38, 2026-05-20 07:34:38, 2026-05-20 07:34:38) returning \"id\") at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(398): Illuminate/Database/Connection->select()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php(24): Illuminate/Database/Connection->selectFromWriteConnection()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4246): Illuminate/Database/Query/Processors/PostgresProcessor->processInsertGetId()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->insertGetId()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1650): Illuminate/Database/Eloquent/Builder->__call()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1566): Illuminate/Database/Eloquent/Model->insertAndSetId()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1370): Illuminate/Database/Eloquent/Model->performInsert()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1224): Illuminate/Database/Eloquent/Model->save()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate/Database/Eloquent/Builder->{closure:Illuminate/Database/Eloquent/Builder::create():1223}()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1223): tap()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate/Database/Eloquent/Builder->create()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate/Database/Eloquent/Model->forwardCallTo()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate/Database/Eloquent/Model->__call()
#15 D:/ICONIC/Projects/CRM/database/seeders/DatabaseSeeder.php(509): Illuminate/Database/Eloquent/Model::__callStatic()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Database/Seeders/DatabaseSeeder->run()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(184): Illuminate/Container/Container->call()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(191): Illuminate/Database/Seeder->{closure:Illuminate/Database/Seeder::__invoke():183}()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(71): Illuminate/Database/Seeder->__invoke()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(181): Illuminate/Database/Console/Seeds/SeedCommand->{closure:Illuminate/Database/Console/Seeds/SeedCommand::handle():70}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate/Database/Eloquent/Model::unguarded()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Seeds/SeedCommand->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#32 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#34 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#35 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#36 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}

[previous exception] [object] (PDOException(code: 23505): SQLSTATE[23505]: Unique violation: 7 ERROR:  duplicate key value violates unique constraint \"purchase_orders_po_number_unique\"
DETAIL:  Key (po_number)=(PO-2026-001) already exists. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php:426)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): PDOStatement->execute()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate/Database/Connection->{closure:Illuminate/Database/Connection::select():412}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(797): Illuminate/Database/Connection->runQueryCallback()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate/Database/Connection->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Connection.php(398): Illuminate/Database/Connection->select()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php(24): Illuminate/Database/Connection->selectFromWriteConnection()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4246): Illuminate/Database/Query/Processors/PostgresProcessor->processInsertGetId()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(2270): Illuminate/Database/Query/Builder->insertGetId()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1650): Illuminate/Database/Eloquent/Builder->__call()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1566): Illuminate/Database/Eloquent/Model->insertAndSetId()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1370): Illuminate/Database/Eloquent/Model->performInsert()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1224): Illuminate/Database/Eloquent/Model->save()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate/Database/Eloquent/Builder->{closure:Illuminate/Database/Eloquent/Builder::create():1223}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1223): tap()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate/Database/Eloquent/Builder->create()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate/Database/Eloquent/Model->forwardCallTo()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate/Database/Eloquent/Model->__call()
#17 D:/ICONIC/Projects/CRM/database/seeders/DatabaseSeeder.php(509): Illuminate/Database/Eloquent/Model::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Database/Seeders/DatabaseSeeder->run()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(184): Illuminate/Container/Container->call()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(191): Illuminate/Database/Seeder->{closure:Illuminate/Database/Seeder::__invoke():183}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(71): Illuminate/Database/Seeder->__invoke()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(181): Illuminate/Database/Console/Seeds/SeedCommand->{closure:Illuminate/Database/Console/Seeds/SeedCommand::handle():70}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate/Database/Eloquent/Model::unguarded()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Seeds/SeedCommand->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#34 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#36 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#37 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#38 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#41 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#42 {main}
"} 
[2026-05-20 07:45:42] local.INFO: SMS Sandbox: To: +254744555666, Message: Order #ORD-2026-007 update: Status is now Completed. Thank you for your business!  
[2026-05-20 07:45:42] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Order #ORD-2026-007 update: Status is now Completed. Thank you for your business!  
[2026-05-20 07:45:42] local.INFO: SMS Sandbox: To: +254744555666, Message: Great news! Your order #ORD-2026-007 is ready for pickup/delivery. Contact us if you have any questions.  
[2026-05-20 07:45:42] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Great news! Your order #ORD-2026-007 is ready for pickup/delivery. Contact us if you have any questions.  
[2026-05-20 07:45:59] local.INFO: SMS Sandbox: To: +254744555666, Message: Great news! Your order ORD-2026-007 is ready for pickup/delivery.  
[2026-05-20 07:45:59] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Great news! Your order ORD-2026-007 is ready for pickup/delivery.  
[2026-05-20 07:46:00] local.INFO: SMS Sandbox: To: +254744555666, Message: Great news! Your order ORD-2026-007 is ready for pickup/delivery.  
[2026-05-20 07:46:00] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Great news! Your order ORD-2026-007 is ready for pickup/delivery.  
[2026-05-20 07:46:00] local.INFO: SMS Sandbox: To: +254744555666, Message: Great news! Your order ORD-2026-007 is ready for pickup/delivery.  
[2026-05-20 07:46:00] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Great news! Your order ORD-2026-007 is ready for pickup/delivery.  
[2026-05-20 07:46:06] local.INFO: SMS Sandbox: To: +254722334455, Message: Order #ORD-2026-001 update: Status is now Shipped. Thank you for your business!  
[2026-05-20 07:46:06] local.INFO: WhatsApp Sandbox: To: +254722334455, Message: Order #ORD-2026-001 update: Status is now Shipped. Thank you for your business!  
[2026-05-20 07:46:10] local.INFO: SMS Sandbox: To: +254722334455, Message: Your order ORD-2026-001 has been shipped! Thank you for your business.  
[2026-05-20 07:46:10] local.INFO: WhatsApp Sandbox: To: +254722334455, Message: Your order ORD-2026-001 has been shipped! Thank you for your business.  
[2026-05-20 07:46:11] local.INFO: SMS Sandbox: To: +254722334455, Message: Your order ORD-2026-001 has been shipped! Thank you for your business.  
[2026-05-20 07:46:11] local.INFO: WhatsApp Sandbox: To: +254722334455, Message: Your order ORD-2026-001 has been shipped! Thank you for your business.  
[2026-05-20 07:46:11] local.INFO: SMS Sandbox: To: +254722334455, Message: Your order ORD-2026-001 has been shipped! Thank you for your business.  
[2026-05-20 07:46:11] local.INFO: WhatsApp Sandbox: To: +254722334455, Message: Your order ORD-2026-001 has been shipped! Thank you for your business.  
[2026-05-20 07:46:11] local.INFO: SMS Sandbox: To: +254722334455, Message: Your order ORD-2026-001 has been shipped! Thank you for your business.  
[2026-05-20 07:46:11] local.INFO: WhatsApp Sandbox: To: +254722334455, Message: Your order ORD-2026-001 has been shipped! Thank you for your business.  
[2026-05-20 07:46:11] local.INFO: SMS Sandbox: To: +254722334455, Message: Your order ORD-2026-001 has been shipped! Thank you for your business.  
[2026-05-20 07:46:11] local.INFO: WhatsApp Sandbox: To: +254722334455, Message: Your order ORD-2026-001 has been shipped! Thank you for your business.  
[2026-06-02 13:33:45] local.ERROR: Method Livewire\Features\SupportRedirects\Redirector::layout does not exist. {"userId":1,"exception":"[object] (BadMethodCallException(code: 0): Method Livewire\\Features\\SupportRedirects\\Redirector::layout does not exist. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php:117)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(98): Illuminate/Routing/Redirector->__call()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(71): Livewire/Features/SupportPageComponents/SupportPageComponents::{closure:Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration():93}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): {closure:Livewire/once():66}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(252): Livewire/trigger()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#38 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#62 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#64 {main}
"} 
[2026-06-04 18:48:33] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 4 during check-in.  
[2026-06-04 18:48:33] testing.INFO: ProcessSiteEvent: Idempotency key 4cd8f98b-2da7-4a91-b659-ca2a288b0842 already processed. Skipping.  
[2026-06-04 18:48:34] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-04 18:51:21] testing.INFO: ProcessSiteEvent: Idempotency key fd859efc-f108-46ad-a672-68b49a7174f5 already processed. Skipping.  
[2026-06-04 18:51:22] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-04 18:53:09] testing.INFO: ProcessSiteEvent: Idempotency key dd8c98e0-0be8-4865-ba79-0e63f9f7b484 already processed. Skipping.  
[2026-06-04 18:53:09] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-06 09:31:34] local.INFO: SMS Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-06-06 09:31:34] local.INFO: WhatsApp Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-06-06 09:31:34] local.INFO: SMS Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-06-06 09:31:34] local.INFO: WhatsApp Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-06-06 09:31:34] local.INFO: SMS Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:31:34] local.INFO: WhatsApp Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:31:34] local.INFO: SMS Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:31:34] local.INFO: WhatsApp Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:31:34] local.INFO: SMS Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:31:34] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:31:34] local.INFO: SMS Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:31:34] local.INFO: WhatsApp Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:31:34] local.INFO: SMS Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-06-06 09:31:34] local.INFO: WhatsApp Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-06-06 09:31:34] local.INFO: SMS Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:31:34] local.INFO: WhatsApp Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:31:34] local.INFO: SMS Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:31:34] local.INFO: WhatsApp Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:31:34] local.INFO: SMS Sandbox: To: +254799000111, Message: Hi Anne Mutua! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:31:34] local.INFO: WhatsApp Sandbox: To: +254799000111, Message: Hi Anne Mutua! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:31:34] local.INFO: SMS Sandbox: To: +254700111222, Message: Hi Michael Otieno! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:31:34] local.INFO: WhatsApp Sandbox: To: +254700111222, Message: Hi Michael Otieno! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:31:34] local.INFO: SMS Sandbox: To: +254711222444, Message: Hi Lucy Chebet! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:31:34] local.INFO: WhatsApp Sandbox: To: +254711222444, Message: Hi Lucy Chebet! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:31:34] local.INFO: SMS Sandbox: To: +254711223344, Message: New Purchase Order #PO-2026-002 from CRM Manufacturing. Total: KES 220,000.00. Expected Delivery: Jun 13, 2026. Please confirm. Thank you!  
[2026-06-06 09:31:34] local.INFO: WhatsApp Sandbox: To: +254711223344, Message: New Purchase Order #PO-2026-002 from CRM Manufacturing. Total: KES 220,000.00. Expected Delivery: Jun 13, 2026. Please confirm. Thank you!  
[2026-06-06 09:32:29] testing.INFO: ProcessSiteEvent: Idempotency key 86d429e0-f007-4912-99ab-30abca2eff2b already processed. Skipping.  
[2026-06-06 09:32:30] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-06 09:33:41] local.INFO: SMS Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-06-06 09:33:41] local.INFO: WhatsApp Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-06-06 09:33:41] local.INFO: SMS Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-06-06 09:33:41] local.INFO: WhatsApp Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-06-06 09:33:41] local.INFO: SMS Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:33:41] local.INFO: WhatsApp Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:33:41] local.INFO: SMS Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:33:41] local.INFO: WhatsApp Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:33:41] local.INFO: SMS Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:33:41] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:33:41] local.INFO: SMS Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:33:41] local.INFO: WhatsApp Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:33:41] local.INFO: SMS Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-06-06 09:33:41] local.INFO: WhatsApp Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-06-06 09:33:41] local.INFO: SMS Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:33:41] local.INFO: WhatsApp Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:33:41] local.INFO: SMS Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:33:41] local.INFO: WhatsApp Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:33:41] local.INFO: SMS Sandbox: To: +254799000111, Message: Hi Anne Mutua! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:33:41] local.INFO: WhatsApp Sandbox: To: +254799000111, Message: Hi Anne Mutua! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:33:41] local.INFO: SMS Sandbox: To: +254700111222, Message: Hi Michael Otieno! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:33:41] local.INFO: WhatsApp Sandbox: To: +254700111222, Message: Hi Michael Otieno! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-06-06 09:33:41] local.INFO: SMS Sandbox: To: +254711222444, Message: Hi Lucy Chebet! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:33:41] local.INFO: WhatsApp Sandbox: To: +254711222444, Message: Hi Lucy Chebet! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-06-06 09:33:41] local.INFO: SMS Sandbox: To: +254711223344, Message: New Purchase Order #PO-2026-002 from CRM Manufacturing. Total: KES 220,000.00. Expected Delivery: Jun 13, 2026. Please confirm. Thank you!  
[2026-06-06 09:33:41] local.INFO: WhatsApp Sandbox: To: +254711223344, Message: New Purchase Order #PO-2026-002 from CRM Manufacturing. Total: KES 220,000.00. Expected Delivery: Jun 13, 2026. Please confirm. Thank you!  
[2026-06-06 09:38:57] local.INFO: SMS Sandbox: To: +254744555666, Message: Order #ORD-2026-005 update: Status is now In progress. Thank you for your business!  
[2026-06-06 09:38:57] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Order #ORD-2026-005 update: Status is now In progress. Thank you for your business!  
[2026-06-06 09:39:19] local.INFO: SMS Sandbox: To: +254700111222, Message: Order #ORD-2026-011 update: Status is now In progress. Thank you for your business!  
[2026-06-06 09:39:19] local.INFO: WhatsApp Sandbox: To: +254700111222, Message: Order #ORD-2026-011 update: Status is now In progress. Thank you for your business!  
[2026-06-06 09:41:43] local.INFO: SMS Sandbox: To: +254722333444, Message: Order #ORD-2026-003 update: Status is now Qc. Thank you for your business!  
[2026-06-06 09:41:43] local.INFO: WhatsApp Sandbox: To: +254722333444, Message: Order #ORD-2026-003 update: Status is now Qc. Thank you for your business!  
[2026-06-06 09:41:55] local.INFO: SMS Sandbox: To: +254788999000, Message: Order #ORD-2026-009 update: Status is now Qc. Thank you for your business!  
[2026-06-06 09:41:55] local.INFO: WhatsApp Sandbox: To: +254788999000, Message: Order #ORD-2026-009 update: Status is now Qc. Thank you for your business!  
[2026-06-06 09:42:00] local.INFO: SMS Sandbox: To: +254744555666, Message: Order #ORD-2026-005 update: Status is now Qc. Thank you for your business!  
[2026-06-06 09:42:00] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Order #ORD-2026-005 update: Status is now Qc. Thank you for your business!  
[2026-06-06 09:42:07] local.INFO: SMS Sandbox: To: +254700111222, Message: Order #ORD-2026-011 update: Status is now Queued. Thank you for your business!  
[2026-06-06 09:42:07] local.INFO: WhatsApp Sandbox: To: +254700111222, Message: Order #ORD-2026-011 update: Status is now Queued. Thank you for your business!  
[2026-06-06 09:45:57] local.INFO: SMS Sandbox: To: +254799000111, Message: Order #ORD-2026-010 update: Status is now In progress. Thank you for your business!  
[2026-06-06 09:45:57] local.INFO: WhatsApp Sandbox: To: +254799000111, Message: Order #ORD-2026-010 update: Status is now In progress. Thank you for your business!  
[2026-06-06 09:46:44] local.INFO: SMS Sandbox: To: +254722333444, Message: Order #ORD-2026-003 update: Status is now Shipped. Thank you for your business!  
[2026-06-06 09:46:44] local.INFO: WhatsApp Sandbox: To: +254722333444, Message: Order #ORD-2026-003 update: Status is now Shipped. Thank you for your business!  
[2026-06-06 09:46:46] local.INFO: SMS Sandbox: To: +254722333444, Message: Your order ORD-2026-003 has been shipped! Thank you for your business.  
[2026-06-06 09:46:46] local.INFO: WhatsApp Sandbox: To: +254722333444, Message: Your order ORD-2026-003 has been shipped! Thank you for your business.  
[2026-06-06 09:46:59] local.INFO: SMS Sandbox: To: +254744555666, Message: Order #ORD-2026-005 update: Status is now Completed. Thank you for your business!  
[2026-06-06 09:46:59] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Order #ORD-2026-005 update: Status is now Completed. Thank you for your business!  
[2026-06-06 09:46:59] local.INFO: SMS Sandbox: To: +254744555666, Message: Great news! Your order #ORD-2026-005 is ready for pickup/delivery. Contact us if you have any questions.  
[2026-06-06 09:46:59] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Great news! Your order #ORD-2026-005 is ready for pickup/delivery. Contact us if you have any questions.  
[2026-06-06 09:47:01] local.INFO: SMS Sandbox: To: +254744555666, Message: Great news! Your order ORD-2026-005 is ready for pickup/delivery.  
[2026-06-06 09:47:01] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Great news! Your order ORD-2026-005 is ready for pickup/delivery.  
[2026-06-08 05:22:17] local.ERROR: Type of App\Filament\Pages\SupervisorSimulator::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\SupervisorSimulator::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/SupervisorSimulator.php:9)
[stacktrace]
#0 {main}
"} 
[2026-06-08 05:22:41] local.ERROR: Type of App\Filament\Pages\SupervisorSimulator::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\SupervisorSimulator::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/SupervisorSimulator.php:9)
[stacktrace]
#0 {main}
"} 
[2026-06-08 05:22:42] local.ERROR: Type of App\Filament\Pages\SupervisorSimulator::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\SupervisorSimulator::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/SupervisorSimulator.php:9)
[stacktrace]
#0 {main}
"} 
[2026-06-08 05:22:43] local.ERROR: Type of App\Filament\Pages\SupervisorSimulator::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\SupervisorSimulator::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/SupervisorSimulator.php:9)
[stacktrace]
#0 {main}
"} 
[2026-06-08 05:22:47] local.ERROR: Type of App\Filament\Pages\SupervisorSimulator::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\SupervisorSimulator::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/SupervisorSimulator.php:9)
[stacktrace]
#0 {main}
"} 
[2026-06-08 05:22:58] local.ERROR: Cannot redeclare non static Filament\Pages\Page::$view as static App\Filament\Pages\SupervisorSimulator::$view {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Pages\\Page::$view as static App\\Filament\\Pages\\SupervisorSimulator::$view at D:/ICONIC/Projects/CRM/app/Filament/Pages/SupervisorSimulator.php:9)
[stacktrace]
#0 {main}
"} 
[2026-06-08 05:23:33] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 05:23:42] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 05:24:43] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 05:25:24] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 05:25:39] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 05:26:01] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 05:27:38] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 05:55:09] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 06:16:29] local.ERROR: Using $this when not in object context (View: D:\ICONIC\Projects\CRM\vendor\filament\filament\resources\views\components\page\index.blade.php) (View: D:\ICONIC\Projects\CRM\vendor\filament\filament\resources\views\components\page\index.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Using $this when not in object context (View: D:\\ICONIC\\Projects\\CRM\\vendor\\filament\\filament\\resources\\views\\components\\page\\index.blade.php) (View: D:\\ICONIC\\Projects\\CRM\\vendor\\filament\\filament\\resources\\views\\components\\page\\index.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/c7a3501448a2e5b1b2bce6ead03bbbb7.php:38)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#8 C:/Users/Iconic/.gemini/antigravity-ide/brain/8a154dc5-bb7d-47e9-92e3-dacdd07c7200/scratch/test_render.php(26): Illuminate/View/View->render()
#9 {main}

[previous exception] [object] (Illuminate\\View\\ViewException(code: 0): Using $this when not in object context (View: D:\\ICONIC\\Projects\\CRM\\vendor\\filament\\filament\\resources\\views\\components\\page\\index.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/c7a3501448a2e5b1b2bce6ead03bbbb7.php:38)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(103): Illuminate/View/View->render()
#9 D:/ICONIC/Projects/CRM/storage/framework/views/a5d274e79fb408d3a9e27b294e62162e.php(454): Illuminate/View/Factory->renderComponent()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#19 C:/Users/Iconic/.gemini/antigravity-ide/brain/8a154dc5-bb7d-47e9-92e3-dacdd07c7200/scratch/test_render.php(26): Illuminate/View/View->render()
#20 {main}

[previous exception] [object] (Error(code: 0): Using $this when not in object context at D:/ICONIC/Projects/CRM/storage/framework/views/c7a3501448a2e5b1b2bce6ead03bbbb7.php:38)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(103): Illuminate/View/View->render()
#10 D:/ICONIC/Projects/CRM/storage/framework/views/a5d274e79fb408d3a9e27b294e62162e.php(454): Illuminate/View/Factory->renderComponent()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#20 C:/Users/Iconic/.gemini/antigravity-ide/brain/8a154dc5-bb7d-47e9-92e3-dacdd07c7200/scratch/test_render.php(26): Illuminate/View/View->render()
#21 {main}
"} 
[2026-06-08 06:16:41] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 06:17:14] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 06:33:35] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.supervisor-simulator] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 06:38:28] local.ERROR: Method Filament\Forms\Components\TextInput::min does not exist. {"userId":1,"exception":"[object] (BadMethodCallException(code: 0): Method Filament\\Forms\\Components\\TextInput::min does not exist. at D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/Macroable.php:77)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/app/Filament/Resources/OrderResource.php(72): Filament/Support/Components/Component->__call()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(83): App/Filament/Resources/OrderResource::form()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(94): Filament/Resources/Pages/ListRecords->form()
#3 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): Filament/Resources/Pages/ListRecords->{closure:Filament/Resources/Pages/ListRecords::getDefaultActionSchemaResolver():94}()
#4 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/HasSchema.php(47): Filament/Support/Components/Component->evaluate()
#5 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(691): Filament/Actions/Action->getSchema()
#6 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(529): Filament/Pages/BasePage->getMountedActionSchema()
#7 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(486): Filament/Pages/BasePage->resolveActions()
#8 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(472): Filament/Pages/BasePage->cacheMountedActions()
#9 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(120): Filament/Pages/BasePage->getMountedAction()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Pages/BasePage->mountAction()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#45 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 06:38:36] local.ERROR: Method Filament\Forms\Components\TextInput::min does not exist. {"userId":1,"exception":"[object] (BadMethodCallException(code: 0): Method Filament\\Forms\\Components\\TextInput::min does not exist. at D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/Macroable.php:77)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/app/Filament/Resources/OrderResource.php(72): Filament/Support/Components/Component->__call()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(83): App/Filament/Resources/OrderResource::form()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(94): Filament/Resources/Pages/ListRecords->form()
#3 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): Filament/Resources/Pages/ListRecords->{closure:Filament/Resources/Pages/ListRecords::getDefaultActionSchemaResolver():94}()
#4 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/HasSchema.php(47): Filament/Support/Components/Component->evaluate()
#5 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(691): Filament/Actions/Action->getSchema()
#6 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(529): Filament/Pages/BasePage->getMountedActionSchema()
#7 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(486): Filament/Pages/BasePage->resolveActions()
#8 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(472): Filament/Pages/BasePage->cacheMountedActions()
#9 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(120): Filament/Pages/BasePage->getMountedAction()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Pages/BasePage->mountAction()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#45 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 06:40:42] local.ERROR: Method Filament\Forms\Components\TextInput::min does not exist. {"userId":1,"exception":"[object] (BadMethodCallException(code: 0): Method Filament\\Forms\\Components\\TextInput::min does not exist. at D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/Macroable.php:77)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/app/Filament/Resources/OrderResource.php(72): Filament/Support/Components/Component->__call()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(83): App/Filament/Resources/OrderResource::form()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(94): Filament/Resources/Pages/ListRecords->form()
#3 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): Filament/Resources/Pages/ListRecords->{closure:Filament/Resources/Pages/ListRecords::getDefaultActionSchemaResolver():94}()
#4 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/HasSchema.php(47): Filament/Support/Components/Component->evaluate()
#5 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(691): Filament/Actions/Action->getSchema()
#6 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(529): Filament/Pages/BasePage->getMountedActionSchema()
#7 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(486): Filament/Pages/BasePage->resolveActions()
#8 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(472): Filament/Pages/BasePage->cacheMountedActions()
#9 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(120): Filament/Pages/BasePage->getMountedAction()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Pages/BasePage->mountAction()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#45 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 06:53:54] testing.INFO: ProcessSiteEvent: Idempotency key 8bcb8b92-6dd3-4bf9-89bd-996a9ed7b488 already processed. Skipping.  
[2026-06-08 06:53:54] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-08 07:20:21] testing.INFO: ProcessSiteEvent: Idempotency key 0bc2d2aa-a16a-46b0-aa0a-0c84dd66d371 already processed. Skipping.  
[2026-06-08 07:20:22] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-08 07:20:24] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence update. Event time: 2026-06-03 12:00:00, Database newer: 2026-06-03 12:30:00  
[2026-06-08 07:20:25] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-08 07:43:19] testing.INFO: ProcessSiteEvent: Idempotency key 1ad10b53-21af-4c6a-aa29-6c3ac46a7f7b already processed. Skipping.  
[2026-06-08 07:43:20] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-08 07:43:22] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-08 07:43:23] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-08 07:43:26] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-08 07:46:34] local.INFO: SMS Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-06-08 07:46:34] local.INFO: WhatsApp Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-06-08 07:46:34] local.INFO: SMS Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-06-08 07:46:34] local.INFO: WhatsApp Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-06-08 07:46:34] local.INFO: SMS Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 07:46:34] local.INFO: WhatsApp Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 07:46:34] local.INFO: SMS Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 07:46:34] local.INFO: WhatsApp Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 07:46:34] local.INFO: SMS Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 07:46:34] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 07:46:34] local.INFO: SMS Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 07:46:34] local.INFO: WhatsApp Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 07:46:34] local.INFO: SMS Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-06-08 07:46:34] local.INFO: WhatsApp Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-06-08 07:46:34] local.INFO: SMS Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 07:46:34] local.INFO: WhatsApp Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 07:46:34] local.INFO: SMS Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 07:46:34] local.INFO: WhatsApp Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 07:46:34] local.INFO: SMS Sandbox: To: +254799000111, Message: Hi Anne Mutua! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-06-08 07:46:34] local.INFO: WhatsApp Sandbox: To: +254799000111, Message: Hi Anne Mutua! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-06-08 07:46:34] local.INFO: SMS Sandbox: To: +254700111222, Message: Hi Michael Otieno! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 07:46:34] local.INFO: WhatsApp Sandbox: To: +254700111222, Message: Hi Michael Otieno! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 07:46:34] local.INFO: SMS Sandbox: To: +254711222444, Message: Hi Lucy Chebet! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 07:46:34] local.INFO: WhatsApp Sandbox: To: +254711222444, Message: Hi Lucy Chebet! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 07:46:34] local.INFO: SMS Sandbox: To: +254711223344, Message: New Purchase Order #PO-2026-002 from CRM Manufacturing. Total: KES 220,000.00. Expected Delivery: Jun 15, 2026. Please confirm. Thank you!  
[2026-06-08 07:46:34] local.INFO: WhatsApp Sandbox: To: +254711223344, Message: New Purchase Order #PO-2026-002 from CRM Manufacturing. Total: KES 220,000.00. Expected Delivery: Jun 15, 2026. Please confirm. Thank you!  
[2026-06-08 08:13:30] local.ERROR: Declaration of App\Filament\Pages\SupervisorSimulator::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\Contracts\Auth\Authenticatable $tenant = null): string must be compatible with Filament\Pages\Page::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\Database\Eloquent\Model $tenant = null, bool $shouldGuessMissingParameters = false, ?string $configuration = null): string {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Declaration of App\\Filament\\Pages\\SupervisorSimulator::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\\Contracts\\Auth\\Authenticatable $tenant = null): string must be compatible with Filament\\Pages\\Page::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\\Database\\Eloquent\\Model $tenant = null, bool $shouldGuessMissingParameters = false, ?string $configuration = null): string at D:/ICONIC/Projects/CRM/app/Filament/Pages/SupervisorSimulator.php:31)
[stacktrace]
#0 {main}
"} 
[2026-06-08 08:13:31] local.ERROR: Declaration of App\Filament\Pages\SupervisorSimulator::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\Contracts\Auth\Authenticatable $tenant = null): string must be compatible with Filament\Pages\Page::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\Database\Eloquent\Model $tenant = null, bool $shouldGuessMissingParameters = false, ?string $configuration = null): string {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Declaration of App\\Filament\\Pages\\SupervisorSimulator::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\\Contracts\\Auth\\Authenticatable $tenant = null): string must be compatible with Filament\\Pages\\Page::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\\Database\\Eloquent\\Model $tenant = null, bool $shouldGuessMissingParameters = false, ?string $configuration = null): string at D:/ICONIC/Projects/CRM/app/Filament/Pages/SupervisorSimulator.php:31)
[stacktrace]
#0 {main}
"} 
[2026-06-08 08:13:32] local.ERROR: Declaration of App\Filament\Pages\SupervisorSimulator::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\Contracts\Auth\Authenticatable $tenant = null): string must be compatible with Filament\Pages\Page::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\Database\Eloquent\Model $tenant = null, bool $shouldGuessMissingParameters = false, ?string $configuration = null): string {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Declaration of App\\Filament\\Pages\\SupervisorSimulator::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\\Contracts\\Auth\\Authenticatable $tenant = null): string must be compatible with Filament\\Pages\\Page::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\\Database\\Eloquent\\Model $tenant = null, bool $shouldGuessMissingParameters = false, ?string $configuration = null): string at D:/ICONIC/Projects/CRM/app/Filament/Pages/SupervisorSimulator.php:31)
[stacktrace]
#0 {main}
"} 
[2026-06-08 08:28:30] local.ERROR: Declaration of App\Filament\Pages\SupervisorSimulator::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\Contracts\Auth\Authenticatable $tenant = null): string must be compatible with Filament\Pages\Page::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\Database\Eloquent\Model $tenant = null, bool $shouldGuessMissingParameters = false, ?string $configuration = null): string {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Declaration of App\\Filament\\Pages\\SupervisorSimulator::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\\Contracts\\Auth\\Authenticatable $tenant = null): string must be compatible with Filament\\Pages\\Page::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\\Database\\Eloquent\\Model $tenant = null, bool $shouldGuessMissingParameters = false, ?string $configuration = null): string at D:/ICONIC/Projects/CRM/app/Filament/Pages/SupervisorSimulator.php:31)
[stacktrace]
#0 {main}
"} 
[2026-06-08 08:57:03] local.ERROR: Declaration of App\Filament\Pages\SupervisorSimulator::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\Contracts\Auth\Authenticatable $tenant = null): string must be compatible with Filament\Pages\Page::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\Database\Eloquent\Model $tenant = null, bool $shouldGuessMissingParameters = false, ?string $configuration = null): string {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Declaration of App\\Filament\\Pages\\SupervisorSimulator::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\\Contracts\\Auth\\Authenticatable $tenant = null): string must be compatible with Filament\\Pages\\Page::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\\Database\\Eloquent\\Model $tenant = null, bool $shouldGuessMissingParameters = false, ?string $configuration = null): string at D:/ICONIC/Projects/CRM/app/Filament/Pages/SupervisorSimulator.php:31)
[stacktrace]
#0 {main}
"} 
[2026-06-08 08:57:23] local.ERROR: Declaration of App\Filament\Pages\SupervisorSimulator::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\Contracts\Auth\Authenticatable $tenant = null): string must be compatible with Filament\Pages\Page::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\Database\Eloquent\Model $tenant = null, bool $shouldGuessMissingParameters = false, ?string $configuration = null): string {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Declaration of App\\Filament\\Pages\\SupervisorSimulator::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\\Contracts\\Auth\\Authenticatable $tenant = null): string must be compatible with Filament\\Pages\\Page::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\\Database\\Eloquent\\Model $tenant = null, bool $shouldGuessMissingParameters = false, ?string $configuration = null): string at D:/ICONIC/Projects/CRM/app/Filament/Pages/SupervisorSimulator.php:31)
[stacktrace]
#0 {main}
"} 
[2026-06-08 10:32:33] local.ERROR: Declaration of App\Filament\Pages\SupervisorSimulator::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\Contracts\Auth\Authenticatable $tenant = null): string must be compatible with Filament\Pages\Page::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\Database\Eloquent\Model $tenant = null, bool $shouldGuessMissingParameters = false, ?string $configuration = null): string {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Declaration of App\\Filament\\Pages\\SupervisorSimulator::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\\Contracts\\Auth\\Authenticatable $tenant = null): string must be compatible with Filament\\Pages\\Page::getUrl(array $parameters = [], bool $isAbsolute = true, ?string $panel = null, ?Illuminate\\Database\\Eloquent\\Model $tenant = null, bool $shouldGuessMissingParameters = false, ?string $configuration = null): string at D:/ICONIC/Projects/CRM/app/Filament/Pages/SupervisorSimulator.php:31)
[stacktrace]
#0 {main}
"} 
[2026-06-08 11:08:38] testing.INFO: ProcessSiteEvent: Idempotency key f230bf77-3822-4590-9688-2b5d8b257b0f already processed. Skipping.  
[2026-06-08 11:08:38] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-08 11:08:39] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-08 11:08:39] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-08 11:08:40] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-08 11:10:27] testing.INFO: ProcessSiteEvent: Idempotency key c4c03718-d393-45b2-922e-b020ba64a826 already processed. Skipping.  
[2026-06-08 11:10:27] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-08 11:10:28] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-08 11:10:28] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-08 11:10:29] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-08 11:14:52] local.INFO: SMS Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-06-08 11:14:52] local.INFO: WhatsApp Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-06-08 11:14:52] local.INFO: SMS Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-06-08 11:14:52] local.INFO: WhatsApp Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-06-08 11:14:52] local.INFO: SMS Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 11:14:52] local.INFO: WhatsApp Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 11:14:52] local.INFO: SMS Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 11:14:52] local.INFO: WhatsApp Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 11:14:52] local.INFO: SMS Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 11:14:52] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 11:14:52] local.INFO: SMS Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 11:14:52] local.INFO: WhatsApp Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 11:14:52] local.INFO: SMS Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-06-08 11:14:52] local.INFO: WhatsApp Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-06-08 11:14:52] local.INFO: SMS Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 11:14:52] local.INFO: WhatsApp Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 11:14:52] local.INFO: SMS Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 11:14:52] local.INFO: WhatsApp Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 11:14:52] local.INFO: SMS Sandbox: To: +254799000111, Message: Hi Anne Mutua! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-06-08 11:14:52] local.INFO: WhatsApp Sandbox: To: +254799000111, Message: Hi Anne Mutua! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-06-08 11:14:52] local.INFO: SMS Sandbox: To: +254700111222, Message: Hi Michael Otieno! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 11:14:52] local.INFO: WhatsApp Sandbox: To: +254700111222, Message: Hi Michael Otieno! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 11:14:52] local.INFO: SMS Sandbox: To: +254711222444, Message: Hi Lucy Chebet! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 11:14:52] local.INFO: WhatsApp Sandbox: To: +254711222444, Message: Hi Lucy Chebet! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 11:14:52] local.INFO: SMS Sandbox: To: +254711223344, Message: New Purchase Order #PO-2026-002 from CRM Manufacturing. Total: KES 220,000.00. Expected Delivery: Jun 15, 2026. Please confirm. Thank you!  
[2026-06-08 11:14:52] local.INFO: WhatsApp Sandbox: To: +254711223344, Message: New Purchase Order #PO-2026-002 from CRM Manufacturing. Total: KES 220,000.00. Expected Delivery: Jun 15, 2026. Please confirm. Thank you!  
[2026-06-08 11:23:06] testing.INFO: ProcessSiteEvent: Idempotency key 10cae499-d52e-4d3f-91a3-4367aa46af12 already processed. Skipping.  
[2026-06-08 11:23:06] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-08 11:23:07] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-08 11:23:07] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-08 11:23:09] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-08 11:25:43] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 15 during check-in.  
[2026-06-08 12:08:21] local.ERROR: M-Pesa STK Push Error {"error":"cURL error 60: SSL certificate OpenSSL verify result: self-signed certificate in certificate chain (19) (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://sandbox.safaricom.co.ke/oauth/v1/generate?grant_type=client_credentials"} 
[2026-06-08 12:11:07] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:08] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:09] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:09] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:10] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:11] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:11] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:11] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:12] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:13] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:13] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:14] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:15] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:15] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:16] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:16] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:17] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:18] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:18] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:19] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:20] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:21] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:21] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:22] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:22] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:23] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:23] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:24] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:25] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:25] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:26] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:26] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:27] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:28] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:28] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:29] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:30] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:30] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:31] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:32] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:32] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:33] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:33] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:34] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:35] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:35] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:36] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:37] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:37] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:38] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:38] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:39] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:40] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:40] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:41] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:41] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:42] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:43] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:43] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:44] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:44] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:45] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:45] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:46] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:47] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:47] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:48] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:48] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:49] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:50] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:50] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:51] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:52] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:52] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:53] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:53] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:54] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:55] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:55] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:56] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:56] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:57] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:58] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:58] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:59] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:11:59] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:00] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:01] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:01] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:02] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:02] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:03] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:04] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:04] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:05] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:05] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:06] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:06] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:07] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:07] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:08] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:09] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:09] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:10] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:10] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:11] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:12] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:12] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:13] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:14] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:14] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:15] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:15] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:16] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:16] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:17] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:17] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:18] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:19] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:19] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:20] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:20] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:21] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:21] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:22] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:23] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:23] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:24] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:25] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:25] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:26] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:26] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:27] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:27] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:28] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:28] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:29] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:30] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:30] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:31] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:31] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:32] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:33] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:33] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:34] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:34] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:35] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:36] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:36] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:37] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:37] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:38] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:39] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:39] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:40] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:40] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:41] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:41] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:42] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:42] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:43] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:43] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:44] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:45] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:45] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:46] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:46] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:47] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:48] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:48] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:49] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:49] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:50] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:50] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:51] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:52] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:52] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:53] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:53] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:54] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:55] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:55] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:56] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:56] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:57] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:57] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:58] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:59] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:12:59] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:00] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:00] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:01] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:01] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:02] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:02] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:03] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:03] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:04] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:04] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:05] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:05] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:06] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:07] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:07] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:08] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:08] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:09] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:10] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:10] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:11] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:11] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:12] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:12] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:13] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:14] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:14] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:15] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:16] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:16] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:17] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:18] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:18] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:19] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:20] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:20] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:21] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:21] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:21] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:22] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:23] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:23] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:24] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:25] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:25] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:26] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:27] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:27] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:28] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:28] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:13:29] local.ERROR: Type of App\Filament\Pages\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\Pages\Page) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Type of App\\Filament\\Pages\\ManageSettings::$navigationGroup must be UnitEnum|string|null (as in class Filament\\Pages\\Page) at D:/ICONIC/Projects/CRM/app/Filament/Pages/ManageSettings.php:17)
[stacktrace]
#0 {main}
"} 
[2026-06-08 12:16:12] local.ERROR: Unable to locate a class or view for component [filament-panels::form.actions]. {"userId":22,"exception":"[object] (InvalidArgumentException(code: 0): Unable to locate a class or view for component [filament-panels::form.actions]. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php:315)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php(235): Illuminate/View/Compilers/ComponentTagCompiler->componentClass()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php(220): Illuminate/View/Compilers/ComponentTagCompiler->componentString()
#2 [internal function]: Illuminate/View/Compilers/ComponentTagCompiler->{closure:Illuminate/View/Compilers/ComponentTagCompiler::compileSelfClosingTags():215}()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php(215): preg_replace_callback()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php(89): Illuminate/View/Compilers/ComponentTagCompiler->compileSelfClosingTags()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php(76): Illuminate/View/Compilers/ComponentTagCompiler->compileTags()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(456): Illuminate/View/Compilers/ComponentTagCompiler->compile()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(288): Illuminate/View/Compilers/BladeCompiler->compileComponentTags()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(188): Illuminate/View/Compilers/BladeCompiler->compileString()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(68): Illuminate/View/Compilers/BladeCompiler->compile()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#28 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#30 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#49 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#58 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#82 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#84 {main}
"} 
[2026-06-08 12:20:46] local.INFO: SMS Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-06-08 12:20:46] local.INFO: WhatsApp Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-06-08 12:20:46] local.INFO: SMS Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-06-08 12:20:46] local.INFO: WhatsApp Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-06-08 12:20:46] local.INFO: SMS Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 12:20:46] local.INFO: WhatsApp Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 12:20:46] local.INFO: SMS Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 12:20:46] local.INFO: WhatsApp Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 12:20:46] local.INFO: SMS Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 12:20:46] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 12:20:46] local.INFO: SMS Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 12:20:46] local.INFO: WhatsApp Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 12:20:46] local.INFO: SMS Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-06-08 12:20:46] local.INFO: WhatsApp Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-06-08 12:20:46] local.INFO: SMS Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 12:20:46] local.INFO: WhatsApp Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 12:20:46] local.INFO: SMS Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 12:20:46] local.INFO: WhatsApp Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 12:20:46] local.INFO: SMS Sandbox: To: +254799000111, Message: Hi Anne Mutua! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-06-08 12:20:46] local.INFO: WhatsApp Sandbox: To: +254799000111, Message: Hi Anne Mutua! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-06-08 12:20:46] local.INFO: SMS Sandbox: To: +254700111222, Message: Hi Michael Otieno! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 12:20:46] local.INFO: WhatsApp Sandbox: To: +254700111222, Message: Hi Michael Otieno! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-06-08 12:20:46] local.INFO: SMS Sandbox: To: +254711222444, Message: Hi Lucy Chebet! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 12:20:46] local.INFO: WhatsApp Sandbox: To: +254711222444, Message: Hi Lucy Chebet! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-06-08 12:20:46] local.INFO: SMS Sandbox: To: +254711223344, Message: New Purchase Order #PO-2026-002 from CRM Manufacturing. Total: KES 220,000.00. Expected Delivery: Jun 15, 2026. Please confirm. Thank you!  
[2026-06-08 12:20:46] local.INFO: WhatsApp Sandbox: To: +254711223344, Message: New Purchase Order #PO-2026-002 from CRM Manufacturing. Total: KES 220,000.00. Expected Delivery: Jun 15, 2026. Please confirm. Thank you!  
[2026-06-08 12:22:09] testing.INFO: ProcessSiteEvent: Idempotency key b553c6ee-f177-419e-b9de-5f2a8dac9752 already processed. Skipping.  
[2026-06-08 12:22:09] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-08 12:22:09] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-08 12:22:10] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-08 12:22:11] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-08 12:29:24] testing.INFO: ProcessSiteEvent: Idempotency key 97b1c1bc-e563-436b-b468-252ea4221808 already processed. Skipping.  
[2026-06-08 12:29:25] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-08 12:29:25] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-08 12:29:26] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-08 12:29:27] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-08 12:31:48] testing.INFO: ProcessSiteEvent: Idempotency key b1b43f31-9197-4787-97b9-42514ed04c7c already processed. Skipping.  
[2026-06-08 12:31:49] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-08 12:31:49] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-08 12:31:50] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-08 12:31:51] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-08 12:33:36] testing.INFO: ProcessSiteEvent: Idempotency key f78d0e38-71a0-4ec4-9fd9-d944180cd762 already processed. Skipping.  
[2026-06-08 12:33:36] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-08 12:33:37] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-08 12:33:37] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-08 12:33:38] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-08 12:41:40] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:40] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:41] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:41] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:42] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:43] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:43] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:44] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:44] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:45] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:46] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:46] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:47] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:48] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:48] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:49] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:49] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:50] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:51] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:51] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:52] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:52] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:53] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:54] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:54] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:55] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:55] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:56] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:57] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:57] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:58] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:58] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:41:59] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:00] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:00] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:01] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:01] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:02] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:03] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:03] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:04] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:05] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:05] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:06] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:07] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:07] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:08] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:08] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(186): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(170): Illuminate/Foundation/Http/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#40 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#42 {main}
"} 
[2026-06-08 12:42:08] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:09] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:10] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:10] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:11] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:12] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:12] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:13] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:13] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:14] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:15] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:15] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:16] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:17] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:17] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:18] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:18] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(186): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(170): Illuminate/Foundation/Http/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#40 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#42 {main}
"} 
[2026-06-08 12:42:19] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:19] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:20] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:21] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:21] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:22] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:23] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:23] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:24] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:25] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:25] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:26] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:26] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:27] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:28] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:28] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:29] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:29] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:30] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:31] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:31] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:32] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:32] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:33] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:34] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:34] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:35] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:36] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:36] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:37] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:37] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:38] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:39] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:39] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:40] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:40] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:41] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:42] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:42] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:43] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:43] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:44] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:45] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:45] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:46] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:46] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:47] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:47] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:48] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:49] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:49] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:50] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:50] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:51] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:52] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:52] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:53] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:53] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:54] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:54] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:55] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:56] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:56] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:57] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:57] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:58] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:59] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:42:59] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:00] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:00] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:01] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:02] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:02] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:03] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:04] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:04] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:05] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:05] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:06] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:07] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:07] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:08] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:08] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:09] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:10] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:10] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:11] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:11] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:12] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:13] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:13] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:14] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:14] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:15] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:15] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:16] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:17] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:17] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:18] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:19] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:19] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:20] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:20] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:21] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:22] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:22] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:23] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:24] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:24] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:25] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:25] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:26] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:27] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:27] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:28] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:28] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:29] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:30] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:30] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:31] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:31] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:32] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:33] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:33] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:43:34] local.ERROR: syntax error, unexpected token ":" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token \":\" at D:/ICONIC/Projects/CRM/app/Filament/Resources/Sites/Schemas/SiteForm.php:2)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#1 [internal function]: Composer/Autoload/ClassLoader->loadClass()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(518): class_exists()
#3 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Panel/Concerns/HasComponents.php(347): Filament/Panel->discoverComponents()
#4 D:/ICONIC/Projects/CRM/app/Providers/Filament/AdminPanelProvider.php(61): Filament/Panel->discoverResources()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/PanelProvider.php(15): App/Providers/Filament/AdminPanelProvider->panel()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(266): Filament/PanelProvider->{closure:Filament/PanelProvider::register():15}()
#7 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Facades/Filament.php(192): value()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1623): Filament/Facades/Filament::{closure:Filament/Facades/Filament::registerPanel():192}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(1543): Illuminate/Container/Container->fireCallbackArray()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(954): Illuminate/Container/Container->fireResolvingCallbacks()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate/Container/Container->resolve()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate/Foundation/Application->resolve()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate/Container/Container->make()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(138): Illuminate/Foundation/Application->make()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/FilamentManager.php(382): app()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Filament/FilamentManager->getPanels()
#17 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(17): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(524): Illuminate/Support/ServiceProvider->{closure:D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php:16}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(480): Illuminate/Routing/Router->loadRoutes()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php(212): Illuminate/Routing/Router->group()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/routes/web.php(16): Illuminate/Routing/RouteRegistrar->group()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(201): require('...')
#23 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php(14): Illuminate/Support/ServiceProvider->loadRoutesFrom()
#24 D:/ICONIC/Projects/CRM/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php(85): Spatie/LaravelPackageTools/PackageServiceProvider->bootPackageRoutes()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie/LaravelPackageTools/PackageServiceProvider->boot()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1151): Illuminate/Container/Container->call()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1132): Illuminate/Foundation/Application->bootProvider()
#32 [internal function]: Illuminate/Foundation/Application->{closure:Illuminate/Foundation/Application::boot():1131}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1131): array_walk()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate/Foundation/Application->boot()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate/Foundation/Bootstrap/BootProviders->bootstrap()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(494): Illuminate/Foundation/Application->bootstrapWith()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Illuminate/Foundation/Console/Kernel->bootstrap()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#39 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#40 {main}
"} 
[2026-06-08 12:44:20] testing.INFO: ProcessSiteEvent: Idempotency key 0db18281-339c-4c6f-a29b-ccd1adf2bf1c already processed. Skipping.  
[2026-06-08 12:44:21] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-08 12:44:21] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-08 12:44:22] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-08 12:44:23] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-08 12:52:36] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:32] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:41] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:41] testing.INFO: ProcessSiteEvent: Idempotency key 473df664-4807-46eb-ab16-b5f7d292063f already processed. Skipping.  
[2026-06-08 12:53:42] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-08 12:53:42] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:42] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-08 12:53:42] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:43] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-08 12:53:43] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:44] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-08 12:53:44] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:45] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:46] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:47] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:48] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:49] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:50] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:53] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:54] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:55] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:57] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:53:59] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:00] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:02] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:03] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:05] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:06] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:08] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:09] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:10] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:11] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:13] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:15] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:16] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:18] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:19] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:20] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:22] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:23] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:24] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:25] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:27)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 12:54:31] local.ERROR: Method Livewire\Features\SupportRedirects\Redirector::layout does not exist. {"userId":1,"exception":"[object] (BadMethodCallException(code: 0): Method Livewire\\Features\\SupportRedirects\\Redirector::layout does not exist. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php:117)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(98): Illuminate/Routing/Redirector->__call()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(71): Livewire/Features/SupportPageComponents/SupportPageComponents::{closure:Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration():93}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): {closure:Livewire/once():66}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(252): Livewire/trigger()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#38 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#62 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#64 {main}
"} 
[2026-06-08 13:05:14] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:39)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-08 13:05:15] local.ERROR: Cannot modify header information - headers already sent by (output started at D:\ICONIC\Projects\CRM\vendor\livewire\livewire\src\Features\SupportMultipleRootElementDetection\SupportMultipleRootElementDetection.php:28) {"userId":1,"exception":"[object] (ErrorException(code: 0): Cannot modify header information - headers already sent by (output started at D:\\ICONIC\\Projects\\CRM\\vendor\\livewire\\livewire\\src\\Features\\SupportMultipleRootElementDetection\\SupportMultipleRootElementDetection.php:28) at D:/ICONIC/Projects/CRM/vendor/symfony/http-foundation/Response.php:322)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate/Foundation/Bootstrap/HandleExceptions->handleError()
#1 [internal function]: Illuminate/Foundation/Bootstrap/HandleExceptions->{closure:Illuminate/Foundation/Bootstrap/HandleExceptions::forwardsTo():257}()
#2 D:/ICONIC/Projects/CRM/vendor/symfony/http-foundation/Response.php(322): header()
#3 D:/ICONIC/Projects/CRM/vendor/symfony/http-foundation/Response.php(401): Symfony/Component/HttpFoundation/Response->sendHeaders()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Symfony/Component/HttpFoundation/Response->send()
#5 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#7 {main}
"} 
[2026-06-08 13:05:15] local.ERROR: Uncaught ErrorException: Cannot modify header information - headers already sent by (output started at D:\ICONIC\Projects\CRM\vendor\livewire\livewire\src\Features\SupportMultipleRootElementDetection\SupportMultipleRootElementDetection.php:28) in D:\ICONIC\Projects\CRM\vendor\symfony\http-foundation\Response.php:322
Stack trace:
#0 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\HandleExceptions.php(258): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
#1 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->{closure:Illuminate\Foundation\Bootstrap\HandleExceptions::forwardsTo():257}()
#2 D:\ICONIC\Projects\CRM\vendor\symfony\http-foundation\Response.php(322): header()
#3 D:\ICONIC\Projects\CRM\vendor\symfony\http-foundation\Response.php(401): Symfony\Component\HttpFoundation\Response->sendHeaders()
#4 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\HandleExceptions.php(221): Symfony\Component\HttpFoundation\Response->send()
#5 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\HandleExceptions.php(198): Illuminate\Foundation\Bootstrap\HandleExceptions->renderHttpResponse()
#6 D:\ICONIC\Projects\CRM\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\HandleExceptions.php(258): Illuminate\Foundation\Bootstrap\HandleExceptions->handleException()
#7 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->{closure:Illuminate\Foundation\Bootstrap\HandleExceptions::forwardsTo():257}()
#8 {main}
  thrown {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Uncaught ErrorException: Cannot modify header information - headers already sent by (output started at D:\\ICONIC\\Projects\\CRM\\vendor\\livewire\\livewire\\src\\Features\\SupportMultipleRootElementDetection\\SupportMultipleRootElementDetection.php:28) in D:\\ICONIC\\Projects\\CRM\\vendor\\symfony\\http-foundation\\Response.php:322
Stack trace:
#0 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Bootstrap\\HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#2 D:\\ICONIC\\Projects\\CRM\\vendor\\symfony\\http-foundation\\Response.php(322): header()
#3 D:\\ICONIC\\Projects\\CRM\\vendor\\symfony\\http-foundation\\Response.php(401): Symfony\\Component\\HttpFoundation\\Response->sendHeaders()
#4 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Bootstrap\\HandleExceptions.php(221): Symfony\\Component\\HttpFoundation\\Response->send()
#5 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Bootstrap\\HandleExceptions.php(198): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()
#6 D:\\ICONIC\\Projects\\CRM\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Bootstrap\\HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()
#7 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}()
#8 {main}
  thrown at D:/ICONIC/Projects/CRM/vendor/symfony/http-foundation/Response.php:322)
[stacktrace]
#0 {main}
"} 
[2026-06-08 13:05:19] local.ERROR: Method Livewire\Features\SupportRedirects\Redirector::layout does not exist. {"userId":1,"exception":"[object] (BadMethodCallException(code: 0): Method Livewire\\Features\\SupportRedirects\\Redirector::layout does not exist. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php:117)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(98): Illuminate/Routing/Redirector->__call()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(71): Livewire/Features/SupportPageComponents/SupportPageComponents::{closure:Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration():93}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): {closure:Livewire/once():66}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(252): Livewire/trigger()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#38 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#62 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#64 {main}
"} 
[2026-06-08 13:12:19] local.ERROR: Method Livewire\Features\SupportRedirects\Redirector::layout does not exist. {"userId":1,"exception":"[object] (BadMethodCallException(code: 0): Method Livewire\\Features\\SupportRedirects\\Redirector::layout does not exist. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php:117)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(98): Illuminate/Routing/Redirector->__call()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(71): Livewire/Features/SupportPageComponents/SupportPageComponents::{closure:Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration():93}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): {closure:Livewire/once():66}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(252): Livewire/trigger()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#38 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#62 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#64 {main}
"} 
[2026-06-08 13:14:36] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 4 during check-in.  
[2026-06-08 13:40:29] local.ERROR: The process "C:\Users\Iconic\AppData\Local\Microsoft\WinGet\Packages\PHP.PHP.8.5_Microsoft.Winget.Source_8wekyb3d8bbwe\php.exe artisan queue:work --once "--name=default" "--queue=default" "--backoff=0" "--memory=128" "--sleep=3" "--tries=1"" exceeded the timeout of 60 seconds. {"exception":"[object] (Symfony\\Component\\Process\\Exception\\ProcessTimedOutException(code: 0): The process \"C:\\Users\\Iconic\\AppData\\Local\\Microsoft\\WinGet\\Packages\\PHP.PHP.8.5_Microsoft.Winget.Source_8wekyb3d8bbwe\\php.exe artisan queue:work --once \"--name=default\" \"--queue=default\" \"--backoff=0\" \"--memory=128\" \"--sleep=3\" \"--tries=1\"\" exceeded the timeout of 60 seconds. at D:/ICONIC/Projects/CRM/vendor/symfony/process/Process.php:1211)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/process/Process.php(477): Symfony/Component/Process/Process->checkTimeout()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/process/Process.php(265): Symfony/Component/Process/Process->wait()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/Listener.php(180): Symfony/Component/Process/Process->run()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/Listener.php(91): Illuminate/Queue/Listener->runProcess()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/Console/ListenCommand.php(74): Illuminate/Queue/Listener->listen()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Queue/Console/ListenCommand->handle()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#11 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#13 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#14 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#15 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#18 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#19 {main}
"} 
[2026-06-08 16:08:42] local.ERROR: Method Livewire\Features\SupportRedirects\Redirector::layout does not exist. {"exception":"[object] (BadMethodCallException(code: 0): Method Livewire\\Features\\SupportRedirects\\Redirector::layout does not exist. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php:117)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(98): Illuminate/Routing/Redirector->__call()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(71): Livewire/Features/SupportPageComponents/SupportPageComponents::{closure:Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration():93}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): {closure:Livewire/once():66}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(252): Livewire/trigger()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#38 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#62 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#64 {main}
"} 
[2026-06-09 07:08:44] local.INFO: SMS Sandbox: To: +254733444555, Message: Order #ORD-2026-004 update: Status is now Qc. Thank you for your business!  
[2026-06-09 07:08:44] local.INFO: WhatsApp Sandbox: To: +254733444555, Message: Order #ORD-2026-004 update: Status is now Qc. Thank you for your business!  
[2026-06-09 07:09:11] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at D:/ICONIC/Projects/CRM/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php:24)
[stacktrace]
#0 {main}
"} 
[2026-06-09 07:09:27] local.INFO: SMS Sandbox: To: +254711222444, Message: Order #ORD-2026-012 update: Status is now Qc. Thank you for your business!  
[2026-06-09 07:09:27] local.INFO: WhatsApp Sandbox: To: +254711222444, Message: Order #ORD-2026-012 update: Status is now Qc. Thank you for your business!  
[2026-06-09 07:09:38] local.INFO: SMS Sandbox: To: +254722333444, Message: Order #ORD-2026-003 update: Status is now Qc. Thank you for your business!  
[2026-06-09 07:09:38] local.INFO: WhatsApp Sandbox: To: +254722333444, Message: Order #ORD-2026-003 update: Status is now Qc. Thank you for your business!  
[2026-06-09 07:17:48] local.INFO: SMS Sandbox: To: +254744555666, Message: Order #ORD-2026-005 update: Status is now In progress. Thank you for your business!  
[2026-06-09 07:17:48] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Order #ORD-2026-005 update: Status is now In progress. Thank you for your business!  
[2026-06-09 07:51:27] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at D:/ICONIC/Projects/CRM/storage/framework/views/e66b8285774e996312574fdf7732bbdf.php:1)
[stacktrace]
#0 {main}
"} 
[2026-06-09 08:25:33] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at D:/ICONIC/Projects/CRM/storage/framework/views/6e2b9b2909cbf28961a9422c910c5b5b.php:5)
[stacktrace]
#0 {main}
"} 
[2026-06-09 08:30:41] local.ERROR: Class "Filament\Forms\Components\Section" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Forms\\Components\\Section\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/RoleResource.php:44)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/CreateRecord.php(316): App/Filament/Resources/RoleResource::form()
#1 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/InteractsWithSchemas.php(298): Filament/Resources/Pages/CreateRecord->form()
#2 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/InteractsWithSchemas.php(320): Filament/Pages/BasePage->cacheSchema()
#3 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/ResolvesDynamicLivewireProperties.php(26): Filament/Pages/BasePage->getSchema()
#4 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/CreateRecord.php(76): Filament/Pages/BasePage->__get()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/CreateRecord.php(62): Filament/Resources/Pages/CreateRecord->fillForm()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/CreateRecord->mount()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(134): Livewire/Wrapped->__call()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(20): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callHook()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#28 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#30 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#49 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#58 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#82 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#84 {main}
"} 
[2026-06-09 08:31:00] local.ERROR: Class "Filament\Forms\Components\Section" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Forms\\Components\\Section\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/RoleResource.php:44)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/EditRecord.php(368): App/Filament/Resources/RoleResource::form()
#1 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/InteractsWithSchemas.php(298): Filament/Resources/Pages/EditRecord->form()
#2 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/InteractsWithSchemas.php(320): Filament/Pages/BasePage->cacheSchema()
#3 D:/ICONIC/Projects/CRM/vendor/filament/schemas/src/Concerns/ResolvesDynamicLivewireProperties.php(26): Filament/Pages/BasePage->getSchema()
#4 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/EditRecord.php(123): Filament/Pages/BasePage->__get()
#5 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/EditRecord.php(106): Filament/Resources/Pages/EditRecord->fillFormWithDataAndCallHooks()
#6 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/EditRecord.php(93): Filament/Resources/Pages/EditRecord->fillForm()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/EditRecord->mount()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(134): Livewire/Wrapped->__call()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(20): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callHook()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#23 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#29 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#31 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#50 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#59 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#82 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#83 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#84 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#85 {main}
"} 
[2026-06-09 10:11:16] testing.INFO: ProcessSiteEvent: Idempotency key d4083592-1d19-4351-9cfd-cf73a28f9f5e already processed. Skipping.  
[2026-06-09 10:11:17] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-09 10:11:18] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-09 10:11:18] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-09 10:11:19] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-09 10:16:26] local.ERROR: Class "Filament\Tables\Actions\Action" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Tables\\Actions\\Action\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/ImportHistoryResource.php:103)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Resource.php(70): App/Filament/Resources/ImportHistoryResource::table()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(213): Filament/Resources/Resource::configureTable()
#2 D:/ICONIC/Projects/CRM/vendor/filament/tables/src/Concerns/InteractsWithTable.php(47): Filament/Resources/Pages/ListRecords->makeTable()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/ListRecords->bootedInteractsWithTable()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(144): Livewire/Wrapped->__call()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(24): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callTraitHook()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#27 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#46 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#55 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#79 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#81 {main}
"} 
[2026-06-09 10:17:38] local.ERROR: Class "Filament\Tables\Actions\Action" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Tables\\Actions\\Action\" not found at D:/ICONIC/Projects/CRM/app/Filament/Resources/ImportHistoryResource.php:103)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Resource.php(70): App/Filament/Resources/ImportHistoryResource::table()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(213): Filament/Resources/Resource::configureTable()
#2 D:/ICONIC/Projects/CRM/vendor/filament/tables/src/Concerns/InteractsWithTable.php(47): Filament/Resources/Pages/ListRecords->makeTable()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/ListRecords->bootedInteractsWithTable()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(144): Livewire/Wrapped->__call()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(24): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callTraitHook()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#27 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#46 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#55 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#79 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#81 {main}
"} 
[2026-06-09 10:39:04] local.ERROR: Undefined constant "scanning" (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\nfc-card-manager.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Undefined constant \"scanning\" (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\nfc-card-manager.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/28e5bc4bee9ff0b94fe1c10989565f28.php:218)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Undefined constant \"scanning\" at D:/ICONIC/Projects/CRM/storage/framework/views/28e5bc4bee9ff0b94fe1c10989565f28.php:218)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/NFCCardManager->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-06-09 11:27:09] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 4 during check-in.  
[2026-06-09 11:41:18] local.ERROR: Undefined constant "scanningBle" (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\nfc-card-manager.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Undefined constant \"scanningBle\" (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\nfc-card-manager.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/28e5bc4bee9ff0b94fe1c10989565f28.php:433)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Undefined constant \"scanningBle\" at D:/ICONIC/Projects/CRM/storage/framework/views/28e5bc4bee9ff0b94fe1c10989565f28.php:433)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/NFCCardManager->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-06-09 13:14:29] local.ERROR: Unable to locate a class or view for component [filament::grid]. {"userId":1,"exception":"[object] (InvalidArgumentException(code: 0): Unable to locate a class or view for component [filament::grid]. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php:315)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php(235): Illuminate/View/Compilers/ComponentTagCompiler->componentClass()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php(156): Illuminate/View/Compilers/ComponentTagCompiler->componentString()
#2 [internal function]: Illuminate/View/Compilers/ComponentTagCompiler->{closure:Illuminate/View/Compilers/ComponentTagCompiler::compileOpeningTags():151}()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php(151): preg_replace_callback()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php(90): Illuminate/View/Compilers/ComponentTagCompiler->compileOpeningTags()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php(76): Illuminate/View/Compilers/ComponentTagCompiler->compileTags()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(456): Illuminate/View/Compilers/ComponentTagCompiler->compile()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(288): Illuminate/View/Compilers/BladeCompiler->compileComponentTags()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(188): Illuminate/View/Compilers/BladeCompiler->compileString()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(68): Illuminate/View/Compilers/BladeCompiler->compile()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#28 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#30 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#49 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#58 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#82 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#84 {main}
"} 
[2026-06-09 13:15:12] local.ERROR: Unable to locate a class or view for component [filament::grid]. {"userId":1,"exception":"[object] (InvalidArgumentException(code: 0): Unable to locate a class or view for component [filament::grid]. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php:315)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php(235): Illuminate/View/Compilers/ComponentTagCompiler->componentClass()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php(156): Illuminate/View/Compilers/ComponentTagCompiler->componentString()
#2 [internal function]: Illuminate/View/Compilers/ComponentTagCompiler->{closure:Illuminate/View/Compilers/ComponentTagCompiler::compileOpeningTags():151}()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php(151): preg_replace_callback()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php(90): Illuminate/View/Compilers/ComponentTagCompiler->compileOpeningTags()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php(76): Illuminate/View/Compilers/ComponentTagCompiler->compileTags()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(456): Illuminate/View/Compilers/ComponentTagCompiler->compile()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(288): Illuminate/View/Compilers/BladeCompiler->compileComponentTags()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(188): Illuminate/View/Compilers/BladeCompiler->compileString()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(68): Illuminate/View/Compilers/BladeCompiler->compile()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#22 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#28 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#30 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#49 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#58 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#82 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#84 {main}
"} 
[2026-06-09 13:15:51] local.ERROR: Undefined constant "scanning" (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\nfc-card-manager.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Undefined constant \"scanning\" (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\nfc-card-manager.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/28e5bc4bee9ff0b94fe1c10989565f28.php:206)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Undefined constant \"scanning\" at D:/ICONIC/Projects/CRM/storage/framework/views/28e5bc4bee9ff0b94fe1c10989565f28.php:206)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/NFCCardManager->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-06-09 13:16:07] local.ERROR: Undefined constant "scanning" (View: D:\ICONIC\Projects\CRM\resources\views\filament\pages\nfc-card-manager.blade.php) {"userId":1,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Undefined constant \"scanning\" (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\filament\\pages\\nfc-card-manager.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/28e5bc4bee9ff0b94fe1c10989565f28.php:206)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}

[previous exception] [object] (Error(code: 0): Undefined constant \"scanning\" at D:/ICONIC/Projects/CRM/storage/framework/views/28e5bc4bee9ff0b94fe1c10989565f28.php:206)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App/Filament/Pages/NFCCardManager->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#21 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#23 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#42 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#51 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#75 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#77 {main}
"} 
[2026-06-16 06:01:37] local.ERROR: Method Livewire\Features\SupportRedirects\Redirector::layout does not exist. {"userId":1,"exception":"[object] (BadMethodCallException(code: 0): Method Livewire\\Features\\SupportRedirects\\Redirector::layout does not exist. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php:117)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(98): Illuminate/Routing/Redirector->__call()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(71): Livewire/Features/SupportPageComponents/SupportPageComponents::{closure:Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration():93}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): {closure:Livewire/once():66}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(252): Livewire/trigger()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#38 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#62 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#64 {main}
"} 
[2026-06-16 06:19:38] local.ERROR: Cannot redeclare non static Filament\Pages\Page::$view as static App\Filament\Resources\SitePresenceResource\Pages\ManageSitePresences::$view {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Pages\\Page::$view as static App\\Filament\\Resources\\SitePresenceResource\\Pages\\ManageSitePresences::$view at D:/ICONIC/Projects/CRM/app/Filament/Resources/SitePresenceResource/Pages/ManageSitePresences.php:12)
[stacktrace]
#0 {main}
"} 
[2026-06-16 07:46:38] local.ERROR: Cannot redeclare non static Filament\Pages\Page::$view as static App\Filament\Resources\SitePresenceResource\Pages\ManageSitePresences::$view {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Pages\\Page::$view as static App\\Filament\\Resources\\SitePresenceResource\\Pages\\ManageSitePresences::$view at D:/ICONIC/Projects/CRM/app/Filament/Resources/SitePresenceResource/Pages/ManageSitePresences.php:11)
[stacktrace]
#0 {main}
"} 
[2026-06-16 07:47:03] local.ERROR: Cannot redeclare non static Filament\Pages\Page::$view as static App\Filament\Resources\SitePresenceResource\Pages\ManageSitePresences::$view {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Pages\\Page::$view as static App\\Filament\\Resources\\SitePresenceResource\\Pages\\ManageSitePresences::$view at D:/ICONIC/Projects/CRM/app/Filament/Resources/SitePresenceResource/Pages/ManageSitePresences.php:11)
[stacktrace]
#0 {main}
"} 
[2026-06-16 07:47:05] local.ERROR: Cannot redeclare non static Filament\Pages\Page::$view as static App\Filament\Resources\SitePresenceResource\Pages\ManageSitePresences::$view {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot redeclare non static Filament\\Pages\\Page::$view as static App\\Filament\\Resources\\SitePresenceResource\\Pages\\ManageSitePresences::$view at D:/ICONIC/Projects/CRM/app/Filament/Resources/SitePresenceResource/Pages/ManageSitePresences.php:11)
[stacktrace]
#0 {main}
"} 
[2026-06-16 07:47:26] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.resources.site-presence-resource.pages.manage-site-presences] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.resources.site-presence-resource.pages.manage-site-presences] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-16 07:49:20] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.resources.site-presence-resource.pages.manage-site-presences] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.resources.site-presence-resource.pages.manage-site-presences] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-17 12:03:58] local.ERROR: Method Filament\Forms\Components\TextInput::min does not exist. {"userId":1,"exception":"[object] (BadMethodCallException(code: 0): Method Filament\\Forms\\Components\\TextInput::min does not exist. at D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/Macroable.php:77)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/app/Filament/Resources/OrderResource.php(72): Filament/Support/Components/Component->__call()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(83): App/Filament/Resources/OrderResource::form()
#2 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(94): Filament/Resources/Pages/ListRecords->form()
#3 D:/ICONIC/Projects/CRM/vendor/filament/support/src/Concerns/EvaluatesClosures.php(36): Filament/Resources/Pages/ListRecords->{closure:Filament/Resources/Pages/ListRecords::getDefaultActionSchemaResolver():94}()
#4 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/HasSchema.php(47): Filament/Support/Components/Component->evaluate()
#5 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(691): Filament/Actions/Action->getSchema()
#6 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(529): Filament/Pages/BasePage->getMountedActionSchema()
#7 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(486): Filament/Pages/BasePage->resolveActions()
#8 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(472): Filament/Pages/BasePage->cacheMountedActions()
#9 D:/ICONIC/Projects/CRM/vendor/filament/actions/src/Concerns/InteractsWithActions.php(120): Filament/Pages/BasePage->getMountedAction()
#10 D:/ICONIC/Projects/CRM/vendor/filament/tables/src/Concerns/HasActions.php(29): Filament/Pages/BasePage->mountAction()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/ListRecords->mountTableAction()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(492): Livewire/Wrapped->__call()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(101): Livewire/Mechanisms/HandleComponents/HandleComponents->callMethods()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(102): Livewire/Mechanisms/HandleComponents/HandleComponents->update()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(35): Livewire/LivewireManager->update()
#20 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleRequests/HandleRequests.php(129): Livewire/Volt/LivewireManager->update()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Mechanisms/HandleRequests/HandleRequests->handleUpdate()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#46 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(47): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#68 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#70 {main}
"} 
[2026-06-19 10:28:44] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:191)
[stacktrace]
#0 {main}
"} 
[2026-06-20 09:00:30] local.ERROR: Trait "Laravel\Sanctum\HasApiTokens" not found {"exception":"[object] (Error(code: 0): Trait \"Laravel\\Sanctum\\HasApiTokens\" not found at D:/ICONIC/Projects/CRM/app/Models/User.php:19)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(576): include()
#1 D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php(427): {closure:Composer/Autoload/ClassLoader::initializeIncludeClosure():575}()
#2 D:/ICONIC/Projects/CRM/database/seeders/DatabaseSeeder.php(32): Composer/Autoload/ClassLoader->loadClass()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Database/Seeders/DatabaseSeeder->run()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(184): Illuminate/Container/Container->call()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(191): Illuminate/Database/Seeder->{closure:Illuminate/Database/Seeder::__invoke():183}()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(71): Illuminate/Database/Seeder->__invoke()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(181): Illuminate/Database/Console/Seeds/SeedCommand->{closure:Illuminate/Database/Console/Seeds/SeedCommand::handle():70}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate/Database/Eloquent/Model::unguarded()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate/Database/Console/Seeds/SeedCommand->handle()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate/Container/Container->call()
#19 D:/ICONIC/Projects/CRM/vendor/symfony/console/Command/Command.php(291): Illuminate/Console/Command->execute()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony/Component/Console/Command/Command->run()
#21 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(1107): Illuminate/Console/Command->run()
#22 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(356): Symfony/Component/Console/Application->doRunCommand()
#23 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#26 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#27 {main}
"} 
[2026-06-20 09:05:43] local.INFO: SMS Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-06-20 09:05:43] local.INFO: WhatsApp Sandbox: To: +254701111222, Message: Hi John Kamau! Your order #ORD-2026-001 (KES 90,000.00) has been received. Status: Completed. Thank you!  
[2026-06-20 09:05:43] local.INFO: SMS Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-06-20 09:05:43] local.INFO: WhatsApp Sandbox: To: +254711222333, Message: Hi Grace Akinyi! Your order #ORD-2026-002 (KES 140,000.00) has been received. Status: Shipped. Thank you!  
[2026-06-20 09:05:43] local.INFO: SMS Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-06-20 09:05:43] local.INFO: WhatsApp Sandbox: To: +254722333444, Message: Hi Peter Mwangi! Your order #ORD-2026-003 (KES 125,000.00) has been received. Status: In progress. Thank you!  
[2026-06-20 09:05:43] local.INFO: SMS Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-06-20 09:05:43] local.INFO: WhatsApp Sandbox: To: +254733444555, Message: Hi Sarah Njeri! Your order #ORD-2026-004 (KES 185,000.00) has been received. Status: In progress. Thank you!  
[2026-06-20 09:05:43] local.INFO: SMS Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-06-20 09:05:43] local.INFO: WhatsApp Sandbox: To: +254744555666, Message: Hi David Ochieng! Your order #ORD-2026-005 (KES 88,000.00) has been received. Status: Queued. Thank you!  
[2026-06-20 09:05:43] local.INFO: SMS Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-06-20 09:05:43] local.INFO: WhatsApp Sandbox: To: +254755666777, Message: Hi Mary Wambui! Your order #ORD-2026-006 (KES 170,000.00) has been received. Status: Queued. Thank you!  
[2026-06-20 09:05:43] local.INFO: SMS Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-06-20 09:05:43] local.INFO: WhatsApp Sandbox: To: +254766777888, Message: Hi James Kariuki! Your order #ORD-2026-007 (KES 325,000.00) has been received. Status: Qc. Thank you!  
[2026-06-20 09:05:43] local.INFO: SMS Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-06-20 09:05:43] local.INFO: WhatsApp Sandbox: To: +254777888999, Message: Hi Elizabeth Adhiambo! Your order #ORD-2026-008 (KES 96,000.00) has been received. Status: Queued. Thank you!  
[2026-06-20 09:05:43] local.INFO: SMS Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-06-20 09:05:43] local.INFO: WhatsApp Sandbox: To: +254788999000, Message: Hi Robert Kimani! Your order #ORD-2026-009 (KES 275,000.00) has been received. Status: In progress. Thank you!  
[2026-06-20 09:05:43] local.INFO: SMS Sandbox: To: +254799000111, Message: Hi Anne Mutua! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-06-20 09:05:43] local.INFO: WhatsApp Sandbox: To: +254799000111, Message: Hi Anne Mutua! Your order #ORD-2026-010 (KES 33,750.00) has been received. Status: Queued. Thank you!  
[2026-06-20 09:05:43] local.INFO: SMS Sandbox: To: +254700111222, Message: Hi Michael Otieno! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-06-20 09:05:43] local.INFO: WhatsApp Sandbox: To: +254700111222, Message: Hi Michael Otieno! Your order #ORD-2026-011 (KES 450,000.00) has been received. Status: Queued. Thank you!  
[2026-06-20 09:05:43] local.INFO: SMS Sandbox: To: +254711222444, Message: Hi Lucy Chebet! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-06-20 09:05:43] local.INFO: WhatsApp Sandbox: To: +254711222444, Message: Hi Lucy Chebet! Your order #ORD-2026-012 (KES 84,000.00) has been received. Status: In progress. Thank you!  
[2026-06-20 09:05:43] local.INFO: SMS Sandbox: To: +254711223344, Message: New Purchase Order #PO-2026-002 from CRM Manufacturing. Total: KES 220,000.00. Expected Delivery: Jun 27, 2026. Please confirm. Thank you!  
[2026-06-20 09:05:43] local.INFO: WhatsApp Sandbox: To: +254711223344, Message: New Purchase Order #PO-2026-002 from CRM Manufacturing. Total: KES 220,000.00. Expected Delivery: Jun 27, 2026. Please confirm. Thank you!  
[2026-06-20 09:07:11] testing.ERROR: Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\ICONIC\Projects\CRM\resources\views\livewire\layout\navigation.blade.php) (View: D:\ICONIC\Projects\CRM\resources\views\livewire\layout\navigation.blade.php) (View: D:\ICONIC\Projects\CRM\resources\views\livewire\layout\navigation.blade.php) {"userId":3,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php(41): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/EnsureEmailIsVerified->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#68 D:/ICONIC/Projects/CRM/tests/Feature/Auth/AuthenticationTest.php(63): Illuminate/Foundation/Testing/TestCase->get()
#69 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/Auth/AuthenticationTest->test_navigation_menu_can_be_rendered()
#70 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#71 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#72 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#73 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#74 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#75 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#76 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#77 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#78 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#79 {main}

[previous exception] [object] (Illuminate\\View\\ViewException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(99): Illuminate/View/View->render()
#9 D:/ICONIC/Projects/CRM/storage/framework/views/c5ecc4de5ab9fb0adbe23be82d8eafbe.php(47): Illuminate/View/Factory->renderComponent()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php(41): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/EnsureEmailIsVerified->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#54 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#79 D:/ICONIC/Projects/CRM/tests/Feature/Auth/AuthenticationTest.php(63): Illuminate/Foundation/Testing/TestCase->get()
#80 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/Auth/AuthenticationTest->test_navigation_menu_can_be_rendered()
#81 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#82 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#83 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#84 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#85 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#86 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#87 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#88 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#89 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#90 {main}

[previous exception] [object] (Illuminate\\View\\ViewException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/storage/framework/views/352c5d878104ece8777a238c07886523.php(29): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(99): Illuminate/View/View->render()
#24 D:/ICONIC/Projects/CRM/storage/framework/views/c5ecc4de5ab9fb0adbe23be82d8eafbe.php(47): Illuminate/View/Factory->renderComponent()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#28 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#30 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php(41): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/EnsureEmailIsVerified->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#69 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#82 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#84 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#85 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#86 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#87 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#88 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#89 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#90 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#91 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#92 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#93 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#94 D:/ICONIC/Projects/CRM/tests/Feature/Auth/AuthenticationTest.php(63): Illuminate/Foundation/Testing/TestCase->get()
#95 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/Auth/AuthenticationTest->test_navigation_menu_can_be_rendered()
#96 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#97 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#98 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#99 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#100 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#101 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#102 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#103 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#104 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#105 {main}

[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(870): Illuminate/Routing/UrlGenerator->route()
#1 D:/ICONIC/Projects/CRM/storage/framework/views/2cb83947e061b62e214541c273e4f668.php(157): route()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include('...')
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): Livewire/Volt/Component@anonymous->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#15 D:/ICONIC/Projects/CRM/storage/framework/views/352c5d878104ece8777a238c07886523.php(29): Livewire/Volt/LivewireManager->mount()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(99): Illuminate/View/View->render()
#26 D:/ICONIC/Projects/CRM/storage/framework/views/c5ecc4de5ab9fb0adbe23be82d8eafbe.php(47): Illuminate/View/Factory->renderComponent()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#30 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#32 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php(41): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/EnsureEmailIsVerified->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#71 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#82 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#84 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#85 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#86 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#87 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#88 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#89 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#90 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#91 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#92 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#93 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#94 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#95 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#96 D:/ICONIC/Projects/CRM/tests/Feature/Auth/AuthenticationTest.php(63): Illuminate/Foundation/Testing/TestCase->get()
#97 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/Auth/AuthenticationTest->test_navigation_menu_can_be_rendered()
#98 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#99 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#100 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#101 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#102 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#103 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#104 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#105 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#106 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#107 {main}
"} 
[2026-06-20 09:07:38] testing.ERROR: Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\ICONIC\Projects\CRM\resources\views\livewire\layout\navigation.blade.php) (View: D:\ICONIC\Projects\CRM\resources\views\livewire\layout\navigation.blade.php) (View: D:\ICONIC\Projects\CRM\resources\views\livewire\layout\navigation.blade.php) {"userId":21,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#41 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#66 D:/ICONIC/Projects/CRM/tests/Feature/ProfileTest.php(18): Illuminate/Foundation/Testing/TestCase->get()
#67 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/ProfileTest->test_profile_page_is_displayed()
#68 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#69 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#70 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#71 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#72 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#73 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#74 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#75 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#76 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#77 {main}

[previous exception] [object] (Illuminate\\View\\ViewException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(99): Illuminate/View/View->render()
#9 D:/ICONIC/Projects/CRM/storage/framework/views/43e8859715f209ebbf7be72d5a39301d.php(99): Illuminate/View/Factory->renderComponent()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#52 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#77 D:/ICONIC/Projects/CRM/tests/Feature/ProfileTest.php(18): Illuminate/Foundation/Testing/TestCase->get()
#78 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/ProfileTest->test_profile_page_is_displayed()
#79 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#80 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#81 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#82 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#83 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#84 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#85 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#86 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#87 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#88 {main}

[previous exception] [object] (Illuminate\\View\\ViewException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/storage/framework/views/352c5d878104ece8777a238c07886523.php(29): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(99): Illuminate/View/View->render()
#24 D:/ICONIC/Projects/CRM/storage/framework/views/43e8859715f209ebbf7be72d5a39301d.php(99): Illuminate/View/Factory->renderComponent()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#28 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#30 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#67 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#82 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#84 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#85 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#86 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#87 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#88 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#89 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#90 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#91 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#92 D:/ICONIC/Projects/CRM/tests/Feature/ProfileTest.php(18): Illuminate/Foundation/Testing/TestCase->get()
#93 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/ProfileTest->test_profile_page_is_displayed()
#94 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#95 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#96 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#97 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#98 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#99 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#100 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#101 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#102 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#103 {main}

[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(870): Illuminate/Routing/UrlGenerator->route()
#1 D:/ICONIC/Projects/CRM/storage/framework/views/2cb83947e061b62e214541c273e4f668.php(157): route()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include('...')
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): Livewire/Volt/Component@anonymous->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#15 D:/ICONIC/Projects/CRM/storage/framework/views/352c5d878104ece8777a238c07886523.php(29): Livewire/Volt/LivewireManager->mount()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(99): Illuminate/View/View->render()
#26 D:/ICONIC/Projects/CRM/storage/framework/views/43e8859715f209ebbf7be72d5a39301d.php(99): Illuminate/View/Factory->renderComponent()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#30 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#32 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#69 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#82 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#84 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#85 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#86 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#87 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#88 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#89 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#90 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#91 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#92 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#93 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#94 D:/ICONIC/Projects/CRM/tests/Feature/ProfileTest.php(18): Illuminate/Foundation/Testing/TestCase->get()
#95 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/ProfileTest->test_profile_page_is_displayed()
#96 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#97 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#98 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#99 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#100 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#101 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#102 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#103 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#104 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#105 {main}
"} 
[2026-06-20 09:07:45] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-20 09:07:47] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-20 09:07:48] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-20 09:07:50] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-20 09:14:21] testing.ERROR: Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\ICONIC\Projects\CRM\resources\views\livewire\layout\navigation.blade.php) (View: D:\ICONIC\Projects\CRM\resources\views\livewire\layout\navigation.blade.php) (View: D:\ICONIC\Projects\CRM\resources\views\livewire\layout\navigation.blade.php) {"userId":3,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php(41): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/EnsureEmailIsVerified->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#68 D:/ICONIC/Projects/CRM/tests/Feature/Auth/AuthenticationTest.php(63): Illuminate/Foundation/Testing/TestCase->get()
#69 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/Auth/AuthenticationTest->test_navigation_menu_can_be_rendered()
#70 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#71 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#72 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#73 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#74 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#75 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#76 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#77 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#78 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#79 {main}

[previous exception] [object] (Illuminate\\View\\ViewException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(99): Illuminate/View/View->render()
#9 D:/ICONIC/Projects/CRM/storage/framework/views/c5ecc4de5ab9fb0adbe23be82d8eafbe.php(47): Illuminate/View/Factory->renderComponent()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php(41): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/EnsureEmailIsVerified->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#54 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#79 D:/ICONIC/Projects/CRM/tests/Feature/Auth/AuthenticationTest.php(63): Illuminate/Foundation/Testing/TestCase->get()
#80 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/Auth/AuthenticationTest->test_navigation_menu_can_be_rendered()
#81 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#82 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#83 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#84 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#85 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#86 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#87 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#88 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#89 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#90 {main}

[previous exception] [object] (Illuminate\\View\\ViewException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/storage/framework/views/352c5d878104ece8777a238c07886523.php(29): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(99): Illuminate/View/View->render()
#24 D:/ICONIC/Projects/CRM/storage/framework/views/c5ecc4de5ab9fb0adbe23be82d8eafbe.php(47): Illuminate/View/Factory->renderComponent()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#28 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#30 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php(41): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/EnsureEmailIsVerified->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#69 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#82 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#84 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#85 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#86 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#87 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#88 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#89 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#90 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#91 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#92 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#93 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#94 D:/ICONIC/Projects/CRM/tests/Feature/Auth/AuthenticationTest.php(63): Illuminate/Foundation/Testing/TestCase->get()
#95 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/Auth/AuthenticationTest->test_navigation_menu_can_be_rendered()
#96 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#97 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#98 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#99 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#100 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#101 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#102 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#103 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#104 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#105 {main}

[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(870): Illuminate/Routing/UrlGenerator->route()
#1 D:/ICONIC/Projects/CRM/storage/framework/views/2cb83947e061b62e214541c273e4f668.php(157): route()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include('...')
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): Livewire/Volt/Component@anonymous->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#15 D:/ICONIC/Projects/CRM/storage/framework/views/352c5d878104ece8777a238c07886523.php(29): Livewire/Volt/LivewireManager->mount()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(99): Illuminate/View/View->render()
#26 D:/ICONIC/Projects/CRM/storage/framework/views/c5ecc4de5ab9fb0adbe23be82d8eafbe.php(47): Illuminate/View/Factory->renderComponent()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#30 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#32 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php(41): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/EnsureEmailIsVerified->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#71 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#82 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#84 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#85 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#86 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#87 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#88 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#89 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#90 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#91 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#92 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#93 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#94 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#95 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#96 D:/ICONIC/Projects/CRM/tests/Feature/Auth/AuthenticationTest.php(63): Illuminate/Foundation/Testing/TestCase->get()
#97 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/Auth/AuthenticationTest->test_navigation_menu_can_be_rendered()
#98 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#99 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#100 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#101 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#102 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#103 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#104 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#105 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#106 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#107 {main}
"} 
[2026-06-20 09:14:41] testing.ERROR: Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\ICONIC\Projects\CRM\resources\views\livewire\layout\navigation.blade.php) (View: D:\ICONIC\Projects\CRM\resources\views\livewire\layout\navigation.blade.php) (View: D:\ICONIC\Projects\CRM\resources\views\livewire\layout\navigation.blade.php) {"userId":21,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#41 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#66 D:/ICONIC/Projects/CRM/tests/Feature/ProfileTest.php(18): Illuminate/Foundation/Testing/TestCase->get()
#67 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/ProfileTest->test_profile_page_is_displayed()
#68 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#69 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#70 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#71 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#72 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#73 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#74 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#75 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#76 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#77 {main}

[previous exception] [object] (Illuminate\\View\\ViewException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(99): Illuminate/View/View->render()
#9 D:/ICONIC/Projects/CRM/storage/framework/views/43e8859715f209ebbf7be72d5a39301d.php(99): Illuminate/View/Factory->renderComponent()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#52 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#77 D:/ICONIC/Projects/CRM/tests/Feature/ProfileTest.php(18): Illuminate/Foundation/Testing/TestCase->get()
#78 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/ProfileTest->test_profile_page_is_displayed()
#79 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#80 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#81 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#82 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#83 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#84 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#85 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#86 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#87 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#88 {main}

[previous exception] [object] (Illuminate\\View\\ViewException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. (View: D:\\ICONIC\\Projects\\CRM\\resources\\views\\livewire\\layout\\navigation.blade.php) at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(40): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#13 D:/ICONIC/Projects/CRM/storage/framework/views/352c5d878104ece8777a238c07886523.php(29): Livewire/Volt/LivewireManager->mount()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(99): Illuminate/View/View->render()
#24 D:/ICONIC/Projects/CRM/storage/framework/views/43e8859715f209ebbf7be72d5a39301d.php(99): Illuminate/View/Factory->renderComponent()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#28 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#30 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#67 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#82 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#84 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#85 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#86 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#87 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#88 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#89 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#90 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#91 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#92 D:/ICONIC/Projects/CRM/tests/Feature/ProfileTest.php(18): Illuminate/Foundation/Testing/TestCase->get()
#93 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/ProfileTest->test_profile_page_is_displayed()
#94 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#95 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#96 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#97 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#98 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#99 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#100 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#101 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#102 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#103 {main}

[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Route [filament.admin.pages.supervisor-simulator] not defined. at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:536)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(870): Illuminate/Routing/UrlGenerator->route()
#1 D:/ICONIC/Projects/CRM/storage/framework/views/2cb83947e061b62e214541c273e4f668.php(157): route()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include('...')
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): Livewire/Volt/Component@anonymous->{closure:Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine::evaluatePath():35}()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate/View/Engines/CompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(259): Illuminate/View/View->render()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(303): Livewire/Mechanisms/HandleComponents/HandleComponents->{closure:Livewire/Mechanisms/HandleComponents/HandleComponents::render():251}()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(251): Livewire/Mechanisms/HandleComponents/HandleComponents->trackInRenderStack()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(54): Livewire/Mechanisms/HandleComponents/HandleComponents->render()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#15 D:/ICONIC/Projects/CRM/storage/framework/views/352c5d878104ece8777a238c07886523.php(29): Livewire/Volt/LivewireManager->mount()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#21 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(99): Illuminate/View/View->render()
#26 D:/ICONIC/Projects/CRM/storage/framework/views/43e8859715f209ebbf7be72d5a39301d.php(99): Illuminate/View/Factory->renderComponent()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#30 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#32 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(78): Illuminate/View/View->render()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Response.php(34): Illuminate/Http/Response->setContent()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(61): Illuminate/Http/Response->__construct()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(91): Illuminate/Routing/ResponseFactory->make()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(40): Illuminate/Routing/ResponseFactory->view()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php(57): Illuminate/Routing/ViewController->__invoke()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate/Routing/ViewController->callAction()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#69 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#79 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#81 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#82 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#83 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#84 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#85 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#86 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#87 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#88 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#89 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#90 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#91 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#92 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#93 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(368): Illuminate/Foundation/Testing/TestCase->call()
#94 D:/ICONIC/Projects/CRM/tests/Feature/ProfileTest.php(18): Illuminate/Foundation/Testing/TestCase->get()
#95 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/ProfileTest->test_profile_page_is_displayed()
#96 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#97 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#98 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#99 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#100 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#101 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#102 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#103 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#104 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#105 {main}
"} 
[2026-06-20 09:14:48] testing.INFO: ProcessSiteEvent: Idempotency key 638ade2b-bb3c-44a8-98a3-94898fa1741f already processed. Skipping.  
[2026-06-20 09:14:48] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-20 09:14:50] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-20 09:14:50] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-20 09:14:53] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-20 09:16:58] testing.INFO: ProcessSiteEvent: Idempotency key d4d8542f-2aba-4eae-81ec-e4d1b99303f4 already processed. Skipping.  
[2026-06-20 09:16:58] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-20 09:16:58] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-20 09:16:59] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-20 09:16:59] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-20 09:20:27] testing.INFO: ProcessSiteEvent: Idempotency key 394a7503-93c0-409c-93d8-27a793dc5003 already processed. Skipping.  
[2026-06-20 09:20:27] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-20 09:20:27] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-20 09:20:28] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-20 09:20:28] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-20 09:24:03] testing.INFO: ProcessSiteEvent: Idempotency key 04310b7a-d003-42b9-87ad-a657c1958510 already processed. Skipping.  
[2026-06-20 09:24:04] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 14 during check-in.  
[2026-06-20 09:24:04] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-20 09:24:04] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 17 status is 'suspended'.  
[2026-06-20 09:24:05] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 20 at site 20. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-20 09:25:29] testing.INFO: ProcessSiteEvent: Idempotency key 0bcef50e-ce00-4e6e-bc89-69a5de9c45b4 already processed. Skipping.  
[2026-06-20 09:25:30] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 14 during check-in.  
[2026-06-20 09:25:30] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-20 09:25:30] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 17 status is 'suspended'.  
[2026-06-20 09:25:31] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 20 at site 20. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-20 09:41:55] testing.INFO: ProcessSiteEvent: Idempotency key fe706a81-1d67-4d7d-9f17-3bb9c857da67 already processed. Skipping.  
[2026-06-20 09:41:55] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 14 during check-in.  
[2026-06-20 09:41:56] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-20 09:41:57] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 17 status is 'suspended'.  
[2026-06-20 09:41:58] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 20 at site 20. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-20 10:03:11] testing.INFO: ProcessSiteEvent: Idempotency key 60ad4ae0-b2d5-401f-b7d7-7903a89c98df already processed. Skipping.  
[2026-06-20 10:03:11] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-20 10:03:12] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-20 10:03:12] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-20 10:03:13] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-20 10:20:17] testing.INFO: ProcessSiteEvent: Idempotency key 0f2ee081-0d03-4f75-a7a5-97b6c6331c99 already processed. Skipping.  
[2026-06-20 10:20:17] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-20 10:20:18] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-20 10:20:18] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-20 10:20:19] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-20 11:14:43] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at D:/ICONIC/Projects/CRM/storage/framework/views/f0da2aa7ece552e1cf5ed86cadb20686.php:19)
[stacktrace]
#0 {main}
"} 
[2026-06-20 11:15:51] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at D:/ICONIC/Projects/CRM/storage/framework/views/e66b8285774e996312574fdf7732bbdf.php:1)
[stacktrace]
#0 {main}
"} 
[2026-06-20 11:16:35] testing.INFO: ProcessSiteEvent: Idempotency key ef5b3ae2-8673-40a2-85b5-d7c2b2b949bf already processed. Skipping.  
[2026-06-20 11:16:36] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-20 11:16:39] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-20 11:16:40] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-20 11:16:43] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-21 17:42:52] testing.INFO: ProcessSiteEvent: Idempotency key 1d685611-01e0-468d-84a5-f7f19b7bf786 already processed. Skipping.  
[2026-06-21 17:42:53] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-21 17:42:54] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-21 17:42:55] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-21 17:42:57] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-21 19:38:28] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 3 during check-in.  
[2026-06-21 19:38:28] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 2 during check-in.  
[2026-06-21 19:38:29] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 6 during check-in.  
[2026-06-21 19:38:29] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 2 during check-in.  
[2026-06-21 19:38:29] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 6 during check-in.  
[2026-06-21 19:38:30] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-21 19:38:30] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 6 during check-in.  
[2026-06-21 19:38:30] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 6 during check-in.  
[2026-06-21 19:38:31] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 3 during check-in.  
[2026-06-21 19:38:31] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 4 during check-in.  
[2026-06-21 19:38:32] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 3 during check-in.  
[2026-06-21 19:38:32] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 2 during check-in.  
[2026-06-21 19:38:32] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-21 19:38:32] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-21 19:38:33] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 2. Distance: 7852.9729216815m, Allowed: 50m.  
[2026-06-21 19:38:33] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 2 during check-in.  
[2026-06-21 19:38:33] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 1. Distance: 7861.7017484649m, Allowed: 20m.  
[2026-06-21 19:38:33] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 6 during check-in.  
[2026-06-21 19:38:33] local.WARNING: ProcessSiteEvent: Geofence violation for worker 6 at site 1. Distance: 7861.7017484649m, Allowed: 20m.  
[2026-06-21 19:38:33] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 3 during check-in.  
[2026-06-21 19:38:34] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-21 19:38:34] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 3 during check-in.  
[2026-06-21 19:38:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 1. Distance: 26.913209827886m, Allowed: 20m.  
[2026-06-21 19:38:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 22.236235863729m, Allowed: 20m.  
[2026-06-21 19:38:35] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 3 during check-in.  
[2026-06-21 19:38:35] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-21 19:38:35] local.WARNING: ProcessSiteEvent: Geofence violation for worker 7 at site 1. Distance: 22.139625713913m, Allowed: 20m.  
[2026-06-21 19:38:35] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-21 19:38:35] local.WARNING: ProcessSiteEvent: Geofence violation for worker 7 at site 5. Distance: 26334.594750238m, Allowed: 20m.  
[2026-06-21 19:38:35] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-21 19:38:35] local.WARNING: ProcessSiteEvent: Geofence violation for worker 7 at site 2. Distance: 439589.66610455m, Allowed: 50m.  
[2026-06-21 19:38:36] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-21 19:38:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 7 at site 1. Distance: 22.139625713913m, Allowed: 20m.  
[2026-06-21 19:38:36] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-21 19:38:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 7 at site 4. Distance: 1359.6897151653m, Allowed: 200m.  
[2026-06-21 19:38:36] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-21 19:38:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 7 at site 6. Distance: 1596.2828106345m, Allowed: 200m.  
[2026-06-21 19:38:36] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-21 19:38:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 7 at site 6. Distance: 1596.2828106345m, Allowed: 200m.  
[2026-06-21 19:43:19] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-21 19:43:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 7 at site 1. Distance: 22.139625713913m, Allowed: 20m.  
[2026-06-21 19:43:19] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-21 19:43:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 7 at site 2. Distance: 439589.66610455m, Allowed: 50m.  
[2026-06-21 19:43:20] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-21 19:47:08] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 4 during check-in.  
[2026-06-21 19:47:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 4 at site 4. Distance: 7861.7060479199m, Allowed: 200m.  
[2026-06-21 19:55:01] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 3 during check-in.  
[2026-06-21 19:55:01] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 3 during check-in.  
[2026-06-21 19:55:01] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 7. Distance: 7861.7399079188m, Allowed: 30m.  
[2026-06-21 19:55:01] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-21 19:55:01] local.WARNING: ProcessSiteEvent: Geofence violation for worker 7 at site 5. Distance: 26.675496965459m, Allowed: 20m.  
[2026-06-21 19:55:02] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 3 during check-in.  
[2026-06-22 04:32:59] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-22 04:33:14] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at D:/ICONIC/Projects/CRM/storage/framework/views/129718b9be8b94d16a8d4d4aa49853e4.php:1)
[stacktrace]
#0 {main}
"} 
[2026-06-22 04:35:10] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-22 04:37:41] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-22 04:42:47] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-22 04:43:03] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-22 04:45:34] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at D:/ICONIC/Projects/CRM/storage/framework/views/859b42bac2db2a4f48d505229c84db20.php:1)
[stacktrace]
#0 {main}
"} 
[2026-06-22 04:46:27] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-22 04:46:53] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-22 04:47:18] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-22 04:49:52] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-22 05:16:19] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-22 05:31:33] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-22 05:37:01] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-22 05:42:59] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.pages.workforce-monitoring] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-22 05:45:35] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at D:/ICONIC/Projects/CRM/storage/framework/views/859b42bac2db2a4f48d505229c84db20.php:1)
[stacktrace]
#0 {main}
"} 
[2026-06-22 05:48:52] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at D:/ICONIC/Projects/CRM/storage/framework/views/acea01e32abd46e953827e829a9a3411.php:1)
[stacktrace]
#0 {main}
"} 
[2026-06-22 06:10:05] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at D:/ICONIC/Projects/CRM/storage/framework/views/a710374168fa550a05afa93a3308d8b4.php:10)
[stacktrace]
#0 {main}
"} 
[2026-06-22 09:56:33] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at D:/ICONIC/Projects/CRM/vendor/composer/ClassLoader.php:429)
[stacktrace]
#0 {main}
"} 
[2026-06-22 09:57:35] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at D:/ICONIC/Projects/CRM/storage/framework/views/f0da2aa7ece552e1cf5ed86cadb20686.php:19)
[stacktrace]
#0 {main}
"} 
[2026-06-22 10:21:02] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:55)
[stacktrace]
#0 {main}
"} 
[2026-06-23 05:40:51] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 2 during check-in.  
[2026-06-23 05:40:51] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 4. Distance: 7861.7060479199m, Allowed: 200m.  
[2026-06-23 05:40:52] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 2 during check-in.  
[2026-06-23 05:40:52] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-23 05:40:52] local.WARNING: ProcessSiteEvent: Geofence violation for worker 7 at site 2. Distance: 7852.9729216815m, Allowed: 50m.  
[2026-06-23 05:44:44] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-23 05:44:44] local.WARNING: ProcessSiteEvent: Geofence violation for worker 7 at site 3. Distance: 7862.6651735284m, Allowed: 400m.  
[2026-06-23 05:44:44] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 2 during check-in.  
[2026-06-23 05:44:44] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-23 05:44:57] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 2 during check-in.  
[2026-06-23 05:44:57] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 7. Distance: 7861.7399079188m, Allowed: 30m.  
[2026-06-23 05:53:04] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-23 05:56:20] testing.INFO: ProcessSiteEvent: Idempotency key 3597f73d-ca88-4a48-9c26-e0586ba2da72 already processed. Skipping.  
[2026-06-23 05:56:20] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-23 05:56:21] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-23 05:56:21] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-23 05:56:22] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 06:00:49] testing.INFO: ProcessSiteEvent: Idempotency key b29f92cc-d6b1-4b02-bc89-b95ca9543b20 already processed. Skipping.  
[2026-06-23 06:00:49] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-23 06:00:50] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-23 06:00:51] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-23 06:00:52] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 06:11:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 6. Distance: 7861.6944069275m, Allowed: 200m.  
[2026-06-23 06:27:39] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 3 during check-out.  
[2026-06-23 06:44:55] testing.INFO: ProcessSiteEvent: Idempotency key 3200ddb2-bf22-4213-a75e-9bcea86b0f21 already processed. Skipping.  
[2026-06-23 06:44:55] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-23 06:44:56] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-23 06:44:57] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-23 06:44:58] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 07:08:40] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"3f305e77-d570-4e59-ae34-bea430b57d5a","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 10:08:38","worker_id":7}]  
[2026-06-23 07:10:18] local.WARNING: ProcessSiteEvent: Geofence violation for worker 7 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 07:10:31] local.WARNING: ProcessSiteEvent: Geofence violation for worker 7 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 07:19:23] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"248d9594-5425-48a1-a091-1205b809d5c3","latitude":-1.25,"longitude":36.799998333333335,"site_id":4,"timestamp":"2026-06-23 10:19:20","worker_id":2}]  
[2026-06-23 07:19:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 4. Distance: 5095.1256464508m, Allowed: 200m.  
[2026-06-23 07:39:30] testing.ERROR: Class "App\Jobs\SystemSetting" not found {"exception":"[object] (Error(code: 0): Class \"App\\Jobs\\SystemSetting\" not found at D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php:195)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php(178): App/Jobs/ProcessSiteEvent->sendAlertIfWithinWorkHours()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php(35): App/Jobs/ProcessSiteEvent->{closure:App/Jobs/ProcessSiteEvent::handle():41}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(496): Illuminate/Database/Connection->transaction()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Database/DatabaseManager->__call()
#4 D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php(41): Illuminate/Support/Facades/Facade::__callStatic()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Jobs/ProcessSiteEvent->handle()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(136): Illuminate/Container/Container->call()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Bus/Dispatcher->{closure:Illuminate/Bus/Dispatcher::dispatchNow():133}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(140): Illuminate/Pipeline/Pipeline->then()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate/Bus/Dispatcher->dispatchNow()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Queue/CallQueuedHandler->{closure:Illuminate/Queue/CallQueuedHandler::dispatchThroughMiddleware():127}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate/Pipeline/Pipeline->then()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate/Queue/CallQueuedHandler->dispatchThroughMiddleware()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate/Queue/CallQueuedHandler->call()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(165): Illuminate/Queue/Jobs/Job->fire()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(145): Illuminate/Queue/SyncQueue->executeJob()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(261): Illuminate/Queue/SyncQueue->push()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(239): Illuminate/Bus/Dispatcher->pushCommandToQueue()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(87): Illuminate/Bus/Dispatcher->dispatchToQueue()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bus/PendingDispatch.php(252): Illuminate/Bus/Dispatcher->dispatch()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bus/Dispatchable.php(19): Illuminate/Foundation/Bus/PendingDispatch->__destruct()
#27 D:/ICONIC/Projects/CRM/app/Http/Controllers/Api/v1/SiteEventController.php(50): App/Jobs/ProcessSiteEvent::dispatch()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): App/Http/Controllers/Api/v1/SiteEventController->store()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#42 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(573): Illuminate/Foundation/Testing/TestCase->call()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(411): Illuminate/Foundation/Testing/TestCase->json()
#68 D:/ICONIC/Projects/CRM/tests/Feature/FacialRecognitionTest.php(144): Illuminate/Foundation/Testing/TestCase->postJson()
#69 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/FacialRecognitionTest->test_event_ingestion_logs_face_verification()
#70 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#71 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#72 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#73 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#74 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#75 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#76 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#77 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#78 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#79 {main}
"} 
[2026-06-23 07:39:35] testing.ERROR: Class "App\Jobs\SystemSetting" not found {"exception":"[object] (Error(code: 0): Class \"App\\Jobs\\SystemSetting\" not found at D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php:195)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php(178): App/Jobs/ProcessSiteEvent->sendAlertIfWithinWorkHours()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php(35): App/Jobs/ProcessSiteEvent->{closure:App/Jobs/ProcessSiteEvent::handle():41}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(496): Illuminate/Database/Connection->transaction()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Database/DatabaseManager->__call()
#4 D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php(41): Illuminate/Support/Facades/Facade::__callStatic()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Jobs/ProcessSiteEvent->handle()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(136): Illuminate/Container/Container->call()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Bus/Dispatcher->{closure:Illuminate/Bus/Dispatcher::dispatchNow():133}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(140): Illuminate/Pipeline/Pipeline->then()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate/Bus/Dispatcher->dispatchNow()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Queue/CallQueuedHandler->{closure:Illuminate/Queue/CallQueuedHandler::dispatchThroughMiddleware():127}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate/Pipeline/Pipeline->then()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate/Queue/CallQueuedHandler->dispatchThroughMiddleware()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate/Queue/CallQueuedHandler->call()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(165): Illuminate/Queue/Jobs/Job->fire()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(145): Illuminate/Queue/SyncQueue->executeJob()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(261): Illuminate/Queue/SyncQueue->push()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(239): Illuminate/Bus/Dispatcher->pushCommandToQueue()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(87): Illuminate/Bus/Dispatcher->dispatchToQueue()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bus/PendingDispatch.php(252): Illuminate/Bus/Dispatcher->dispatch()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bus/Dispatchable.php(19): Illuminate/Foundation/Bus/PendingDispatch->__destruct()
#27 D:/ICONIC/Projects/CRM/app/Http/Controllers/Api/v1/SiteEventController.php(50): App/Jobs/ProcessSiteEvent::dispatch()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): App/Http/Controllers/Api/v1/SiteEventController->store()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#42 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(573): Illuminate/Foundation/Testing/TestCase->call()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(411): Illuminate/Foundation/Testing/TestCase->json()
#68 D:/ICONIC/Projects/CRM/tests/Feature/FacialRecognitionTest.php(209): Illuminate/Foundation/Testing/TestCase->postJson()
#69 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/FacialRecognitionTest->test_presence_state_updates_restricted_when_face_verification_fails_and_setting_enabled()
#70 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#71 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#72 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#73 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#74 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#75 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#76 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#77 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#78 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#79 {main}
"} 
[2026-06-23 07:39:47] testing.DEBUG: SyncController: Received bulk sync events: [{"idempotency_key":"2fc28ba4-f85d-4dba-9d2f-02a9dfa35945","event_type":"nfc","worker_id":13,"site_id":13,"timestamp":"2026-06-23 07:39:47","direction":"in","pin":"1234","latitude":-1.3002,"longitude":36.8001}]  
[2026-06-23 07:39:57] testing.ERROR: Class "App\Jobs\SystemSetting" not found {"exception":"[object] (Error(code: 0): Class \"App\\Jobs\\SystemSetting\" not found at D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php:195)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php(178): App/Jobs/ProcessSiteEvent->sendAlertIfWithinWorkHours()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php(35): App/Jobs/ProcessSiteEvent->{closure:App/Jobs/ProcessSiteEvent::handle():41}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(496): Illuminate/Database/Connection->transaction()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Database/DatabaseManager->__call()
#4 D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php(41): Illuminate/Support/Facades/Facade::__callStatic()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Jobs/ProcessSiteEvent->handle()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(136): Illuminate/Container/Container->call()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Bus/Dispatcher->{closure:Illuminate/Bus/Dispatcher::dispatchNow():133}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(140): Illuminate/Pipeline/Pipeline->then()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate/Bus/Dispatcher->dispatchNow()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Queue/CallQueuedHandler->{closure:Illuminate/Queue/CallQueuedHandler::dispatchThroughMiddleware():127}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate/Pipeline/Pipeline->then()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate/Queue/CallQueuedHandler->dispatchThroughMiddleware()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate/Queue/CallQueuedHandler->call()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(165): Illuminate/Queue/Jobs/Job->fire()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(145): Illuminate/Queue/SyncQueue->executeJob()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(261): Illuminate/Queue/SyncQueue->push()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(239): Illuminate/Bus/Dispatcher->pushCommandToQueue()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(87): Illuminate/Bus/Dispatcher->dispatchToQueue()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bus/PendingDispatch.php(252): Illuminate/Bus/Dispatcher->dispatch()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bus/Dispatchable.php(19): Illuminate/Foundation/Bus/PendingDispatch->__destruct()
#27 D:/ICONIC/Projects/CRM/app/Http/Controllers/Api/v1/SiteEventController.php(50): App/Jobs/ProcessSiteEvent::dispatch()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): App/Http/Controllers/Api/v1/SiteEventController->store()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#42 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(573): Illuminate/Foundation/Testing/TestCase->call()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(411): Illuminate/Foundation/Testing/TestCase->json()
#68 D:/ICONIC/Projects/CRM/tests/Feature/SiteEventApiTest.php(150): Illuminate/Foundation/Testing/TestCase->postJson()
#69 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/SiteEventApiTest->test_api_gateway_idempotency()
#70 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#71 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#72 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#73 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#74 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#75 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#76 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#77 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#78 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#79 {main}
"} 
[2026-06-23 07:39:57] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-23 07:39:59] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-23 07:40:01] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 07:41:12] testing.ERROR: Class "App\Jobs\User" not found {"exception":"[object] (Error(code: 0): Class \"App\\Jobs\\User\" not found at D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php:218)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php(179): App/Jobs/ProcessSiteEvent->sendAlertIfWithinWorkHours()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php(35): App/Jobs/ProcessSiteEvent->{closure:App/Jobs/ProcessSiteEvent::handle():42}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(496): Illuminate/Database/Connection->transaction()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Database/DatabaseManager->__call()
#4 D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php(42): Illuminate/Support/Facades/Facade::__callStatic()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Jobs/ProcessSiteEvent->handle()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(136): Illuminate/Container/Container->call()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Bus/Dispatcher->{closure:Illuminate/Bus/Dispatcher::dispatchNow():133}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(140): Illuminate/Pipeline/Pipeline->then()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate/Bus/Dispatcher->dispatchNow()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Queue/CallQueuedHandler->{closure:Illuminate/Queue/CallQueuedHandler::dispatchThroughMiddleware():127}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate/Pipeline/Pipeline->then()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate/Queue/CallQueuedHandler->dispatchThroughMiddleware()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate/Queue/CallQueuedHandler->call()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(165): Illuminate/Queue/Jobs/Job->fire()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(145): Illuminate/Queue/SyncQueue->executeJob()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(261): Illuminate/Queue/SyncQueue->push()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(239): Illuminate/Bus/Dispatcher->pushCommandToQueue()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(87): Illuminate/Bus/Dispatcher->dispatchToQueue()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bus/PendingDispatch.php(252): Illuminate/Bus/Dispatcher->dispatch()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bus/Dispatchable.php(19): Illuminate/Foundation/Bus/PendingDispatch->__destruct()
#27 D:/ICONIC/Projects/CRM/app/Http/Controllers/Api/v1/SiteEventController.php(50): App/Jobs/ProcessSiteEvent::dispatch()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): App/Http/Controllers/Api/v1/SiteEventController->store()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#42 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(573): Illuminate/Foundation/Testing/TestCase->call()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(411): Illuminate/Foundation/Testing/TestCase->json()
#68 D:/ICONIC/Projects/CRM/tests/Feature/FacialRecognitionTest.php(144): Illuminate/Foundation/Testing/TestCase->postJson()
#69 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/FacialRecognitionTest->test_event_ingestion_logs_face_verification()
#70 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#71 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#72 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#73 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#74 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#75 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#76 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#77 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#78 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#79 {main}
"} 
[2026-06-23 07:41:16] testing.ERROR: Class "App\Jobs\User" not found {"exception":"[object] (Error(code: 0): Class \"App\\Jobs\\User\" not found at D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php:218)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php(179): App/Jobs/ProcessSiteEvent->sendAlertIfWithinWorkHours()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php(35): App/Jobs/ProcessSiteEvent->{closure:App/Jobs/ProcessSiteEvent::handle():42}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(496): Illuminate/Database/Connection->transaction()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Database/DatabaseManager->__call()
#4 D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php(42): Illuminate/Support/Facades/Facade::__callStatic()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Jobs/ProcessSiteEvent->handle()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(136): Illuminate/Container/Container->call()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Bus/Dispatcher->{closure:Illuminate/Bus/Dispatcher::dispatchNow():133}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(140): Illuminate/Pipeline/Pipeline->then()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate/Bus/Dispatcher->dispatchNow()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Queue/CallQueuedHandler->{closure:Illuminate/Queue/CallQueuedHandler::dispatchThroughMiddleware():127}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate/Pipeline/Pipeline->then()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate/Queue/CallQueuedHandler->dispatchThroughMiddleware()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate/Queue/CallQueuedHandler->call()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(165): Illuminate/Queue/Jobs/Job->fire()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(145): Illuminate/Queue/SyncQueue->executeJob()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(261): Illuminate/Queue/SyncQueue->push()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(239): Illuminate/Bus/Dispatcher->pushCommandToQueue()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(87): Illuminate/Bus/Dispatcher->dispatchToQueue()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bus/PendingDispatch.php(252): Illuminate/Bus/Dispatcher->dispatch()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bus/Dispatchable.php(19): Illuminate/Foundation/Bus/PendingDispatch->__destruct()
#27 D:/ICONIC/Projects/CRM/app/Http/Controllers/Api/v1/SiteEventController.php(50): App/Jobs/ProcessSiteEvent::dispatch()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): App/Http/Controllers/Api/v1/SiteEventController->store()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#42 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(573): Illuminate/Foundation/Testing/TestCase->call()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(411): Illuminate/Foundation/Testing/TestCase->json()
#68 D:/ICONIC/Projects/CRM/tests/Feature/FacialRecognitionTest.php(209): Illuminate/Foundation/Testing/TestCase->postJson()
#69 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/FacialRecognitionTest->test_presence_state_updates_restricted_when_face_verification_fails_and_setting_enabled()
#70 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#71 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#72 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#73 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#74 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#75 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#76 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#77 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#78 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#79 {main}
"} 
[2026-06-23 07:41:31] testing.DEBUG: SyncController: Received bulk sync events: [{"idempotency_key":"deea5b76-2fbc-4fbb-a8c9-6ff8fa9d822a","event_type":"nfc","worker_id":13,"site_id":13,"timestamp":"2026-06-23 07:41:31","direction":"in","pin":"1234","latitude":-1.3002,"longitude":36.8001}]  
[2026-06-23 07:41:43] testing.ERROR: Class "App\Jobs\User" not found {"exception":"[object] (Error(code: 0): Class \"App\\Jobs\\User\" not found at D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php:218)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php(179): App/Jobs/ProcessSiteEvent->sendAlertIfWithinWorkHours()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php(35): App/Jobs/ProcessSiteEvent->{closure:App/Jobs/ProcessSiteEvent::handle():42}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(496): Illuminate/Database/Connection->transaction()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Database/DatabaseManager->__call()
#4 D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php(42): Illuminate/Support/Facades/Facade::__callStatic()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App/Jobs/ProcessSiteEvent->handle()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate/Container/BoundMethod::call()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(136): Illuminate/Container/Container->call()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Bus/Dispatcher->{closure:Illuminate/Bus/Dispatcher::dispatchNow():133}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(140): Illuminate/Pipeline/Pipeline->then()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate/Bus/Dispatcher->dispatchNow()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Queue/CallQueuedHandler->{closure:Illuminate/Queue/CallQueuedHandler::dispatchThroughMiddleware():127}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate/Pipeline/Pipeline->then()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate/Queue/CallQueuedHandler->dispatchThroughMiddleware()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate/Queue/CallQueuedHandler->call()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(165): Illuminate/Queue/Jobs/Job->fire()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(145): Illuminate/Queue/SyncQueue->executeJob()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(261): Illuminate/Queue/SyncQueue->push()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(239): Illuminate/Bus/Dispatcher->pushCommandToQueue()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(87): Illuminate/Bus/Dispatcher->dispatchToQueue()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bus/PendingDispatch.php(252): Illuminate/Bus/Dispatcher->dispatch()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Bus/Dispatchable.php(19): Illuminate/Foundation/Bus/PendingDispatch->__destruct()
#27 D:/ICONIC/Projects/CRM/app/Http/Controllers/Api/v1/SiteEventController.php(50): App/Jobs/ProcessSiteEvent::dispatch()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): App/Http/Controllers/Api/v1/SiteEventController->store()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#42 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(607): Illuminate/Foundation/Http/Kernel->handle()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(573): Illuminate/Foundation/Testing/TestCase->call()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php(411): Illuminate/Foundation/Testing/TestCase->json()
#68 D:/ICONIC/Projects/CRM/tests/Feature/SiteEventApiTest.php(150): Illuminate/Foundation/Testing/TestCase->postJson()
#69 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(1332): Tests/Feature/SiteEventApiTest->test_api_gateway_idempotency()
#70 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(519): PHPUnit/Framework/TestCase->runTest()
#71 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestRunner/TestRunner.php(99): PHPUnit/Framework/TestCase->runBare()
#72 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestCase.php(359): PHPUnit/Framework/TestRunner->run()
#73 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestCase->run()
#74 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#75 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit/Framework/TestSuite->run()
#76 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit/Framework/TestSuite->run()
#77 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/src/TextUI/Application.php(229): PHPUnit/TextUI/TestRunner->run()
#78 D:/ICONIC/Projects/CRM/vendor/phpunit/phpunit/phpunit(104): PHPUnit/TextUI/Application->run()
#79 {main}
"} 
[2026-06-23 07:41:43] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-23 07:41:46] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-23 07:41:48] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 07:47:34] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Facial Test Worker has ENTERED the geofence at Giga Construction Site at 2026-06-23 10:47:34.  
[2026-06-23 07:47:34] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Facial Test Worker entered Giga Construction Site.  
[2026-06-23 07:47:41] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Facial Test Worker has ENTERED the geofence at Giga Construction Site at 2026-06-23 10:47:41.  
[2026-06-23 07:47:41] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Facial Test Worker entered Giga Construction Site.  
[2026-06-23 07:47:51] testing.DEBUG: SyncController: Received bulk sync events: [{"idempotency_key":"76133b36-a0f2-4987-b62b-ccbf380858dd","event_type":"nfc","worker_id":13,"site_id":13,"timestamp":"2026-06-23 07:47:51","direction":"in","pin":"1234","latitude":-1.3002,"longitude":36.8001}]  
[2026-06-23 07:47:58] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00.  
[2026-06-23 07:47:58] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:47:58] testing.INFO: ProcessSiteEvent: Idempotency key c589deab-abfc-4ae1-8c9e-b9b99e9d032d already processed. Skipping.  
[2026-06-23 07:47:58] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-23 07:47:59] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:10:00.  
[2026-06-23 07:47:59] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:47:59] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:30:00.  
[2026-06-23 07:47:59] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:47:59] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-23 07:47:59] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-23 07:48:01] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00. Location: -1.3006, 36.8145.  
[2026-06-23 07:48:01] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:48:01] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 07:48:02] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00.  
[2026-06-23 07:48:02] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:48:03] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00. Location: -1.2921, 36.8219.  
[2026-06-23 07:48:03] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin-test@example.com / +254712345678) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:48:03] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker is absent from assigned site Test Site Office during the check at 2026-06-23 10:48:03. No GPS history recorded.  
[2026-06-23 07:48:03] testing.WARNING: CheckScheduledAbsences: Worker Test Worker is absent from site Test Site Office. Alert sent to admin@example.com / +254700000000.  
[2026-06-23 07:53:33] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Facial Test Worker has ENTERED the geofence at Giga Construction Site at 2026-06-23 10:53:33.  
[2026-06-23 07:53:33] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Facial Test Worker entered Giga Construction Site.  
[2026-06-23 07:53:40] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Facial Test Worker has ENTERED the geofence at Giga Construction Site at 2026-06-23 10:53:40.  
[2026-06-23 07:53:40] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Facial Test Worker entered Giga Construction Site.  
[2026-06-23 07:53:48] testing.DEBUG: SyncController: Received bulk sync events: [{"idempotency_key":"e3875e0d-6a23-4ff8-a420-a79a243907b6","event_type":"nfc","worker_id":13,"site_id":13,"timestamp":"2026-06-23 07:53:48","direction":"in","pin":"1234","latitude":-1.3002,"longitude":36.8001}]  
[2026-06-23 07:53:54] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00.  
[2026-06-23 07:53:54] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:53:54] testing.INFO: ProcessSiteEvent: Idempotency key 6f0383c4-eced-4beb-bd1f-9f833cc41678 already processed. Skipping.  
[2026-06-23 07:53:54] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-23 07:53:55] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:10:00.  
[2026-06-23 07:53:55] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:53:55] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:30:00.  
[2026-06-23 07:53:55] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:53:55] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-23 07:53:55] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-23 07:53:56] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00. Location: -1.3006, 36.8145.  
[2026-06-23 07:53:56] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:53:56] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 07:53:57] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00.  
[2026-06-23 07:53:57] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:53:57] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00. Location: -1.2921, 36.8219.  
[2026-06-23 07:53:57] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin-test@example.com / +254712345678) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:53:57] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker is absent from assigned site Test Site Office during the check at 2026-06-23 10:53:57. No GPS history recorded.  
[2026-06-23 07:53:57] testing.WARNING: CheckScheduledAbsences: Worker Test Worker is absent from site Test Site Office. Alert sent to admin@example.com / +254700000000.  
[2026-06-23 07:54:46] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Facial Test Worker has ENTERED the geofence at Giga Construction Site at 2026-06-23 10:54:46.  
[2026-06-23 07:54:46] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Facial Test Worker entered Giga Construction Site.  
[2026-06-23 07:54:52] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Facial Test Worker has ENTERED the geofence at Giga Construction Site at 2026-06-23 10:54:52.  
[2026-06-23 07:54:52] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Facial Test Worker entered Giga Construction Site.  
[2026-06-23 07:55:01] testing.DEBUG: SyncController: Received bulk sync events: [{"idempotency_key":"f892a14c-070b-4d2d-a52e-1d769ccc7734","event_type":"nfc","worker_id":13,"site_id":13,"timestamp":"2026-06-23 07:55:01","direction":"in","pin":"1234","latitude":-1.3002,"longitude":36.8001}]  
[2026-06-23 07:55:06] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00.  
[2026-06-23 07:55:06] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:55:06] testing.INFO: ProcessSiteEvent: Idempotency key 8ef34b8c-df5c-4892-86de-050bd352d3b1 already processed. Skipping.  
[2026-06-23 07:55:07] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-23 07:55:07] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:10:00.  
[2026-06-23 07:55:07] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:55:07] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:30:00.  
[2026-06-23 07:55:07] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:55:07] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-23 07:55:08] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-23 07:55:09] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00. Location: -1.3006, 36.8145.  
[2026-06-23 07:55:09] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:55:09] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 07:55:10] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00.  
[2026-06-23 07:55:10] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:55:11] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00. Location: -1.2921, 36.8219.  
[2026-06-23 07:55:11] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin-test@example.com / +254712345678) for worker Test Worker entered Test Site Office.  
[2026-06-23 07:55:11] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 27 at site 27. Distance: 10808.683063185m, Allowed: 200m.  
[2026-06-23 07:55:11] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has EXITED the geofence at Test Site Office at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 07:55:11] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin-test@example.com / +254712345678) for worker Test Worker exited Test Site Office.  
[2026-06-23 07:55:11] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker is absent from assigned site Test Site Office during the check at 2026-06-23 10:55:11. No GPS history recorded.  
[2026-06-23 07:55:11] testing.WARNING: CheckScheduledAbsences: Worker Test Worker is absent from site Test Site Office. Alert sent to admin@example.com / +254700000000.  
[2026-06-23 07:59:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 1. Distance: 10043.396205082m, Allowed: 50m.  
[2026-06-23 07:59:14] local.ERROR: Failed to authenticate on SMTP server with username "mosesrng@gmail.com" using the following authenticators: "LOGIN", "PLAIN", "XOAUTH2". Authenticator "LOGIN" returned "Expected response code "235" but got code "534", with message "534-5.7.9 Please log in with your web browser and then try again. For more
534-5.7.9 information, go to
534 5.7.9  https://support.google.com/mail/?p=WebLoginRequired ffacd0b85a97d-466648c4fd2sm32861800f8f.14 - gsmtp".". Authenticator "PLAIN" returned "Expected response code "235" but got code "534", with message "534-5.7.9 Please log in with your web browser and then try again. For more
534-5.7.9 information, go to
534 5.7.9  https://support.google.com/mail/?p=WebLoginRequired ffacd0b85a97d-466648c4fd2sm32861800f8f.14 - gsmtp".". Authenticator "XOAUTH2" returned "Expected response code "235" but got code "334", with message "334 eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmVhcmVyIiwic2NvcGUiOiJodHRwczovL21haWwuZ29vZ2xlLmNvbS8ifQ==".". {"exception":"[object] (Symfony\\Component\\Mailer\\Exception\\TransportException(code: 334): Failed to authenticate on SMTP server with username \"mosesrng@gmail.com\" using the following authenticators: \"LOGIN\", \"PLAIN\", \"XOAUTH2\". Authenticator \"LOGIN\" returned \"Expected response code \"235\" but got code \"534\", with message \"534-5.7.9 Please log in with your web browser and then try again. For more

534-5.7.9 information, go to

534 5.7.9  https://support.google.com/mail/?p=WebLoginRequired ffacd0b85a97d-466648c4fd2sm32861800f8f.14 - gsmtp\".\". Authenticator \"PLAIN\" returned \"Expected response code \"235\" but got code \"534\", with message \"534-5.7.9 Please log in with your web browser and then try again. For more

534-5.7.9 information, go to

534 5.7.9  https://support.google.com/mail/?p=WebLoginRequired ffacd0b85a97d-466648c4fd2sm32861800f8f.14 - gsmtp\".\". Authenticator \"XOAUTH2\" returned \"Expected response code \"235\" but got code \"334\", with message \"334 eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmVhcmVyIiwic2NvcGUiOiJodHRwczovL21haWwuZ29vZ2xlLmNvbS8ifQ==\".\". at D:/ICONIC/Projects/CRM/vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php:269)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php(199): Symfony/Component/Mailer/Transport/Smtp/EsmtpTransport->handleAuth()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php(150): Symfony/Component/Mailer/Transport/Smtp/EsmtpTransport->doEhloCommand()
#2 D:/ICONIC/Projects/CRM/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php(244): Symfony/Component/Mailer/Transport/Smtp/EsmtpTransport->executeCommand()
#3 D:/ICONIC/Projects/CRM/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php(270): Symfony/Component/Mailer/Transport/Smtp/SmtpTransport->doHeloCommand()
#4 D:/ICONIC/Projects/CRM/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php(200): Symfony/Component/Mailer/Transport/Smtp/SmtpTransport->start()
#5 D:/ICONIC/Projects/CRM/vendor/symfony/mailer/Transport/AbstractTransport.php(69): Symfony/Component/Mailer/Transport/Smtp/SmtpTransport->doSend()
#6 D:/ICONIC/Projects/CRM/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php(138): Symfony/Component/Mailer/Transport/AbstractTransport->send()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Mail/Mailer.php(584): Symfony/Component/Mailer/Transport/Smtp/SmtpTransport->send()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Mail/Mailer.php(331): Illuminate/Mail/Mailer->sendSymfonyMessage()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Notifications/Channels/MailChannel.php(66): Illuminate/Mail/Mailer->send()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php(165): Illuminate/Notifications/Channels/MailChannel->send()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php(120): Illuminate/Notifications/NotificationSender->sendToNotifiable()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Traits/Localizable.php(19): Illuminate/Notifications/NotificationSender->{closure:Illuminate/Notifications/NotificationSender::sendNow():115}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php(115): Illuminate/Notifications/NotificationSender->withLocale()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php(93): Illuminate/Notifications/NotificationSender->sendNow()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Notifications/ChannelManager.php(48): Illuminate/Notifications/NotificationSender->send()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Notifications/ChannelManager->send()
#17 D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php(239): Illuminate/Support/Facades/Facade::__callStatic()
#18 D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php(180): App/Jobs/ProcessSiteEvent->sendAlertIfWithinWorkHours()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php(35): App/Jobs/ProcessSiteEvent->{closure:App/Jobs/ProcessSiteEvent::handle():43}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php(496): Illuminate/Database/Connection->transaction()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/Database/DatabaseManager->__call()
#22 D:/ICONIC/Projects/CRM/app/Jobs/ProcessSiteEvent.php(43): Illuminate/Support/Facades/Facade::__callStatic()
#23 C:/Users/Iconic/.gemini/antigravity-ide/brain/506b9420-a841-42a6-a3c2-16ca31237a95/scratch/trigger_gps_event.php(56): App/Jobs/ProcessSiteEvent->handle()
#24 {main}
"} 
[2026-06-23 08:00:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 1. Distance: 10043.396205082m, Allowed: 50m.  
[2026-06-23 08:00:29] local.DEBUG: From: Laravel <mosesrng@gmail.com>
To: admin@example.com
Subject: =?utf-8?Q?=E2=9A=A0=EF=B8=8F?= Geofence Breach: Bob Johnson Exited
 CHRISCO NLC
MIME-Version: 1.0
Date: Tue, 23 Jun 2026 08:00:29 +0000
Message-ID: <7cb1d7fbf36f799e48600d3422152886@gmail.com>
Content-Type: multipart/alternative; boundary=wxe3I0K0

--wxe3I0K0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Prosel: http://127.0.0.1:8000

# Hello Admin,

Worker **Bob Johnson** has moved **OUTSIDE** the geofence boundary of site **CHRISCO NLC**.

**Time:** 2026-06-23 14:00:29

**Reported Location:** -1.35, 36.9

View on Google Maps: https://www.google.com/maps/search/?api=1&query=-1.35,36.9

Please monitor current operations on the live map.

BuildTracker Operations System

If you're having trouble clicking the "View on Google Maps" button, copy and paste the URL below
into your web browser: [https://www.google.com/maps/search/?api=1&query=-1.35,36.9](https://www.google.com/maps/search/?api=1&query=-1.35,36.9)

© 2026 Prosel. All rights reserved.

--wxe3I0K0
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Prosel</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="color-scheme" content="light">
<meta name="supported-color-schemes" content="light">
<style>
@media only screen and (max-width: 600px) {
.inner-body {
width: 100% !important;
}

.footer {
width: 100% !important;
}
}

@media only screen and (max-width: 500px) {
.button {
width: 100% !important;
}
}
</style>

</head>
<body style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -webkit-text-size-adjust: none; background-color: #ffffff; color: #52525b; height: 100%; line-height: 1.4; margin: 0; padding: 0; width: 100% !important;">

<table class="wrapper" width="100%" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; background-color: #fafafa; margin: 0; padding: 0; width: 100%;">
<tr>
<td align="center" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<table class="content" width="100%" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; margin: 0; padding: 0; width: 100%;">
<tr>
<td class="header" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; padding: 25px 0; text-align: center;">
<a href="http://127.0.0.1:8000" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; color: #18181b; font-size: 19px; font-weight: bold; text-decoration: none; display: inline-block;">
Prosel
</a>
</td>
</tr>

<!-- Email Body -->
<tr>
<td class="body" width="100%" cellpadding="0" cellspacing="0" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; background-color: #fafafa; border-bottom: 1px solid #fafafa; border-top: 1px solid #fafafa; margin: 0; padding: 0; width: 100%; border: hidden !important;">
<table class="inner-body" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 570px; background-color: #ffffff; border-color: #e4e4e7; border-radius: 4px; border-width: 1px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1); margin: 0 auto; padding: 0; width: 570px;">
<!-- Body content -->
<tr>
<td class="content-cell" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; max-width: 100vw; padding: 32px;">
<h1 style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; color: #18181b; font-size: 18px; font-weight: bold; margin-top: 0; text-align: start;">Hello Admin,</h1>
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; font-size: 16px; line-height: 1.5em; margin-top: 0; text-align: left;">Worker <strong style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">Bob Johnson</strong> has moved <strong style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">OUTSIDE</strong> the geofence boundary of site <strong style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">CHRISCO NLC</strong>.</p>
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; font-size: 16px; line-height: 1.5em; margin-top: 0; text-align: left;"><strong style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">Time:</strong> 2026-06-23 14:00:29</p>
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; font-size: 16px; line-height: 1.5em; margin-top: 0; text-align: left;"><strong style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">Reported Location:</strong> -1.35, 36.9</p>
<table class="action" align="center" width="100%" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; margin: 30px auto; padding: 0; text-align: center; width: 100%; float: unset;">
<tr>
<td align="center" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<tr>
<td align="center" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<tr>
<td style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<a href="https://www.google.com/maps/search/?api=1&amp;query=-1.35,36.9" class="button button-primary" target="_blank" rel="noopener" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -webkit-text-size-adjust: none; border-radius: 4px; color: #fff; display: inline-block; overflow: hidden; text-decoration: none; background-color: #18181b; border-bottom: 8px solid #18181b; border-left: 18px solid #18181b; border-right: 18px solid #18181b; border-top: 8px solid #18181b; word-break: break-all;">View on Google Maps</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; font-size: 16px; line-height: 1.5em; margin-top: 0; text-align: left;">Please monitor current operations on the live map.</p>
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; font-size: 16px; line-height: 1.5em; margin-top: 0; text-align: left;">BuildTracker Operations System</p>


<table class="subcopy" width="100%" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; border-top: 1px solid #e4e4e7; margin-top: 25px; padding-top: 25px;">
<tr>
<td style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; line-height: 1.5em; margin-top: 0; text-align: left; font-size: 14px;">If you're having trouble clicking the "View on Google Maps" button, copy and paste the URL below
into your web browser: <span class="break-all" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; word-break: break-all;"><a href="https://www.google.com/maps/search/?api=1&amp;query=-1.35,36.9" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; color: #18181b; word-break: break-all;">https://www.google.com/maps/search/?api=1&amp;query=-1.35,36.9</a></span></p>

</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>

<tr>
<td style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 570px; margin: 0 auto; padding: 0; text-align: center; width: 570px;">
<tr>
<td class="content-cell" align="center" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; max-width: 100vw; padding: 32px;">
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; line-height: 1.5em; margin-top: 0; color: #a1a1aa; font-size: 12px; text-align: center;">© 2026 Prosel. All rights reserved.</p>

</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
--wxe3I0K0--
  
[2026-06-23 08:00:29] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Bob Johnson has EXITED the geofence at CHRISCO NLC at 2026-06-23 14:00:29. Location: -1.35, 36.9.  
[2026-06-23 08:00:29] local.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Bob Johnson exited CHRISCO NLC.  
[2026-06-23 08:00:56] local.DEBUG: From: Laravel <mosesrng@gmail.com>
To: admin@example.com
Subject: =?utf-8?Q?=F0=9F=9A=A8?= Absence Alert: Joseph Omondi Absent from
 CHRISCO NLC
MIME-Version: 1.0
Date: Tue, 23 Jun 2026 08:00:56 +0000
Message-ID: <de556041057d2295c4e72e706c2fdc3f@gmail.com>
Content-Type: multipart/alternative; boundary=8ob5f5ei

--8ob5f5ei
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Prosel: http://127.0.0.1:8000

# Hello Admin,

Worker **Joseph Omondi** was **NOT FOUND** at site **CHRISCO NLC** during the scheduled shift check.

**Time:** 2026-06-23 11:00:56

**Location:** No GPS coordinates reported.

Please monitor current operations on the live map.

BuildTracker Operations System

© 2026 Prosel. All rights reserved.

--8ob5f5ei
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Prosel</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="color-scheme" content="light">
<meta name="supported-color-schemes" content="light">
<style>
@media only screen and (max-width: 600px) {
.inner-body {
width: 100% !important;
}

.footer {
width: 100% !important;
}
}

@media only screen and (max-width: 500px) {
.button {
width: 100% !important;
}
}
</style>

</head>
<body style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -webkit-text-size-adjust: none; background-color: #ffffff; color: #52525b; height: 100%; line-height: 1.4; margin: 0; padding: 0; width: 100% !important;">

<table class="wrapper" width="100%" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; background-color: #fafafa; margin: 0; padding: 0; width: 100%;">
<tr>
<td align="center" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<table class="content" width="100%" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; margin: 0; padding: 0; width: 100%;">
<tr>
<td class="header" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; padding: 25px 0; text-align: center;">
<a href="http://127.0.0.1:8000" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; color: #18181b; font-size: 19px; font-weight: bold; text-decoration: none; display: inline-block;">
Prosel
</a>
</td>
</tr>

<!-- Email Body -->
<tr>
<td class="body" width="100%" cellpadding="0" cellspacing="0" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; background-color: #fafafa; border-bottom: 1px solid #fafafa; border-top: 1px solid #fafafa; margin: 0; padding: 0; width: 100%; border: hidden !important;">
<table class="inner-body" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 570px; background-color: #ffffff; border-color: #e4e4e7; border-radius: 4px; border-width: 1px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1); margin: 0 auto; padding: 0; width: 570px;">
<!-- Body content -->
<tr>
<td class="content-cell" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; max-width: 100vw; padding: 32px;">
<h1 style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; color: #18181b; font-size: 18px; font-weight: bold; margin-top: 0; text-align: start;">Hello Admin,</h1>
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; font-size: 16px; line-height: 1.5em; margin-top: 0; text-align: left;">Worker <strong style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">Joseph Omondi</strong> was <strong style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">NOT FOUND</strong> at site <strong style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">CHRISCO NLC</strong> during the scheduled shift check.</p>
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; font-size: 16px; line-height: 1.5em; margin-top: 0; text-align: left;"><strong style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">Time:</strong> 2026-06-23 11:00:56</p>
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; font-size: 16px; line-height: 1.5em; margin-top: 0; text-align: left;"><strong style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">Location:</strong> No GPS coordinates reported.</p>
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; font-size: 16px; line-height: 1.5em; margin-top: 0; text-align: left;">Please monitor current operations on the live map.</p>
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; font-size: 16px; line-height: 1.5em; margin-top: 0; text-align: left;">BuildTracker Operations System</p>



</td>
</tr>
</table>
</td>
</tr>

<tr>
<td style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative;">
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; -premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 570px; margin: 0 auto; padding: 0; text-align: center; width: 570px;">
<tr>
<td class="content-cell" align="center" style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; max-width: 100vw; padding: 32px;">
<p style="box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; position: relative; line-height: 1.5em; margin-top: 0; color: #a1a1aa; font-size: 12px; text-align: center;">© 2026 Prosel. All rights reserved.</p>

</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
--8ob5f5ei--
  
[2026-06-23 08:00:56] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Joseph Omondi is absent from assigned site CHRISCO NLC during the check at 2026-06-23 11:00:56. No GPS history recorded.  
[2026-06-23 08:00:56] local.WARNING: CheckScheduledAbsences: Worker Joseph Omondi is absent from site CHRISCO NLC. Alert sent to admin@example.com / +254700000000.  
[2026-06-23 08:17:06] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"0f4dffd6-423c-4c05-a508-b253f74e6e7a","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:17:02","worker_id":1},{"direction":"out","event_type":"geofence","idempotency_key":"e857451a-7605-4ac5-8a33-2962c03868c6","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:17:02","worker_id":1}]  
[2026-06-23 08:17:07] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"0f4dffd6-423c-4c05-a508-b253f74e6e7a","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:17:02","worker_id":1}]  
[2026-06-23 08:17:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:17:08] local.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 14:17 is outside work hours 08:00-09:00.  
[2026-06-23 08:17:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:17:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6288fa7e-c76b-4c49-8306-28a05d3d58c8","latitude":-1.25,"longitude":36.799998333333335,"site_id":4,"timestamp":"2026-06-23 11:17:37","worker_id":1}]  
[2026-06-23 08:17:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 4. Distance: 5095.1256464508m, Allowed: 200m.  
[2026-06-23 08:17:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6288fa7e-c76b-4c49-8306-28a05d3d58c8","latitude":-1.25,"longitude":36.799998333333335,"site_id":4,"timestamp":"2026-06-23 11:17:37","worker_id":1}]  
[2026-06-23 08:18:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d91c9aab-62d7-4bdb-9a8f-a9cfd521fe3e","latitude":-1.25,"longitude":36.799998333333335,"site_id":4,"timestamp":"2026-06-23 11:18:08","worker_id":1}]  
[2026-06-23 08:18:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 4. Distance: 5095.1256464508m, Allowed: 200m.  
[2026-06-23 08:18:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"beecac17-90ed-444a-88cf-aa1f62f985ad","latitude":-1.25,"longitude":36.799998333333335,"site_id":4,"timestamp":"2026-06-23 11:18:38","worker_id":1}]  
[2026-06-23 08:18:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 4. Distance: 5095.1256464508m, Allowed: 200m.  
[2026-06-23 08:19:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0fce03d6-d4bb-4c74-adfb-4aeae1eea6bb","latitude":-1.25,"longitude":36.799998333333335,"site_id":4,"timestamp":"2026-06-23 11:19:08","worker_id":1}]  
[2026-06-23 08:19:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 4. Distance: 5095.1256464508m, Allowed: 200m.  
[2026-06-23 08:19:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f3ff9a59-f8fc-4183-a1ac-6d742e34118d","latitude":-1.25,"longitude":36.799998333333335,"site_id":4,"timestamp":"2026-06-23 11:19:38","worker_id":1}]  
[2026-06-23 08:19:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 4. Distance: 5095.1256464508m, Allowed: 200m.  
[2026-06-23 08:20:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3661236a-2e1e-420a-8b74-ffecd5ab538b","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:20:08","worker_id":1}]  
[2026-06-23 08:20:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:20:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b9c9176c-727e-4af9-bb29-c701e0f0c85a","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:20:38","worker_id":1}]  
[2026-06-23 08:20:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:20:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8aef79b8-4b65-4788-9789-e41e3b3023de","latitude":-1.25,"longitude":36.799998333333335,"site_id":4,"timestamp":"2026-06-23 11:20:48","worker_id":3}]  
[2026-06-23 08:20:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 4. Distance: 5095.1256464508m, Allowed: 200m.  
[2026-06-23 08:20:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7bfc3abc-7071-4afe-b93e-4220709df2bc","latitude":-1.25,"longitude":36.799998333333335,"site_id":4,"timestamp":"2026-06-23 11:20:53","worker_id":2}]  
[2026-06-23 08:20:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 4. Distance: 5095.1256464508m, Allowed: 200m.  
[2026-06-23 08:21:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4f3392d8-8d3f-447c-9146-65fd885d3e4a","latitude":-1.25,"longitude":36.799998333333335,"site_id":4,"timestamp":"2026-06-23 11:21:23","worker_id":2}]  
[2026-06-23 08:21:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 4. Distance: 5095.1256464508m, Allowed: 200m.  
[2026-06-23 08:21:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5a33bc1d-bc37-4cc1-9df5-f8f40d358c3d","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:21:39","worker_id":1}]  
[2026-06-23 08:21:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:22:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fa936b1b-8610-4b6b-bfe0-d936c09003a1","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:22:10","worker_id":1}]  
[2026-06-23 08:22:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:22:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"df53d089-98a3-4494-b0b4-5168cfaa9e29","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:22:40","worker_id":1}]  
[2026-06-23 08:22:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:23:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3fd291db-2354-48e0-9167-f56d23ec5923","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:23:10","worker_id":1}]  
[2026-06-23 08:23:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:23:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"da52b9f4-1235-4138-88ce-7717570e2041","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:23:40","worker_id":1}]  
[2026-06-23 08:23:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:24:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5755d6bf-07e8-4a32-bd71-8821c575e990","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:24:10","worker_id":1}]  
[2026-06-23 08:24:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:24:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5f19c573-3173-4636-bb81-3ffc6597d219","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:24:41","worker_id":1}]  
[2026-06-23 08:24:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:25:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2e7ce649-3059-4f25-9541-29348e501704","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:25:12","worker_id":1}]  
[2026-06-23 08:25:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:25:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"23c09fbe-88d7-4c2c-806e-6fb9222e14be","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:25:42","worker_id":1}]  
[2026-06-23 08:25:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:26:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9eca75c6-4ea5-41ab-9c99-c49c73f33afc","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:26:13","worker_id":1}]  
[2026-06-23 08:26:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:26:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3a0ea70e-7e73-4e26-9ec2-227cde6d2dd0","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:26:45","worker_id":1}]  
[2026-06-23 08:26:48] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:27:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e31283c6-7bf4-4f7e-b034-10e3f02f3eee","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:27:19","worker_id":1}]  
[2026-06-23 08:27:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:27:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"049961fb-8bea-40e8-bb2f-836cd1ccfa82","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:27:52","worker_id":1}]  
[2026-06-23 08:27:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:28:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2f671fe1-e560-4738-82e6-1a3d7f5bdd94","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:28:23","worker_id":1}]  
[2026-06-23 08:28:27] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:28:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0bf12d61-1ae2-4a8f-bd34-b7d844610308","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:28:54","worker_id":1}]  
[2026-06-23 08:28:57] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:29:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8cbed03a-f2f0-4b79-824f-62dccac006cc","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:29:25","worker_id":1}]  
[2026-06-23 08:29:27] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:29:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2a1ac721-e960-4e45-bbe6-3be4f04f724b","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:29:56","worker_id":1}]  
[2026-06-23 08:30:00] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:30:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"609ef5e6-de12-4349-9c97-ce4f4643dffc","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:30:27","worker_id":1}]  
[2026-06-23 08:30:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:30:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f0c7012c-08f8-4550-a689-7e27003ece48","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:30:57","worker_id":1}]  
[2026-06-23 08:31:00] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:31:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2d88e51b-4895-42e8-8d69-f06ef2ffcb80","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:31:27","worker_id":1}]  
[2026-06-23 08:31:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:31:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7e9e0435-0dba-40dc-b713-563d2dd16b52","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:31:57","worker_id":1}]  
[2026-06-23 08:32:01] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:32:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"171dbdff-8a06-439b-b8ff-e222dc75b3c6","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:32:29","worker_id":1}]  
[2026-06-23 08:32:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:33:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"563d962c-966b-4d01-af46-b3813afc97ff","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:33:00","worker_id":1}]  
[2026-06-23 08:33:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:33:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4df1fe8b-926b-4511-b5fe-9eac928cd302","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:33:30","worker_id":1}]  
[2026-06-23 08:33:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:34:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cfe8b3a1-da29-4a3f-acb4-db630c455b62","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:34:01","worker_id":1}]  
[2026-06-23 08:34:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:34:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0b185f90-362e-412d-88e4-bd85997710a1","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:34:32","worker_id":1}]  
[2026-06-23 08:34:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:35:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9026059a-c5ad-4d24-9377-50302563bd93","latitude":-1.25,"longitude":36.799998333333335,"site_id":1,"timestamp":"2026-06-23 11:35:03","worker_id":1}]  
[2026-06-23 08:35:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 5949.8912412699m, Allowed: 50m.  
[2026-06-23 08:35:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"40102519-d7cb-48d2-843e-8aaab5c232ed","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:35:28","worker_id":3}]  
[2026-06-23 08:35:31] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:36:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"74a052f9-9c77-4473-9d17-7e50c99f4ffe","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:36:01","worker_id":3}]  
[2026-06-23 08:36:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:36:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"30e3038f-5360-4a8a-96e3-04a2d4ee3082","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:36:32","worker_id":3}]  
[2026-06-23 08:36:37] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:37:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8bd57d14-1213-448b-b000-3ecfb34b29d3","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:37:03","worker_id":3}]  
[2026-06-23 08:37:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:37:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c6551e3e-5da0-4948-bdd5-ab4b6b869675","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:37:33","worker_id":3}]  
[2026-06-23 08:37:37] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:38:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4b1a49f9-c422-4bb4-b457-6b32246ad8a2","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:38:06","worker_id":3}]  
[2026-06-23 08:38:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:38:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"199c2aef-edc5-4913-b308-a2239222b40f","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:38:36","worker_id":3}]  
[2026-06-23 08:38:37] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:39:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3cdcf822-8449-46bf-a6c4-6f789b89ed52","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:39:07","worker_id":3}]  
[2026-06-23 08:39:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:39:34] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"nfc","face_verified":true,"idempotency_key":"5cc5ca45-ebd5-4fac-8e8a-76b155eebc97","latitude":-1.2958257936277335,"longitude":36.82796766019957,"pin":"1234","site_id":1,"timestamp":"2026-06-23 11:39:32","worker_id":8}]  
[2026-06-23 08:39:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"642dc433-9a91-49da-9745-5e8123ccbe76","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:39:37","worker_id":3}]  
[2026-06-23 08:39:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:39:43] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"nfc","face_verified":true,"idempotency_key":"707b5d25-2942-40ee-9cc9-ddc14d0f55c8","latitude":-1.2956718194893495,"longitude":36.8279453705311,"pin":"1234","site_id":1,"timestamp":"2026-06-23 11:39:42","worker_id":2}]  
[2026-06-23 08:39:44] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 2 during check-in.  
[2026-06-23 08:40:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"aa7fdb60-12f8-4d3b-a810-2dec76b399f8","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:40:07","worker_id":3}]  
[2026-06-23 08:40:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:40:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d4b5daf6-edde-4736-9ded-b16fbc623336","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:40:37","worker_id":3}]  
[2026-06-23 08:40:38] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:41:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c9ddba18-6139-4a3d-9c72-89b40b469642","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:41:07","worker_id":3}]  
[2026-06-23 08:41:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:41:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"893c1ade-17ef-457a-8b72-a77393d284e5","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:41:37","worker_id":3}]  
[2026-06-23 08:41:38] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:42:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a8b91fa1-fa09-46ec-ac6d-f036c2b9c87b","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:42:07","worker_id":3}]  
[2026-06-23 08:42:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:42:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"86e40243-467c-4e77-9045-0a18a1ed7afb","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:42:37","worker_id":3}]  
[2026-06-23 08:42:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:42:43] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Facial Test Worker has ENTERED the geofence at Giga Construction Site at 2026-06-23 11:42:43.  
[2026-06-23 08:42:43] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Facial Test Worker entered Giga Construction Site.  
[2026-06-23 08:42:50] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Facial Test Worker has ENTERED the geofence at Giga Construction Site at 2026-06-23 11:42:50.  
[2026-06-23 08:42:50] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Facial Test Worker entered Giga Construction Site.  
[2026-06-23 08:42:58] testing.DEBUG: SyncController: Received bulk sync events: [{"idempotency_key":"f3f2e808-64ea-46f3-b4c9-3d49eb90f5b7","event_type":"nfc","worker_id":13,"site_id":13,"timestamp":"2026-06-23 08:42:58","direction":"in","pin":"1234","latitude":-1.3002,"longitude":36.8001}]  
[2026-06-23 08:43:03] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00.  
[2026-06-23 08:43:03] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 08:43:03] testing.INFO: ProcessSiteEvent: Idempotency key 38384874-3acd-45bf-9635-2053e3d81c6f already processed. Skipping.  
[2026-06-23 08:43:04] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-23 08:43:04] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:10:00.  
[2026-06-23 08:43:04] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 08:43:04] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:30:00.  
[2026-06-23 08:43:04] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 08:43:04] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-23 08:43:05] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-23 08:43:06] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00. Location: -1.3006, 36.8145.  
[2026-06-23 08:43:06] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 08:43:06] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 08:43:07] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00.  
[2026-06-23 08:43:07] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin@example.com / +254700000000) for worker Test Worker entered Test Site Office.  
[2026-06-23 08:43:07] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00. Location: -1.2921, 36.8219.  
[2026-06-23 08:43:07] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin-test@example.com / +254712345678) for worker Test Worker entered Test Site Office.  
[2026-06-23 08:43:07] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 27 at site 27. Distance: 10808.683063185m, Allowed: 200m.  
[2026-06-23 08:43:07] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has EXITED the geofence at Test Site Office at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 08:43:07] testing.INFO: ProcessSiteEvent: Geofence alert dispatched to admin (admin-test@example.com / +254712345678) for worker Test Worker exited Test Site Office.  
[2026-06-23 08:43:07] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker is absent from assigned site Test Site Office during the check at 2026-06-23 11:43:07. No GPS history recorded.  
[2026-06-23 08:43:07] testing.WARNING: CheckScheduledAbsences: Worker Test Worker is absent from site Test Site Office. Alert sent to admin@example.com / +254700000000.  
[2026-06-23 08:43:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"225cee04-4f16-47a1-ab9f-99cf3bfd6944","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:43:07","worker_id":3}]  
[2026-06-23 08:43:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:43:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ae874da5-9e9c-4020-b0ed-f97d81f63fe6","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:43:37","worker_id":3}]  
[2026-06-23 08:43:39] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:44:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8b800d74-9001-4189-987c-eafd419258da","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:44:07","worker_id":3}]  
[2026-06-23 08:44:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:44:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1873f0e4-e458-4200-a88c-608c970ae77e","latitude":-1.25,"longitude":36.799998333333335,"site_id":8,"timestamp":"2026-06-23 11:44:37","worker_id":3}]  
[2026-06-23 08:44:39] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 34761.927380545m, Allowed: 20m.  
[2026-06-23 08:44:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9361c0a8-d10d-43a1-9f4d-38f722125661","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:44:42","worker_id":3}]  
[2026-06-23 08:44:45] local.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 14:44 is outside work hours 08:00-09:00.  
[2026-06-23 08:44:46] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"f84caaaa-a25e-4e91-af28-8f225ea5c925","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:44:44","worker_id":3}]  
[2026-06-23 08:45:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0140ee30-f25a-472f-9095-ceb6d8f1fffd","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:45:12","worker_id":3}]  
[2026-06-23 08:45:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"24f6be67-b7ac-430c-9740-051d5d29fd93","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:45:42","worker_id":3}]  
[2026-06-23 08:46:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7ea919a8-3009-49aa-80fe-98b2dd3c303c","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:46:13","worker_id":3}]  
[2026-06-23 08:46:38] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"nfc","face_verified":true,"idempotency_key":"a82d7b26-d410-4e29-ab43-a312bf59ed17","latitude":-1.031585,"longitude":37.02371,"pin":"1234","site_id":8,"timestamp":"2026-06-23 11:46:37","worker_id":3}]  
[2026-06-23 08:46:39] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 3 during check-in.  
[2026-06-23 08:46:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"240c090d-d508-41ba-b0ef-a73abefea753","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:46:46","worker_id":3}]  
[2026-06-23 08:46:52] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"nfc","face_verified":true,"idempotency_key":"f53c3423-d762-4202-bcbb-61c82c407542","latitude":-1.031585,"longitude":37.02371,"pin":"1234","site_id":8,"timestamp":"2026-06-23 11:46:51","worker_id":3}]  
[2026-06-23 08:46:55] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 3 during check-in.  
[2026-06-23 08:47:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e0310a10-8d08-4171-9333-8f85cafbd237","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:47:20","worker_id":3}]  
[2026-06-23 08:47:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c3979ed1-a968-4297-aac8-eb53faa560ff","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:47:51","worker_id":3}]  
[2026-06-23 08:48:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"74dc8217-42d5-43a4-b217-cfbd653ff2f6","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:48:22","worker_id":3}]  
[2026-06-23 08:48:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e3049898-2dfd-4161-b376-bde5c2b03041","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:48:52","worker_id":3}]  
[2026-06-23 08:49:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"724b7ac0-a30b-46ec-96c7-fe7b29bb83c4","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:49:22","worker_id":3}]  
[2026-06-23 08:49:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1f76e7eb-8c9f-45a3-9877-0fc0a1f47e48","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:49:52","worker_id":3}]  
[2026-06-23 08:50:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"dfc73c6c-6406-447a-8870-8e545128853e","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:50:23","worker_id":3}]  
[2026-06-23 08:50:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3dcc8ddc-c816-4731-994d-a835dd07ea85","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:50:53","worker_id":3}]  
[2026-06-23 08:51:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b8ae24bf-b083-4202-8b8b-91f4ecb8829a","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:51:24","worker_id":3}]  
[2026-06-23 08:51:51] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"nfc","face_verified":true,"idempotency_key":"e7f9fb6a-9d30-4e69-a9a6-386dc1022363","latitude":-1.031585,"longitude":37.02371,"pin":"1234","site_id":8,"timestamp":"2026-06-23 11:51:50","worker_id":3}]  
[2026-06-23 08:51:53] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 3 during check-in.  
[2026-06-23 08:52:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b6df11db-8b87-46bc-8c06-73359e6087e8","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:51:59","worker_id":3}]  
[2026-06-23 08:52:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"564d8604-dea7-4537-839a-d817e86cfa87","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:52:29","worker_id":3}]  
[2026-06-23 08:53:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"81016d95-16a2-4f06-928b-c0f191a008a5","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:52:59","worker_id":3}]  
[2026-06-23 08:53:27] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"nfc","face_verified":true,"idempotency_key":"80b788d2-09d2-49e0-a966-501063de457d","latitude":-1.031585,"longitude":37.02371,"pin":"1234","site_id":8,"timestamp":"2026-06-23 11:53:25","worker_id":7}]  
[2026-06-23 08:53:29] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 7 during check-in.  
[2026-06-23 08:53:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6cb2905d-61cd-4ab2-9008-8c32a260b6ee","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:53:34","worker_id":3}]  
[2026-06-23 08:54:10] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"nfc","face_verified":true,"idempotency_key":"8c5967e4-2067-465f-86f4-18e06f966527","latitude":-1.031585,"longitude":37.02371,"pin":"1234","site_id":8,"timestamp":"2026-06-23 11:54:08","worker_id":3},{"event_type":"gps","idempotency_key":"9002b19d-b3be-4ead-a52f-cfd925b92881","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:54:08","worker_id":3}]  
[2026-06-23 08:54:10] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"nfc","face_verified":true,"idempotency_key":"8c5967e4-2067-465f-86f4-18e06f966527","latitude":-1.031585,"longitude":37.02371,"pin":"1234","site_id":8,"timestamp":"2026-06-23 11:54:08","worker_id":3},{"event_type":"gps","idempotency_key":"9002b19d-b3be-4ead-a52f-cfd925b92881","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:54:08","worker_id":3}]  
[2026-06-23 08:54:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"39288d9c-edbb-446b-8a4e-8546b3618964","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:54:43","worker_id":3}]  
[2026-06-23 08:55:16] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c59d3d3d-6e87-4ba2-9b79-0a949d989d69","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:55:14","worker_id":3}]  
[2026-06-23 08:55:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5e60396e-c1a9-482e-8b51-d1c59f863a3f","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:55:45","worker_id":3}]  
[2026-06-23 08:56:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5e777524-488c-442d-ad6b-e33c81f63415","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:56:16","worker_id":3}]  
[2026-06-23 08:56:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"80dede63-d010-4228-86bf-60207dfe6f4e","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:56:49","worker_id":3}]  
[2026-06-23 08:57:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0d83ee85-d187-4c5c-8e29-751be451599c","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:57:19","worker_id":3}]  
[2026-06-23 08:57:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a7ffb80f-1de9-4522-9bfc-aa09c62e9fd0","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:57:49","worker_id":3}]  
[2026-06-23 08:58:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a2167c80-d76a-46bb-a01d-1bb35843fe2b","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:58:19","worker_id":3}]  
[2026-06-23 08:58:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"be6b2654-cc79-4f21-a14b-3c8b804da78a","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:58:49","worker_id":3}]  
[2026-06-23 08:59:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"62f83dc1-3ea3-4655-9e8c-5839b55ea115","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:59:19","worker_id":3}]  
[2026-06-23 08:59:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1997b368-ed03-4f05-bfd8-b25498c4a0da","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 11:59:49","worker_id":3}]  
[2026-06-23 09:00:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"044718c0-962c-4728-aeb0-a7801f50e4c6","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 12:00:19","worker_id":3}]  
[2026-06-23 09:00:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2ba48d19-ee6b-48aa-95ab-7a0f83f96441","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 12:00:49","worker_id":3}]  
[2026-06-23 09:01:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"59a95807-8d48-43d0-8f1c-938482f5a95c","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 12:01:19","worker_id":2}]  
[2026-06-23 09:01:21] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"7927d33c-7561-49ff-9ce5-c6de9ff21d6b","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 12:01:20","worker_id":2}]  
[2026-06-23 09:01:21] local.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 15:01 is outside work hours 08:00-09:00.  
[2026-06-23 09:01:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"469ca4cb-b920-4354-814d-4767446df92e","latitude":-1.031585,"longitude":37.02371,"site_id":1,"timestamp":"2026-06-23 12:01:40","worker_id":1}]  
[2026-06-23 09:01:42] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 36568.293681755m, Allowed: 50m.  
[2026-06-23 09:01:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"308088d8-dc6d-4321-82d7-c13f4e355485","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 12:01:45","worker_id":2}]  
[2026-06-23 09:01:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fc16a130-f231-4085-ba55-0aa015ef3fb0","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 12:01:50","worker_id":3}]  
[2026-06-23 09:02:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"451b6acc-b1d5-4026-b6df-caa49f36ebc5","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 12:02:20","worker_id":3}]  
[2026-06-23 09:02:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3d6cc274-1743-4ffe-bdad-4a258f91f453","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 12:02:50","worker_id":3}]  
[2026-06-23 09:03:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5d53ca00-67f2-4079-b3e2-81a9f6a34b37","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 12:03:20","worker_id":3}]  
[2026-06-23 09:03:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9740058d-80d2-495c-b21a-4aaa87a604e7","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 12:03:50","worker_id":3}]  
[2026-06-23 09:04:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"20316c4c-cc94-467f-9864-07f9d405c3a6","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 12:04:21","worker_id":3}]  
[2026-06-23 09:04:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"908f25f1-7cb9-4bb2-a300-709f1b2bca86","latitude":-1.031585,"longitude":37.02371,"site_id":1,"timestamp":"2026-06-23 12:04:53","worker_id":1}]  
[2026-06-23 09:04:55] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 36568.293681755m, Allowed: 50m.  
[2026-06-23 09:05:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4afcc576-fe3c-4161-86e7-ad7365829685","latitude":-1.031585,"longitude":37.02371,"site_id":1,"timestamp":"2026-06-23 12:05:24","worker_id":1}]  
[2026-06-23 09:05:28] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 36568.293681755m, Allowed: 50m.  
[2026-06-23 09:05:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cf30d23d-57b5-4b9b-9d7c-898741ffb1f0","latitude":-1.031585,"longitude":37.02371,"site_id":1,"timestamp":"2026-06-23 12:05:54","worker_id":1}]  
[2026-06-23 09:05:58] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 36568.293681755m, Allowed: 50m.  
[2026-06-23 09:06:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ffeb18e4-6e5a-4603-912c-5e98108c7f7a","latitude":-1.031585,"longitude":37.02371,"site_id":1,"timestamp":"2026-06-23 12:06:25","worker_id":1}]  
[2026-06-23 09:06:28] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 36568.293681755m, Allowed: 50m.  
[2026-06-23 09:06:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"dfad62fb-8eee-47d9-b07a-2fa9573322f3","latitude":-1.031585,"longitude":37.02371,"site_id":1,"timestamp":"2026-06-23 12:06:55","worker_id":1}]  
[2026-06-23 09:06:58] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 36568.293681755m, Allowed: 50m.  
[2026-06-23 09:07:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e58b5e4b-8aef-42de-b24a-260a6dfa8a79","latitude":-1.031585,"longitude":37.02371,"site_id":1,"timestamp":"2026-06-23 12:07:26","worker_id":1}]  
[2026-06-23 09:07:31] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 1. Distance: 36568.293681755m, Allowed: 50m.  
[2026-06-23 09:08:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"be01750c-2b59-435c-bd17-62506c961adf","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:08:07","worker_id":3}]  
[2026-06-23 09:08:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:08:07, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:08:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ff4f2167-efd7-4f14-bd7c-ba8ccf2955a3","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:08:42","worker_id":3}]  
[2026-06-23 09:08:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:08:42, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:09:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f8a29d6e-8739-4d90-957e-7df88f9c944e","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:09:12","worker_id":3}]  
[2026-06-23 09:09:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:09:12, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:09:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ae35b1f2-7797-4d6c-b9bc-d54435899afc","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:09:42","worker_id":3}]  
[2026-06-23 09:09:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:09:42, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:10:15] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5f440142-c2ca-4076-97f6-e324b012d07c","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:10:13","worker_id":3}]  
[2026-06-23 09:10:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:10:13, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:10:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9553cfe7-8ac8-403d-96ef-7a0ccaad1ffb","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:10:43","worker_id":3}]  
[2026-06-23 09:10:47] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:10:43, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:11:15] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"93c69137-702b-4e6d-8693-89882530badd","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:11:13","worker_id":3}]  
[2026-06-23 09:11:17] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:11:13, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:11:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"564d1050-8b16-4b2d-8d23-733c7b864d30","latitude":-1.03162,"longitude":37.02376833333334,"site_id":8,"timestamp":"2026-06-23 09:11:43","worker_id":3}]  
[2026-06-23 09:11:47] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:11:43, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:11:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a36b638f-7251-40ad-aa70-8897309e96a8","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:11:53","worker_id":3}]  
[2026-06-23 09:11:56] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"21727491-b4bd-4aec-8280-b1872d0bf2fd","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:11:54","worker_id":3}]  
[2026-06-23 09:11:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:11:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:11:53, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:11:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:11:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:11:54, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:12:00] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bf96254c-afc2-47c0-bad9-dfe013119b8e","latitude":-1.031875,"longitude":37.02398,"site_id":8,"timestamp":"2026-06-23 09:11:58","worker_id":3}]  
[2026-06-23 09:12:02] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 43.850358642936m, Allowed: 20m.  
[2026-06-23 09:12:02] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:11:58, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:12:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"dee21ecc-b033-41fa-93a7-be36ce9ec5a5","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:12:03","worker_id":3}]  
[2026-06-23 09:12:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:12:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:12:03, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:12:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"44de35d6-68c3-40c3-af77-be06d0aa3a3c","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:12:08","worker_id":3}]  
[2026-06-23 09:12:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:12:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:12:08, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:12:15] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"74f2ace4-5660-4eee-87e6-c7a307627efb","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:12:13","worker_id":3}]  
[2026-06-23 09:12:15] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"5f5ad667-56ca-4901-80da-f24c1a443cb3","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:12:14","worker_id":3}]  
[2026-06-23 09:12:17] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:12:13, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:12:17] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:12:14, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:12:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fc3e67c5-16b7-41f7-a8f9-4c49882caf43","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:12:23","worker_id":3}]  
[2026-06-23 09:12:25] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"e3ff5317-fc5d-44e5-a7c0-b106259ea2f1","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:12:24","worker_id":3}]  
[2026-06-23 09:12:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:12:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:12:23, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:12:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:12:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:12:24, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:12:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f0e95543-593c-472d-8d29-1deabab17854","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:12:28","worker_id":3}]  
[2026-06-23 09:12:32] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:12:32] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:12:28, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:12:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f1f925fc-d1ce-4a11-af54-dfc607347748","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:12:33","worker_id":3}]  
[2026-06-23 09:12:35] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:12:35] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:12:33, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:12:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d978bdf7-5dc1-4590-b59e-498cf6abd86d","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:12:38","worker_id":3}]  
[2026-06-23 09:12:40] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"c71f08f6-c150-4eec-be67-fb7cecef46c1","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:12:39","worker_id":3}]  
[2026-06-23 09:12:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:12:38, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:12:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:12:39, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:12:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f30f58f7-29a1-40d2-b2d8-7b65be0ebf6d","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:12:48","worker_id":3}]  
[2026-06-23 09:12:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:12:50] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:12:48, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:12:50] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"16a322fa-d823-44cd-9faa-e484df264da4","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:12:49","worker_id":3}]  
[2026-06-23 09:12:53] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:12:53] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:12:49, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:12:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"50218867-3c47-4195-83e7-4290add8f0c0","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:12:53","worker_id":3}]  
[2026-06-23 09:12:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:12:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:12:53, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:13:00] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"15574a02-41cf-439e-9114-10c1c0611796","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:12:58","worker_id":3}]  
[2026-06-23 09:13:02] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:13:02] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:12:58, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:13:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"63e258a3-3c8e-48ea-8447-b41a2d2a5985","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:13:03","worker_id":3}]  
[2026-06-23 09:13:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:13:03, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:13:05] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"0ff32fbd-9771-4df3-b927-642f676242dd","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:13:04","worker_id":3}]  
[2026-06-23 09:13:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:13:04, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:13:15] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"52e19404-df91-4f54-b915-c202e04ada13","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:13:14","worker_id":3}]  
[2026-06-23 09:13:16] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"0d40c555-1dd8-486c-a943-9360a04677c3","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:13:15","worker_id":3}]  
[2026-06-23 09:13:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:13:17] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:13:14, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:13:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:13:17] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:13:15, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:13:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2fbff2e8-6dbd-49d6-bf21-9be4924e06a0","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:13:19","worker_id":3}]  
[2026-06-23 09:13:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:13:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:13:19, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:13:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fda29d2b-d2e3-4144-baa5-519c7f57d9b2","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:13:24","worker_id":3}]  
[2026-06-23 09:13:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:13:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:13:24, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:13:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fbce9ec6-c5c0-46a2-8550-0b403df6c7d9","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:13:29","worker_id":3}]  
[2026-06-23 09:13:31] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"ae87e5ae-00ee-40dd-b492-eeeed9e44a27","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:13:30","worker_id":3}]  
[2026-06-23 09:13:32] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:13:29, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:13:32] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:13:30, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:13:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"dcc21630-612b-4098-9ef1-00b5e06027c8","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:13:39","worker_id":3}]  
[2026-06-23 09:13:41] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"29359314-8c77-44af-9f07-53dae21cb18e","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:13:40","worker_id":3}]  
[2026-06-23 09:13:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:13:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:13:39, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:13:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:13:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:13:40, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:13:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"76a2c441-9392-4f14-ab60-69e370a3d052","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:13:44","worker_id":3}]  
[2026-06-23 09:13:47] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:13:47] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:13:44, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:13:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8579baee-27fd-4325-8b55-dd525deb89e6","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:13:49","worker_id":3}]  
[2026-06-23 09:13:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:13:50] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:13:49, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:13:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f807592f-aead-4b39-b49e-41050c157993","latitude":-1.0316483333333333,"longitude":37.0238,"site_id":8,"timestamp":"2026-06-23 09:13:54","worker_id":3}]  
[2026-06-23 09:13:56] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"fe9af2e2-1f47-4e58-ac4e-e4556469a78e","latitude":-1.0316483333333333,"longitude":37.0238,"site_id":8,"timestamp":"2026-06-23 09:13:55","worker_id":3}]  
[2026-06-23 09:13:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:13:54, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:13:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:13:55, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:14:00] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ae786f1d-621a-4d20-a3b2-7d7264bf83be","latitude":-1.031775,"longitude":37.023898333333335,"site_id":8,"timestamp":"2026-06-23 09:13:59","worker_id":3}]  
[2026-06-23 09:14:01] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"6b7af63b-fd5a-4ce8-bf3e-96a8f371cff3","latitude":-1.031775,"longitude":37.023898333333335,"site_id":8,"timestamp":"2026-06-23 09:14:00","worker_id":3}]  
[2026-06-23 09:14:02] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 29.539080548912m, Allowed: 20m.  
[2026-06-23 09:14:02] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:13:59, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:14:02] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 29.539080548912m, Allowed: 20m.  
[2026-06-23 09:14:02] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:14:00, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:14:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a74d6b47-b25c-44c4-9a64-e4f68c46a1ee","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:14:04","worker_id":3}]  
[2026-06-23 09:14:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:14:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:14:04, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:14:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"432a781f-e8df-4b58-a25d-ddeb002576c1","latitude":-1.0320483333333332,"longitude":37.024148333333336,"site_id":8,"timestamp":"2026-06-23 09:14:09","worker_id":3}]  
[2026-06-23 09:14:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 70.711367720955m, Allowed: 20m.  
[2026-06-23 09:14:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:14:09, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:14:16] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5280bc0e-9e33-483a-9cbf-9f5348220290","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:14:14","worker_id":3}]  
[2026-06-23 09:14:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:14:17] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:14:14, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:14:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"947e0335-d950-4bf9-b23d-ed8d83116c04","latitude":-1.0325983333333333,"longitude":37.02464833333333,"site_id":8,"timestamp":"2026-06-23 09:14:19","worker_id":3}]  
[2026-06-23 09:14:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 153.34956215563m, Allowed: 20m.  
[2026-06-23 09:14:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:14:19, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:14:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1dd47030-bcbc-414f-9cbf-936bc7a92079","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:14:24","worker_id":3}]  
[2026-06-23 09:14:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:14:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:14:24, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:14:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"656d8c4e-fc51-4c65-8e39-fb3aa1617248","latitude":-1.0315916666666667,"longitude":37.02373,"site_id":8,"timestamp":"2026-06-23 09:14:29","worker_id":3}]  
[2026-06-23 09:14:32] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:14:29, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:14:33] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"4f65bac9-26dc-4be0-aacf-104a8d4a6f45","latitude":-1.0315916666666667,"longitude":37.02373,"site_id":8,"timestamp":"2026-06-23 09:14:31","worker_id":3}]  
[2026-06-23 09:14:35] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:14:31, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:14:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"56b6cf62-cfb6-4cbd-b3d8-d3005ebcee07","latitude":-1.031775,"longitude":37.023898333333335,"site_id":8,"timestamp":"2026-06-23 09:14:49","worker_id":3}]  
[2026-06-23 09:14:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 29.539080548912m, Allowed: 20m.  
[2026-06-23 09:14:50] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:14:49, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:14:51] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"d02b9619-ceb4-4ad4-b26a-1db9a1e8797d","latitude":-1.031775,"longitude":37.023898333333335,"site_id":8,"timestamp":"2026-06-23 09:14:50","worker_id":3}]  
[2026-06-23 09:14:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 29.539080548912m, Allowed: 20m.  
[2026-06-23 09:14:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:14:50, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:14:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d4840646-675b-4d92-ae91-052472563db1","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:14:54","worker_id":3}]  
[2026-06-23 09:14:57] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:14:57] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:14:54, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:15:00] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c4307bef-9771-473d-963a-13679a5aa590","latitude":-1.0320483333333332,"longitude":37.024148333333336,"site_id":8,"timestamp":"2026-06-23 09:14:59","worker_id":2}]  
[2026-06-23 09:15:01] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"462cfe41-2dae-45ff-ae0c-363bc634ff8a","latitude":-1.0320483333333332,"longitude":37.024148333333336,"site_id":8,"timestamp":"2026-06-23 09:15:00","worker_id":2}]  
[2026-06-23 09:15:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 70.711367720955m, Allowed: 20m.  
[2026-06-23 09:15:03] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:14:59, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:15:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 70.711367720955m, Allowed: 20m.  
[2026-06-23 09:15:03] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:15:00, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:15:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cd27d3fd-b343-4cab-b7a7-f98c07cfac2a","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:15:04","worker_id":2}]  
[2026-06-23 09:15:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:15:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:15:04, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:15:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"22cea79c-5c99-4d7b-88c7-edc744085839","latitude":-1.0325983333333333,"longitude":37.02464833333333,"site_id":8,"timestamp":"2026-06-23 09:15:09","worker_id":2}]  
[2026-06-23 09:15:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 153.34956215563m, Allowed: 20m.  
[2026-06-23 09:15:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:15:09, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:15:15] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"94e279e6-13fd-45ad-a9a9-fcb17ccea315","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:15:14","worker_id":2}]  
[2026-06-23 09:15:18] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:15:14, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:15:18] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"055f728b-7d30-420d-b6d8-1ab2a740812b","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:15:17","worker_id":2}]  
[2026-06-23 09:15:21] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:15:17, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:15:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bd1a6e65-1b9e-45e3-a93e-0087e878d28f","latitude":-1.0317,"longitude":37.02383833333333,"site_id":8,"timestamp":"2026-06-23 09:15:35","worker_id":2}]  
[2026-06-23 09:15:39] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:15:35, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:15:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cec0dea5-5322-4518-80b6-86c32b26f4c2","latitude":-1.0319583333333333,"longitude":37.02406,"site_id":8,"timestamp":"2026-06-23 09:15:40","worker_id":2}]  
[2026-06-23 09:15:43] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"e31b19f5-398b-4701-b480-eb2a83e4bf2c","latitude":-1.0319583333333333,"longitude":37.02406,"site_id":8,"timestamp":"2026-06-23 09:15:42","worker_id":2}]  
[2026-06-23 09:15:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 56.693155059264m, Allowed: 20m.  
[2026-06-23 09:15:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:15:40, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:15:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 56.693155059264m, Allowed: 20m.  
[2026-06-23 09:15:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:15:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:15:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"40506f8a-9abd-440b-812a-b291718a5c8c","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 09:15:46","worker_id":2}]  
[2026-06-23 09:15:48] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 09:15:48] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:15:46, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:15:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"395f0fe2-e0f6-4bd0-9875-e9138ad81329","latitude":-1.0315883333333333,"longitude":37.023718333333335,"site_id":8,"timestamp":"2026-06-23 09:15:51","worker_id":2}]  
[2026-06-23 09:15:53] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"503eca2f-cdf4-4833-8767-e2b601118d86","latitude":-1.0315883333333333,"longitude":37.023718333333335,"site_id":8,"timestamp":"2026-06-23 09:15:51","worker_id":2}]  
[2026-06-23 09:15:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:15:51, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:15:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:15:51, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:16:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"46bbec9e-3ccd-4dd1-9220-90630d13ba69","latitude":-1.0317,"longitude":37.02383833333333,"site_id":8,"timestamp":"2026-06-23 09:16:01","worker_id":2}]  
[2026-06-23 09:16:03] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:16:01, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:16:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6dd88bad-fbe1-4ab4-8cbf-26e11a8434c5","latitude":-1.0319583333333333,"longitude":37.02406,"site_id":8,"timestamp":"2026-06-23 09:16:06","worker_id":2}]  
[2026-06-23 09:16:08] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"167e6dee-ac36-4680-b6b0-8ec648e8e06d","latitude":-1.0319583333333333,"longitude":37.02406,"site_id":8,"timestamp":"2026-06-23 09:16:06","worker_id":2}]  
[2026-06-23 09:16:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 56.693155059264m, Allowed: 20m.  
[2026-06-23 09:16:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:16:06, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:16:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 56.693155059264m, Allowed: 20m.  
[2026-06-23 09:16:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:16:06, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:16:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"235c190b-7f15-4864-9400-515f66946622","latitude":-1.0325183333333334,"longitude":37.02458,"site_id":8,"timestamp":"2026-06-23 09:16:11","worker_id":2}]  
[2026-06-23 09:16:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 141.66148382918m, Allowed: 20m.  
[2026-06-23 09:16:15] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:16:11, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:16:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"274d125b-3c66-40e5-93b4-06c5afe7e85a","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:16:16","worker_id":2}]  
[2026-06-23 09:16:18] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:16:16, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:16:18] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"6040e5d8-b667-4f2d-b997-d9742388ac47","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:16:17","worker_id":2}]  
[2026-06-23 09:16:21] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:16:17, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:16:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"58982b50-ee92-45d5-a9f8-f3637f125448","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:16:26","worker_id":2}]  
[2026-06-23 09:16:28] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"95511ea3-40fb-4bbc-aab4-d48870e8825c","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:16:27","worker_id":2}]  
[2026-06-23 09:16:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:16:30] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:16:26, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:16:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:16:30] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:16:27, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:16:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"034ecd3f-4d8e-41ef-ac14-d605b5e21495","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 09:16:32","worker_id":2}]  
[2026-06-23 09:16:33] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 09:16:33] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:16:32, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:16:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7769685f-9f5f-43ad-9099-1d718bc626f8","latitude":-1.0325183333333334,"longitude":37.02458,"site_id":8,"timestamp":"2026-06-23 09:16:37","worker_id":2}]  
[2026-06-23 09:16:39] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 141.66148382918m, Allowed: 20m.  
[2026-06-23 09:16:39] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:16:37, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:16:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1ae3965d-0d4f-450c-9f9b-2babfbed9fa8","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:16:42","worker_id":2}]  
[2026-06-23 09:16:43] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"bf634dfe-e1ab-440a-9e14-a87897a985d8","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:16:42","worker_id":2}]  
[2026-06-23 09:16:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:16:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:16:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:16:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:16:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"aa0b0e2e-c2cd-4a72-b451-5cd0c5bfee34","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:16:52","worker_id":2}]  
[2026-06-23 09:16:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:16:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:16:52, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:16:55] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"ffee3f6a-2dd4-4f4b-aa80-7acd464b5eff","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:16:53","worker_id":2}]  
[2026-06-23 09:16:57] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:16:57] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:16:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:16:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a48d7b28-1462-46a9-b53f-8d00f14307b9","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:16:57","worker_id":2}]  
[2026-06-23 09:17:00] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:17:00] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:16:57, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:17:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"40162b9d-f009-4865-a5cb-f465ef7e62bc","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:17:02","worker_id":2}]  
[2026-06-23 09:17:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:17:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:17:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:17:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"65023400-64b1-4a21-96f5-641bea7cb09a","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:17:07","worker_id":2}]  
[2026-06-23 09:17:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:17:07, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:17:09] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"7b8b3a6e-964f-4f06-875a-b2c70fa86ffd","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:17:08","worker_id":2}]  
[2026-06-23 09:17:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:17:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:17:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7ebdb0d7-0ddc-4fda-92d9-03d0bb505f68","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:17:18","worker_id":2}]  
[2026-06-23 09:17:20] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"55a89893-1532-4c4f-9108-b4b437391d9e","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:17:18","worker_id":2}]  
[2026-06-23 09:17:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:17:21] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:17:18, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:17:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:17:21] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:17:18, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:17:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ad44807c-3fcc-48f7-b8ee-e7f3c00dc531","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:17:23","worker_id":2}]  
[2026-06-23 09:17:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:17:24] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:17:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:17:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b2b19f0b-e932-4744-b3d9-6d2666947139","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:17:28","worker_id":2}]  
[2026-06-23 09:17:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:17:30] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:17:28, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:17:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"46af4feb-2ece-4076-9239-5ffe1db9e9aa","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:17:33","worker_id":2}]  
[2026-06-23 09:17:35] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"64f84989-f77e-4520-b286-1e1d8891767b","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:17:34","worker_id":2}]  
[2026-06-23 09:17:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:17:33, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:17:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:17:34, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:17:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e08e29a7-14c9-4cfa-b407-d69fe16997ec","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:17:43","worker_id":2}]  
[2026-06-23 09:17:45] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"a6446c21-69ad-492b-ac9d-c546203b4c4b","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:17:44","worker_id":2}]  
[2026-06-23 09:17:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:17:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:17:43, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:17:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:17:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:17:44, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:17:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5edce879-2b36-4069-b162-9cb18cac1e6c","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:17:48","worker_id":2}]  
[2026-06-23 09:17:51] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:17:51] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:17:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:17:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"04bf731b-108d-4adc-bbd9-a6edfd092466","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:17:53","worker_id":2}]  
[2026-06-23 09:17:57] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:17:57] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:17:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:17:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c112dbcc-3dc4-4ab2-84c1-bcb35c95b006","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:17:58","worker_id":2}]  
[2026-06-23 09:18:00] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"4307c0bc-8911-40c2-915a-eae46799947b","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:17:58","worker_id":2}]  
[2026-06-23 09:18:00] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:17:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:18:00] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:17:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:18:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"506834fe-cf60-43eb-8024-11678eb730fc","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:18:08","worker_id":2}]  
[2026-06-23 09:18:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:18:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:18:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:18:10] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"04359cfa-c3b9-447d-8c82-2d085a86e444","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:18:08","worker_id":2}]  
[2026-06-23 09:18:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:18:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:18:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:18:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5302967f-2d9d-48c6-99fa-71aca4b76c87","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:18:13","worker_id":2}]  
[2026-06-23 09:18:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:18:15] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:18:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:18:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"79407c3e-680e-481f-bfca-9ca7f29211f4","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:18:18","worker_id":2}]  
[2026-06-23 09:18:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:18:21] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:18:18, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:18:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cbffed8e-d078-45bc-a715-d9300ee0b56a","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:18:23","worker_id":2}]  
[2026-06-23 09:18:24] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:18:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:18:25] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"174eb112-b017-4d8b-85e1-197372f1e973","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:18:24","worker_id":2}]  
[2026-06-23 09:18:28] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:18:24, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:18:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5c60f22b-640e-4c76-a287-9250e706d621","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:18:33","worker_id":2}]  
[2026-06-23 09:18:35] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"eded16ad-6a23-4568-b879-96e744dc47c6","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:18:34","worker_id":2}]  
[2026-06-23 09:18:37] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:18:37] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:18:33, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:18:37] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:18:37] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:18:34, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:18:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9b582a28-1346-4af5-9ee4-98a99ac2951a","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:18:38","worker_id":2}]  
[2026-06-23 09:18:40] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:18:40] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:18:38, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:18:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5b555890-b5b1-460c-a99a-ec60320a90f8","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:18:43","worker_id":2}]  
[2026-06-23 09:18:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:18:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:18:43, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:18:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5cab147f-c0a8-4eff-a79b-5b5c93c28685","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:18:48","worker_id":2}]  
[2026-06-23 09:18:50] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"4e819fcf-4c56-403a-8ccc-b99cb200a6b0","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:18:49","worker_id":2}]  
[2026-06-23 09:18:52] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:18:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:18:52] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:18:49, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:18:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d59828d9-7443-4c37-942f-fc175d9442f0","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:18:58","worker_id":2}]  
[2026-06-23 09:19:00] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"bc607a1d-13ea-4a66-b84c-066cc1b866ca","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:18:59","worker_id":2}]  
[2026-06-23 09:19:01] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:19:01] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:18:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:19:01] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:19:01] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:18:59, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:19:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"374c0854-b390-4a48-bf81-5a471b8bef5f","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 09:19:03","worker_id":2}]  
[2026-06-23 09:19:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 09:19:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:19:03, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:19:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d4e0477b-f237-4132-a07b-822a4b9c609d","latitude":-1.0325183333333334,"longitude":37.02458,"site_id":8,"timestamp":"2026-06-23 09:19:08","worker_id":2}]  
[2026-06-23 09:19:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 141.66148382918m, Allowed: 20m.  
[2026-06-23 09:19:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:19:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:19:15] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e5284ca1-0255-4b40-b57e-eb9c5ac989a8","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:19:13","worker_id":2}]  
[2026-06-23 09:19:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:19:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:19:16] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"2780595d-8292-4049-adde-d9a1d4480552","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:19:15","worker_id":2}]  
[2026-06-23 09:19:19] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:19:15, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:19:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d8efbd0f-ca20-4ff7-a1ac-5fc41fd108fe","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:19:23","worker_id":2}]  
[2026-06-23 09:19:25] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:19:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:19:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:19:26] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"1ae155ea-9e1b-4a09-98a5-3140535a2ffb","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:19:24","worker_id":2}]  
[2026-06-23 09:19:28] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:19:28] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:19:24, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:19:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9507ef3a-939a-48a6-a526-b2108e2e35ed","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:19:29","worker_id":2}]  
[2026-06-23 09:19:31] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:19:31] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:19:29, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:19:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3714fa7c-c9ff-4bc3-b3f5-6d9389b15113","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:19:34","worker_id":2}]  
[2026-06-23 09:19:37] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:19:37] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:19:34, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:19:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9d6058d9-4b1b-47e9-aa8f-cf82b7924382","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:19:39","worker_id":2}]  
[2026-06-23 09:19:41] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"b8d511d5-c047-40ab-a5ee-541f0c5460c5","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:19:40","worker_id":2}]  
[2026-06-23 09:19:43] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:19:39, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:19:43] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:19:40, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:19:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2d0e7dcc-8881-447c-b863-d8056561d9c8","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:19:49","worker_id":2}]  
[2026-06-23 09:19:51] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"4461a98a-0034-4918-a555-a89a65cd9bd5","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:19:50","worker_id":2}]  
[2026-06-23 09:19:52] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:19:52] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:19:49, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:19:52] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:19:52] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:19:50, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:19:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"80b06dbe-ade6-4931-9bad-7268065648e6","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:19:54","worker_id":2}]  
[2026-06-23 09:19:58] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:19:58] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:19:54, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:20:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"030dce87-a53b-4456-81ec-424fc4ccf410","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:19:59","worker_id":2}]  
[2026-06-23 09:20:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:20:04] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:19:59, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:20:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1bfda192-7e93-43e1-89b1-dbec8c3dcbae","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:20:04","worker_id":2}]  
[2026-06-23 09:20:06] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"6b4657d5-4478-4111-abf8-575ce5c6d81a","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:20:05","worker_id":2}]  
[2026-06-23 09:20:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:20:04, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:20:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:20:05, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:20:15] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"645d83bc-b5b9-44fa-b514-f7ccae5b4a11","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:20:14","worker_id":2}]  
[2026-06-23 09:20:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:20:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:20:14, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:20:17] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"97c254fa-69a2-4b9d-90b1-ca45f411330c","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:20:15","worker_id":2}]  
[2026-06-23 09:20:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:20:19] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:20:15, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:20:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"58231139-d99b-4a0f-b488-218010501d19","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:20:19","worker_id":2}]  
[2026-06-23 09:20:22] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:20:22] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:20:19, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:20:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"71f510ff-3f72-417f-ae04-0513e43ee491","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:20:24","worker_id":2}]  
[2026-06-23 09:20:28] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:20:28] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:20:24, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:20:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"527f617f-b5f7-480f-95ef-c992f4052ef1","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:20:29","worker_id":2}]  
[2026-06-23 09:20:31] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:20:29, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:20:31] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"34322202-5b89-44f9-9980-4bda379fd5c3","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:20:30","worker_id":2}]  
[2026-06-23 09:20:34] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:20:30, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:20:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"69b64585-376f-4a4a-ba36-dfc754dac747","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:20:39","worker_id":2}]  
[2026-06-23 09:20:42] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"9e7345a9-4118-4a85-9dc3-d5ac5e7bd7a2","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:20:40","worker_id":2}]  
[2026-06-23 09:20:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:20:43] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:20:39, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:20:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:20:43] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:20:40, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:20:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a8ed3be6-8e51-47ca-817d-9d8dcb526b5b","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:20:44","worker_id":2}]  
[2026-06-23 09:20:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:20:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:20:44, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:20:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bb789c83-9d14-4570-bf1b-0787a69acb04","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:20:49","worker_id":2}]  
[2026-06-23 09:20:52] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:20:52] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:20:49, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:20:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"460e4447-3fb4-46f8-8370-b36d48f7e236","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:20:54","worker_id":2}]  
[2026-06-23 09:20:56] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"731d3708-75bd-4d35-af2e-f9f7d70ceb8f","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:20:55","worker_id":2}]  
[2026-06-23 09:20:58] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:20:54, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:20:58] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:20:55, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:21:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"69efd85b-bdd8-4863-86a7-986a72cfc37d","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:21:04","worker_id":2}]  
[2026-06-23 09:21:06] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"f8f270c9-be88-456e-ad48-56ae7c08343c","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:21:05","worker_id":2}]  
[2026-06-23 09:21:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:21:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:21:04, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:21:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:21:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:21:05, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:21:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5fd8123b-c2fe-4ab0-8237-a1251e76fb15","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:21:09","worker_id":2}]  
[2026-06-23 09:21:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:21:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:21:09, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:21:16] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8d396ad8-6c57-4a96-8a65-a1fdc3af97fd","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:21:14","worker_id":2}]  
[2026-06-23 09:21:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:21:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:21:14, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:21:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"acdae4e2-f58e-4eb6-b97c-12a5bde389d3","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:21:19","worker_id":2}]  
[2026-06-23 09:21:21] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"92bd3161-d519-4933-9952-0b417bd5d346","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:21:20","worker_id":2}]  
[2026-06-23 09:21:23] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:21:19, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:21:23] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:21:20, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4ab034e6-3659-4dd5-9473-dec0c68e3d09","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:21:30","worker_id":2},{"direction":"out","event_type":"geofence","idempotency_key":"adc68d46-e105-475e-ac68-9fac022bc8d4","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:21:31","worker_id":2},{"event_type":"gps","idempotency_key":"58a23a92-c847-4d25-9875-301edcc8c8a5","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:21:35","worker_id":2},{"event_type":"gps","idempotency_key":"435dc126-28db-449a-88f1-34e4c2e83320","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:21:40","worker_id":2},{"event_type":"gps","idempotency_key":"decc1bb3-b02d-42be-a5d3-0059de116307","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:21:45","worker_id":2},{"direction":"in","event_type":"geofence","idempotency_key":"ea0d2343-88cd-4d99-9c5c-01f0ba9cc727","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:21:45","worker_id":2},{"event_type":"gps","idempotency_key":"7abb3861-5ecc-4010-b030-d3e5185ec089","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:21:55","worker_id":2},{"direction":"out","event_type":"geofence","idempotency_key":"76868a4c-d153-4b3c-a12e-23d9fa508c53","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:21:55","worker_id":2},{"event_type":"gps","idempotency_key":"2b13f2bf-beb9-4b6f-b0d0-a2f6398bda4d","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:22:00","worker_id":2}]  
[2026-06-23 09:22:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:22:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:21:30, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:22:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:21:31, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:22:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:21:35, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:22:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:21:40, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:21:45, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:21:45, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:22:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:21:55, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:22:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:21:55, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:22:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:22:00, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2a69574c-8878-4b2f-b539-894682b2a65c","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:22:05","worker_id":2}]  
[2026-06-23 09:22:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:22:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:22:05, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"16529b90-0eeb-4b24-8351-89846371e5e4","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:22:10","worker_id":2}]  
[2026-06-23 09:22:12] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"b8b756d5-2e0e-4517-a528-ce3337702c99","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:22:11","worker_id":2}]  
[2026-06-23 09:22:14] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:22:10, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:14] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:22:11, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"99a34dbc-c9f9-48ce-a549-606463387297","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:22:20","worker_id":2}]  
[2026-06-23 09:22:22] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"25744f5c-373a-45b1-a3a1-cd5cba653c0c","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:22:21","worker_id":2}]  
[2026-06-23 09:22:23] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:22:23] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:22:20, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:23] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:22:23] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:22:21, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a186c220-980c-4e1a-8cc8-aa389c06f44f","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:22:25","worker_id":2}]  
[2026-06-23 09:22:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:22:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:22:25, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"48c1663f-5776-437c-b8fc-08e20bc40ac1","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:22:30","worker_id":2}]  
[2026-06-23 09:22:32] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:22:32] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:22:30, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"76bbecb2-3369-4be2-a662-891373ad2ab2","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:22:35","worker_id":2}]  
[2026-06-23 09:22:37] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"d02a6595-67f7-4019-8ac8-f9419f652ca4","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:22:36","worker_id":2}]  
[2026-06-23 09:22:38] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:22:35, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:38] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:22:36, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7cc3875b-6500-48aa-9b8d-d1938331ce44","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:22:45","worker_id":2}]  
[2026-06-23 09:22:47] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"3be71a01-1157-4e2b-b513-61d952ed7f83","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:22:46","worker_id":2}]  
[2026-06-23 09:22:47] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:22:47] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:22:45, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:47] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:22:47] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:22:46, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"aff85998-23cb-4df9-86ac-30a025a1cefa","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:22:50","worker_id":2}]  
[2026-06-23 09:22:53] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:22:53] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:22:50, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:22:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3b815182-e9b3-43ec-aa99-17feb86af932","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:22:55","worker_id":2}]  
[2026-06-23 09:22:59] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:22:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:22:55, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:23:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6f36c204-ecf7-498d-9bd4-f0b5115d6ee7","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:23:00","worker_id":2}]  
[2026-06-23 09:23:02] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"b00e3449-5a8e-498b-ad71-760f9b61fd3f","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:23:01","worker_id":2}]  
[2026-06-23 09:23:02] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:23:00, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:23:02] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:23:01, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:23:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e09ac37b-e560-411a-9e40-57edc88bdeea","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:23:10","worker_id":2}]  
[2026-06-23 09:23:12] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"a22f20cc-7155-4bfe-bdfe-ee45c99ef1e6","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:23:11","worker_id":2}]  
[2026-06-23 09:23:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:23:14] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:23:10, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:23:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:23:14] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:23:11, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:23:16] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4beff7da-855d-4bdd-bbb4-77e0eaa22eca","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:23:15","worker_id":2}]  
[2026-06-23 09:23:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:23:17] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:23:15, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:23:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7954252b-595f-4f85-8d07-2416e0108223","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:23:20","worker_id":2}]  
[2026-06-23 09:23:23] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:23:23] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:23:20, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:23:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d10db088-2e38-473f-891d-2b9cac039168","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:23:25","worker_id":2}]  
[2026-06-23 09:23:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:23:25, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:23:27] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"29005dd6-ae7a-4221-a503-f3f1f7e16337","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:23:26","worker_id":2}]  
[2026-06-23 09:23:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:23:26, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:23:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"efc2ffb4-ea58-4e5e-a119-0dd6e16add64","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:23:35","worker_id":2}]  
[2026-06-23 09:23:37] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"a25d6250-d292-40f8-81ce-7715a92e46f2","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:23:36","worker_id":2}]  
[2026-06-23 09:23:38] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:23:38] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:23:35, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:23:38] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:23:38] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:23:36, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:23:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c62ebb4f-a8b5-44aa-868c-b6d29d1c240c","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:23:40","worker_id":2}]  
[2026-06-23 09:23:44] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:23:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:23:40, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:23:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1846ed86-654e-4027-8a97-7cfe6c3c2f49","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:23:45","worker_id":2}]  
[2026-06-23 09:23:47] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:23:47] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:23:45, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:23:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b3b30dcd-0d84-4dc6-982a-80f9a0dd408f","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:23:50","worker_id":2}]  
[2026-06-23 09:23:52] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"722a9bfc-1804-4627-8974-355af29b8923","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:23:51","worker_id":2}]  
[2026-06-23 09:23:53] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:23:50, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:23:53] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:23:51, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:23:56] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 09:23:56] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Facial Test Worker has ENTERED the geofence at Giga Construction Site at 2026-06-23 12:23:56.  
[2026-06-23 09:23:56] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 09:23:56] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Facial Test Worker entered Giga Construction Site.  
[2026-06-23 09:24:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"57b34f9f-1c14-4619-ba76-912e493eb4fa","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:24:00","worker_id":2}]  
[2026-06-23 09:24:02] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"5d83c174-a727-4415-9a06-81e10fdde118","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:24:01","worker_id":2}]  
[2026-06-23 09:24:02] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:24:02] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:24:00, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:24:02] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:24:02] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:24:01, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:24:03] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 09:24:03] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Facial Test Worker has ENTERED the geofence at Giga Construction Site at 2026-06-23 12:24:03.  
[2026-06-23 09:24:03] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 09:24:03] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Facial Test Worker entered Giga Construction Site.  
[2026-06-23 09:24:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"879e4f64-11c8-41f3-93d5-798b8478d18e","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:24:05","worker_id":2}]  
[2026-06-23 09:24:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:24:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:24:05, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:24:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"12893213-749e-4199-9836-fde0f0a1dad1","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:24:10","worker_id":2}]  
[2026-06-23 09:24:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:24:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:24:10, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:24:14] testing.DEBUG: SyncController: Received bulk sync events: [{"idempotency_key":"78dc3eaf-5991-4180-8064-73959c48e204","event_type":"nfc","worker_id":13,"site_id":13,"timestamp":"2026-06-23 09:24:14","direction":"in","pin":"1234","latitude":-1.3002,"longitude":36.8001}]  
[2026-06-23 09:24:16] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"06ea0ba1-428b-4c97-8f4f-19a977e50206","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:24:15","worker_id":2}]  
[2026-06-23 09:24:17] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"772d11cf-70c6-4e0b-9c70-1edfa3fb3217","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:24:16","worker_id":2}]  
[2026-06-23 09:24:17] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:24:15, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:24:17] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:24:16, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:24:19] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 09:24:19] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00.  
[2026-06-23 09:24:19] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 09:24:19] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 09:24:19] testing.INFO: ProcessSiteEvent: Idempotency key 9f45ee81-0ae0-4a65-b01e-1142e99898b4 already processed. Skipping.  
[2026-06-23 09:24:20] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-23 09:24:20] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 09:24:20] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:10:00.  
[2026-06-23 09:24:20] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 09:24:20] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 09:24:20] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 09:24:20] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:30:00.  
[2026-06-23 09:24:20] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 09:24:20] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 09:24:20] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-23 09:24:21] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-23 09:24:21] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 09:24:21] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00. Location: -1.3006, 36.8145.  
[2026-06-23 09:24:21] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 09:24:21] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 09:24:22] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 09:24:22] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 09:24:22] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00.  
[2026-06-23 09:24:22] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 09:24:22] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 09:24:22] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 09:24:22] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00. Location: -1.2921, 36.8219.  
[2026-06-23 09:24:22] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 09:24:22] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 09:24:22] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 27 at site 27. Distance: 10808.683063185m, Allowed: 200m.  
[2026-06-23 09:24:22] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 09:24:22] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has EXITED the geofence at Test Site Office at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 09:24:22] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 09:24:22] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker exited Test Site Office.  
[2026-06-23 09:24:23] testing.INFO: CheckScheduledAbsences: Email notification successfully sent for worker Test Worker.  
[2026-06-23 09:24:23] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker is absent from assigned site Test Site Office during the check at 2026-06-23 12:24:23. No GPS history recorded.  
[2026-06-23 09:24:23] testing.INFO: CheckScheduledAbsences: SMS notification successfully sent for worker Test Worker.  
[2026-06-23 09:24:23] testing.WARNING: CheckScheduledAbsences: Worker Test Worker is absent from site Test Site Office. Alert sent/logged to admin@example.com / +254700000000.  
[2026-06-23 09:24:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"115245ec-d966-4f17-a0c1-ea57a80211c9","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:24:25","worker_id":2}]  
[2026-06-23 09:24:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:24:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:24:25, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:24:27] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"0082f52b-6fb4-40c5-aef7-5445f52d697a","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:24:26","worker_id":2}]  
[2026-06-23 09:24:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:24:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:24:26, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:24:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0bdf97ca-26fd-4ae2-b088-22fe349c3524","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:24:31","worker_id":2}]  
[2026-06-23 09:24:32] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:24:32] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:24:31, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:24:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5eea9894-c12a-484e-ac48-94459d043531","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:24:36","worker_id":2}]  
[2026-06-23 09:24:38] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:24:38] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:24:36, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:24:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"95d7133c-303b-444c-8c1d-190a12139e67","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:24:41","worker_id":2}]  
[2026-06-23 09:24:43] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"88b465d3-2477-451d-a107-070cf6c27fa3","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:24:42","worker_id":2}]  
[2026-06-23 09:24:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:24:41, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:24:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:24:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:24:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3b73f3d6-faf5-437b-b759-b42ee7e35171","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:24:51","worker_id":2}]  
[2026-06-23 09:24:53] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"82f3ecd4-d0b1-4c38-83e7-ae029876974c","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:24:52","worker_id":2}]  
[2026-06-23 09:24:53] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:24:53] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:24:51, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:24:53] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:24:53] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:24:52, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:24:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"651d900f-8ad8-4d59-a6d6-9c890d3252de","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:24:56","worker_id":2}]  
[2026-06-23 09:25:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d37f3c0b-5d60-472a-b543-3aee5874d57f","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:25:01","worker_id":2}]  
[2026-06-23 09:25:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"26dc87e0-721a-4a2f-a147-91a6737eafab","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:25:06","worker_id":2}]  
[2026-06-23 09:25:08] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"9dc67e1d-a659-4bf7-93b4-84df3ff51c61","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:25:07","worker_id":2}]  
[2026-06-23 09:25:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e93a233d-607a-4834-a522-0a91fb883dc7","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:25:16","worker_id":2}]  
[2026-06-23 09:25:18] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"33defe23-4e86-4d04-913c-56c439a84a70","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:25:17","worker_id":2}]  
[2026-06-23 09:25:22] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:25:22] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:24:56, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:25:22] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:25:22] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:25:01, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:25:22] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:25:06, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:25:22] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:25:07, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:25:22] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:25:22] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:25:16, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:25:22] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:25:22] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:25:17, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:25:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8f9a74ff-048f-455d-84f5-354af9e2f5af","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:25:21","worker_id":2}]  
[2026-06-23 09:25:25] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:25:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:25:21, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:25:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"76a796d0-5539-4a9b-8f0e-68a83a3fb212","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:25:26","worker_id":2}]  
[2026-06-23 09:25:28] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:25:28] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:25:26, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:25:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cb6d0e83-9cf9-4c8b-a10e-acd9b9187c67","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:25:31","worker_id":2}]  
[2026-06-23 09:25:33] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"9658b3d2-faef-4453-9e77-1768d2ec9baa","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:25:32","worker_id":2}]  
[2026-06-23 09:25:34] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:25:31, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:25:34] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:25:32, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:25:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bfa17be2-9f76-48c0-9075-fde1e1b5c0ba","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:25:41","worker_id":2}]  
[2026-06-23 09:25:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:25:43] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:25:41, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:25:43] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"342adc8c-0360-4511-9959-aba07e3734b6","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:25:42","worker_id":2}]  
[2026-06-23 09:25:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:25:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:25:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:25:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e6a34f0f-06fb-43eb-93b8-52c2c6f8c0c2","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:25:46","worker_id":2}]  
[2026-06-23 09:25:49] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:25:49] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:25:46, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:25:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3875672c-2547-470d-896c-b5105a8e1f5c","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:25:51","worker_id":2}]  
[2026-06-23 09:25:55] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:25:55] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:25:51, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:25:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0f461ffd-a1ea-4b9b-b9b9-427e0885fd5d","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:25:56","worker_id":2}]  
[2026-06-23 09:25:58] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"d7ee7ff7-63d7-48ef-8869-7ea73f931280","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:25:57","worker_id":2}]  
[2026-06-23 09:25:58] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:25:56, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:26:01] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:25:57, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:26:04] local.INFO: CheckScheduledAbsences: Email notification successfully sent for worker John Muite.  
[2026-06-23 09:26:04] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker John Muite is absent from assigned site CHRISCO NLC during the check at 2026-06-23 12:26:01. Last location: -1.03158500, 37.02371000 (as of 15:07:26).  
[2026-06-23 09:26:04] local.INFO: CheckScheduledAbsences: SMS notification successfully sent for worker John Muite.  
[2026-06-23 09:26:04] local.WARNING: CheckScheduledAbsences: Worker John Muite is absent from site CHRISCO NLC. Alert sent/logged to iconicdev1@gmail.com / +254700000000.  
[2026-06-23 09:26:05] local.INFO: CheckScheduledAbsences: Email notification successfully sent for worker Joseph Omondi.  
[2026-06-23 09:26:05] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Joseph Omondi is absent from assigned site CHRISCO NLC during the check at 2026-06-23 12:26:01. No GPS history recorded.  
[2026-06-23 09:26:05] local.INFO: CheckScheduledAbsences: SMS notification successfully sent for worker Joseph Omondi.  
[2026-06-23 09:26:05] local.WARNING: CheckScheduledAbsences: Worker Joseph Omondi is absent from site CHRISCO NLC. Alert sent/logged to iconicdev1@gmail.com / +254700000000.  
[2026-06-23 09:26:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c2b67c75-f902-4e50-bd5a-64b8b7f6164d","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:26:06","worker_id":2}]  
[2026-06-23 09:26:08] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"ffaad704-fb65-46c7-847b-d77d65b9cf9d","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:26:07","worker_id":2}]  
[2026-06-23 09:26:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:26:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:26:06, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:26:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:26:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:26:07, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:26:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f0828ea2-54d4-4b49-8880-8fbc9e11cf02","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:26:11","worker_id":2}]  
[2026-06-23 09:26:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:26:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:26:11, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:26:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d44c940f-75ff-4efd-b6ba-d229db20ab37","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:26:16","worker_id":2}]  
[2026-06-23 09:26:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:26:19] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:26:16, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:26:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5913b325-8a78-497f-9365-6b99a30d352f","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:26:21","worker_id":2}]  
[2026-06-23 09:26:23] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"2297f785-217f-4138-a96f-9cca9fb88986","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:26:22","worker_id":2}]  
[2026-06-23 09:26:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:26:21, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:26:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:26:22, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:26:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"19041dac-7efa-4772-af57-bb77b5a202fd","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:26:31","worker_id":2}]  
[2026-06-23 09:26:33] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"937cee1a-c3c5-4f7f-8adc-64ebe9e30877","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:26:32","worker_id":2}]  
[2026-06-23 09:26:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:26:34] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:26:31, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:26:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:26:34] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:26:32, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:26:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"da5a9d4f-220f-40e1-937a-bf39a9874101","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:26:36","worker_id":2}]  
[2026-06-23 09:26:40] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:26:40] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:26:36, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:26:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0d5f7fd3-24eb-4d06-92f7-8438047be886","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:26:42","worker_id":2}]  
[2026-06-23 09:26:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:26:43] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:26:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:26:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"72d6eb24-4240-4266-9eb1-da2e01cb90cb","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:26:47","worker_id":2}]  
[2026-06-23 09:26:48] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"33dda753-ff32-4cb6-9f59-11154ea6a739","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:26:47","worker_id":2}]  
[2026-06-23 09:26:49] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:26:47, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:26:50] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:26:47, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:26:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cf470ce1-5ad5-411d-b7e1-d5fdc3f60465","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:26:57","worker_id":2}]  
[2026-06-23 09:26:59] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:26:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:26:57, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:26:59] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"65686794-3168-4e63-8f6b-5490f132b1de","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:26:58","worker_id":2}]  
[2026-06-23 09:27:02] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:27:02] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:26:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:27:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1a414de3-6b3a-4635-a7e7-6c8a1d88ddd4","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:27:02","worker_id":2}]  
[2026-06-23 09:27:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:27:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:27:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:27:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d29f71df-8745-42b2-b30a-316f32ddcb11","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:27:07","worker_id":2}]  
[2026-06-23 09:27:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:27:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:27:07, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:27:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"738f39ed-7573-42ef-a3eb-60a76091a1a0","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:27:12","worker_id":2}]  
[2026-06-23 09:27:13] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"a070f4dd-557e-49e8-a1b4-dfca3441fb19","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:27:12","worker_id":2}]  
[2026-06-23 09:27:14] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:27:12, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:27:14] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:27:12, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:27:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c8e7c370-3f2e-4232-bedc-289eea303ad8","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:27:22","worker_id":2}]  
[2026-06-23 09:27:24] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"8f4b98b8-903b-4410-be33-8edcfacd30e6","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:27:22","worker_id":2}]  
[2026-06-23 09:27:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:27:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:27:22, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:27:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:27:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:27:22, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:27:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"283bb835-c466-4e8d-bc70-f16b9d01d4d3","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:27:27","worker_id":2}]  
[2026-06-23 09:27:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:27:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:27:27, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:27:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a485dfa2-c055-457a-9358-ccefdf67ad6d","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:27:32","worker_id":2}]  
[2026-06-23 09:27:35] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:27:35] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:27:32, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:27:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"47edf4a0-e24f-4769-900a-98206a50c07e","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:27:37","worker_id":2}]  
[2026-06-23 09:27:39] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"9f16fd35-e2ed-4477-bbb3-6d6ae6048ecf","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:27:38","worker_id":2}]  
[2026-06-23 09:27:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:27:37, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:27:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:27:38, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:27:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d4fb5e76-9c0b-49aa-9fc3-bee4701b199c","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:27:47","worker_id":2}]  
[2026-06-23 09:27:49] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"c303eec3-14a0-400b-9506-43bd16cef8e1","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:27:47","worker_id":2}]  
[2026-06-23 09:27:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:27:50] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:27:47, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:27:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:27:50] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:27:47, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:27:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6ea28f97-c850-4cd0-a985-1d15e53700d2","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:27:52","worker_id":2}]  
[2026-06-23 09:27:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:27:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:27:52, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:27:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d1dabbb0-3a25-4e44-93f9-9fa634e5e05c","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:27:57","worker_id":2}]  
[2026-06-23 09:27:59] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:27:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:27:57, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:28:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fe6ef622-c5f5-4c33-9665-4b78e69f1f26","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:28:02","worker_id":2}]  
[2026-06-23 09:28:04] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"f6bf1451-86a7-42f3-91c8-7073ae1e9894","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:28:03","worker_id":2}]  
[2026-06-23 09:28:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:28:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:28:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:28:03, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:28:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a602c995-fba4-4562-aa97-3ee02331ebfa","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:28:12","worker_id":2}]  
[2026-06-23 09:28:14] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"c092da0f-b377-4c78-a1f9-768709c0aa54","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:28:13","worker_id":2}]  
[2026-06-23 09:28:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:28:14] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:28:12, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:28:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:28:14] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:28:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:28:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a0f000c9-f26e-4363-908f-38d3595ebe74","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:28:17","worker_id":2}]  
[2026-06-23 09:28:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:28:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:28:17, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:28:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d5e0d446-7879-40e0-971e-69c75b04ebf2","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:28:22","worker_id":2}]  
[2026-06-23 09:28:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:28:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:28:22, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:28:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d50da3f2-be84-48d9-ba47-267f80f0a6b1","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:28:27","worker_id":2}]  
[2026-06-23 09:28:29] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"d7e2c236-4421-41e2-92e7-a91c40b00671","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:28:28","worker_id":2}]  
[2026-06-23 09:28:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:28:27, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:28:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:28:28, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:28:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d910196b-ce1f-49c1-a60b-7e5be83c4645","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:28:37","worker_id":2}]  
[2026-06-23 09:28:39] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"0d164c0e-cd85-4bef-8443-fd78be01ee4b","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:28:38","worker_id":2}]  
[2026-06-23 09:28:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:28:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:28:37, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:28:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:28:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:28:38, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:28:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a579c4a2-d34a-4e81-aaf3-335ccdd45a89","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:28:42","worker_id":2}]  
[2026-06-23 09:28:44] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:28:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:28:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:28:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e5861f09-9804-4f0f-9958-87c0f78db807","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:28:47","worker_id":2}]  
[2026-06-23 09:28:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:28:50] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:28:47, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:28:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b32eaaff-1e23-4c6a-b24f-2c0699f0ce47","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:28:52","worker_id":2}]  
[2026-06-23 09:28:54] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"1b3ccb42-9a06-41b1-8da8-a761970fff9c","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:28:53","worker_id":2}]  
[2026-06-23 09:28:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:28:52, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:28:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:28:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:29:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c5c7ad07-4c26-4d3a-9fdb-19351b333e01","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:29:02","worker_id":2}]  
[2026-06-23 09:29:04] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"cfd3e811-201e-4801-a9c0-68673044eb89","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:29:03","worker_id":2}]  
[2026-06-23 09:29:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:29:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:29:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:29:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:29:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:29:03, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:29:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9545c465-c8d8-49bf-b9d5-d81bd124805d","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:29:07","worker_id":2}]  
[2026-06-23 09:29:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:29:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:29:07, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:29:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7e53e3a5-5771-472f-af5d-1ce20688b6ae","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:29:12","worker_id":2}]  
[2026-06-23 09:29:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:29:14] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:29:12, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:29:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6545f85b-bf9a-4aa7-8fee-fb6a1a81c9c2","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:29:17","worker_id":2}]  
[2026-06-23 09:29:19] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"468bdabb-1c41-4490-9f14-bf0cf2be1f46","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:29:18","worker_id":2}]  
[2026-06-23 09:29:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:29:17, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:29:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:29:18, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:29:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"56d988ae-4ad1-4ef0-a3bf-8a7400cd504d","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:29:27","worker_id":2}]  
[2026-06-23 09:29:29] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"a629bde0-87be-4917-8dac-90ef684c4be4","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:29:28","worker_id":2}]  
[2026-06-23 09:29:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:29:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:29:27, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:29:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:29:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:29:28, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:29:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6bebd546-cade-4462-8f1b-8d9c962faee2","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:29:32","worker_id":2}]  
[2026-06-23 09:29:35] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:29:35] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:29:32, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:29:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"60b980f0-c30a-4f7d-9c3d-e40a96218957","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:29:37","worker_id":2}]  
[2026-06-23 09:29:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:29:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:29:37, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:29:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2ab12c09-e7ba-4560-9bb2-18011f4b6839","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:29:42","worker_id":2}]  
[2026-06-23 09:29:44] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"07656090-d777-4a06-915a-5055f401b3fc","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:29:43","worker_id":2}]  
[2026-06-23 09:29:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:29:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:29:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:29:43, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:29:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f6e58be2-db2a-4ba8-8a42-d0b0043eef8c","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:29:52","worker_id":2}]  
[2026-06-23 09:29:54] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"65aa9225-5b3f-41b1-be99-1befdffe29c3","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:29:53","worker_id":2}]  
[2026-06-23 09:29:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:29:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:29:52, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:29:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:29:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:29:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:29:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ff0511ee-2d84-4332-b779-d46b91ca4b52","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:29:57","worker_id":2}]  
[2026-06-23 09:29:59] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:29:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:29:57, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:30:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"900da1e4-0ef5-4113-8295-ba31384ddd8d","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:30:02","worker_id":3}]  
[2026-06-23 09:30:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:30:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:02, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:30:06] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"ba38742f-e36a-4822-a1d1-2a523b73cb91","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:30:05","worker_id":3}]  
[2026-06-23 09:30:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:30:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:05, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:30:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f874b93d-81a2-4625-919a-6204d298e3f9","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:30:07","worker_id":3}]  
[2026-06-23 09:30:09] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"adb2aba6-68bf-4bf2-966b-cfa400acaa66","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:30:08","worker_id":3}]  
[2026-06-23 09:30:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:07, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:30:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:08, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:30:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"46ce2c95-50ef-4d94-86e1-0bfa0d22b916","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:30:17","worker_id":3}]  
[2026-06-23 09:30:19] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"158d8067-6df8-495e-b9f7-f17dc124aa61","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:30:18","worker_id":3}]  
[2026-06-23 09:30:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:30:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:17, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:30:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:30:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:18, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:30:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"74b97bdd-ba59-4f79-b4fa-9ab5b0bc7519","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:30:22","worker_id":3}]  
[2026-06-23 09:30:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:30:27] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:22, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:30:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4f5b447f-20d8-4ae2-8edc-3a2fbe11353e","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:30:27","worker_id":3}]  
[2026-06-23 09:30:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:30:30] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:27, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:30:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"42f64977-5ac4-4d0c-a474-26dd597ec090","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:30:32","worker_id":3}]  
[2026-06-23 09:30:34] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"8792c0e0-2ffc-4308-95d6-7d047342b53c","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:30:33","worker_id":3}]  
[2026-06-23 09:30:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:32, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:30:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:33, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:30:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"14e00ad7-14e5-4ab0-81a6-096b7d98c060","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:30:42","worker_id":3}]  
[2026-06-23 09:30:44] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"e355273c-010e-49c4-afad-3856abc58762","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:30:43","worker_id":3}]  
[2026-06-23 09:30:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:30:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:42, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:30:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:30:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:43, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:30:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"229d2159-ff98-451b-bd52-f5b85f20e3c9","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:30:47","worker_id":3}]  
[2026-06-23 09:30:51] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:30:51] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:47, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:30:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"48ee02aa-b638-4c9a-9e36-daeaed34a7aa","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:30:52","worker_id":3}]  
[2026-06-23 09:30:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:30:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:52, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:30:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"73284989-d0cb-4e18-9149-04a7f99eaca0","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:30:57","worker_id":3}]  
[2026-06-23 09:30:59] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"023ed808-b6f3-4a58-85c2-6c16cd7d3037","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:30:58","worker_id":3}]  
[2026-06-23 09:31:00] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:57, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:31:00] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:30:58, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:31:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"48101118-288d-49fe-bff4-943aca0c445d","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:31:08","worker_id":3}]  
[2026-06-23 09:31:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:31:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:31:08, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:31:09] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"e09d6e49-a575-4226-ad1a-14ad74e8789e","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:31:08","worker_id":3}]  
[2026-06-23 09:31:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:31:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:31:08, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:31:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e193b9c0-c21b-4598-8aa2-7dab57143f42","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:31:13","worker_id":3}]  
[2026-06-23 09:31:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:31:15] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:31:13, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:31:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e6e6bcc4-28b7-43af-a3a4-82599a3b7fcc","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:31:18","worker_id":3}]  
[2026-06-23 09:31:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:31:21] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:31:18, DB newer: 2026-06-23 12:04:21  
[2026-06-23 09:31:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e639ef3f-fb65-40a2-9567-cb81ae9a5cd5","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:31:23","worker_id":2}]  
[2026-06-23 09:31:27] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:31:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:31:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"15af6455-6382-4dd8-88b1-07deb6b34043","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:31:33","worker_id":2}]  
[2026-06-23 09:31:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"15af6455-6382-4dd8-88b1-07deb6b34043","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:31:33","worker_id":2}]  
[2026-06-23 09:31:35] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"d7a83728-cd6a-4480-b23f-093747bc2733","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:31:34","worker_id":2}]  
[2026-06-23 09:31:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:31:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:31:33, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:31:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:31:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:31:34, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:31:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"471272ba-5158-448f-8e64-1fbd20d03110","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:31:38","worker_id":2}]  
[2026-06-23 09:31:39] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:31:39] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:31:38, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:31:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4315b738-94b7-4c91-a96f-bbd55b132025","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:31:43","worker_id":2}]  
[2026-06-23 09:31:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:31:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:31:43, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:31:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2d378170-7fa0-4577-a3dc-fdfa215e8a45","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:31:48","worker_id":2}]  
[2026-06-23 09:31:49] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"c0628339-f5bf-420c-98be-64e432d51da3","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:31:48","worker_id":2}]  
[2026-06-23 09:31:51] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:31:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:31:51] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:31:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:31:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a8e7d66d-246f-4c82-bfef-91b2154860d1","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:31:58","worker_id":2}]  
[2026-06-23 09:32:00] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"22eb708e-a7cd-41f5-9c0b-8e5c0d527dc3","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:31:59","worker_id":2}]  
[2026-06-23 09:32:00] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:32:00] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:31:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:32:00] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:32:00] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:31:59, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:32:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"160c63ad-f5ef-42fa-be44-8159a6940a44","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:32:03","worker_id":2}]  
[2026-06-23 09:32:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:32:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:32:03, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:32:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8f1ac90a-95ed-4557-8b23-6abff9b2c25a","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:32:08","worker_id":2}]  
[2026-06-23 09:32:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:32:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:32:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:32:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"259af3eb-949a-43b9-a700-da31eb049584","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:32:13","worker_id":2}]  
[2026-06-23 09:32:15] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"4d71d107-b0c0-4be9-9434-0512635d9e54","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:32:13","worker_id":2}]  
[2026-06-23 09:32:15] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:32:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:32:15] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:32:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:32:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ea1ba4f8-f940-46bb-b418-296ad1c73fbd","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:32:23","worker_id":2}]  
[2026-06-23 09:32:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:32:24] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:32:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:32:25] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"28de4fac-cd1d-4709-90d1-fd2cdfd5ed69","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:32:24","worker_id":2}]  
[2026-06-23 09:32:27] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:32:27] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:32:24, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:32:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"46586de8-6219-40a4-b899-01b1b1520b1e","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:32:28","worker_id":2}]  
[2026-06-23 09:32:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:32:30] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:32:28, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:32:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a5ade404-33fe-460f-ae81-99773c556ec7","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:32:33","worker_id":2}]  
[2026-06-23 09:32:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:32:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:32:33, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:32:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a4f575e6-df63-4036-ab93-d382886a19ef","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:32:38","worker_id":2}]  
[2026-06-23 09:32:39] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:32:38, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:32:40] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"586c6ab5-fc25-40f5-903f-9f5b7e93ce56","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:32:39","worker_id":2}]  
[2026-06-23 09:32:42] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:32:39, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:32:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2d1217c5-a600-4e33-915a-ca96209e08aa","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:32:48","worker_id":2}]  
[2026-06-23 09:32:50] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"8524a85b-640b-4662-a8d4-1f278b749b2c","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:32:49","worker_id":2}]  
[2026-06-23 09:32:51] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:32:51] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:32:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:32:51] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:32:51] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:32:49, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:32:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1cef3057-65ba-4004-ba75-751de9af7f0e","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:32:53","worker_id":2}]  
[2026-06-23 09:32:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:32:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:32:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:33:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3cc6a544-34f5-4b4c-a5d5-2e76bb1215e4","latitude":-1.0317,"longitude":37.02383833333333,"site_id":8,"timestamp":"2026-06-23 09:33:09","worker_id":2}]  
[2026-06-23 09:33:12] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"bb76d0c8-a34f-464b-a35f-8725d49a0a71","latitude":-1.0317,"longitude":37.02383833333333,"site_id":8,"timestamp":"2026-06-23 09:33:10","worker_id":2}]  
[2026-06-23 09:33:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:33:09, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:33:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:33:10, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:33:16] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ae6ba813-1bf7-4c81-9c7f-1e599b90755f","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 09:33:15","worker_id":2}]  
[2026-06-23 09:33:17] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"85f3c3b4-1887-45b3-8d3e-9136ddbb92b3","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 09:33:16","worker_id":2}]  
[2026-06-23 09:33:18] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 09:33:18] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:33:15, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:33:18] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 09:33:18] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:33:16, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:33:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6f4b7700-8b04-42a0-83f5-b0b2ac3b78e4","latitude":-1.0325183333333334,"longitude":37.02458,"site_id":8,"timestamp":"2026-06-23 09:33:20","worker_id":2}]  
[2026-06-23 09:33:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 141.66148382918m, Allowed: 20m.  
[2026-06-23 09:33:21] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:33:20, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:33:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"67ad3573-dd5d-4576-bf41-427a0a30c323","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:33:25","worker_id":2}]  
[2026-06-23 09:33:27] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"8e64d888-26c3-4134-bce8-f63c2a6109e5","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:33:26","worker_id":2}]  
[2026-06-23 09:33:27] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:33:25, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:33:27] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:33:26, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:33:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b89cd0dd-7b6e-4bf5-a4f9-173fb926b6ff","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:33:35","worker_id":2}]  
[2026-06-23 09:33:38] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"a54dbca1-1697-4bc6-815b-85b08fdb7a2a","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:33:36","worker_id":2}]  
[2026-06-23 09:33:39] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:33:39] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:33:35, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:33:39] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:33:39] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:33:36, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:33:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8f0ab562-66ee-4837-bcd3-62a3f130ed98","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 09:33:40","worker_id":2}]  
[2026-06-23 09:33:42] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 09:33:42] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:33:40, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:33:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"36b4b673-f081-44db-b864-f6ea1d1ca2d3","latitude":-1.0325183333333334,"longitude":37.02458,"site_id":8,"timestamp":"2026-06-23 09:33:45","worker_id":2}]  
[2026-06-23 09:33:48] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 141.66148382918m, Allowed: 20m.  
[2026-06-23 09:33:48] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:33:45, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:33:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"20dfa436-738a-432a-9478-597f758ce270","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:33:50","worker_id":2}]  
[2026-06-23 09:33:53] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"66a8940a-a2d5-4988-bafa-a658dae29837","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:33:51","worker_id":2}]  
[2026-06-23 09:33:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:33:50, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:33:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:33:51, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:34:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7d5a018f-b858-4d61-b510-d6a1b83a5124","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:34:01","worker_id":2}]  
[2026-06-23 09:34:03] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"ab891947-38c9-4936-b14c-8c7e36ed2be6","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:34:02","worker_id":2}]  
[2026-06-23 09:34:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:34:03] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:34:01, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:34:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:34:03] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:34:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:34:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4064c885-c0c2-4feb-9e12-cb303ea8aad8","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:34:06","worker_id":2}]  
[2026-06-23 09:34:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:34:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:34:06, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:34:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"906ab374-ef0f-403e-83ba-bb7df5e80169","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:34:11","worker_id":2}]  
[2026-06-23 09:34:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:34:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:34:11, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:34:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"807b30af-f317-4225-98b6-89a1320f238d","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:34:16","worker_id":2}]  
[2026-06-23 09:34:18] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"a53e4050-b3c8-4930-bf67-f129684edfa7","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:34:17","worker_id":2}]  
[2026-06-23 09:34:19] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:34:16, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:34:19] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:34:17, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:34:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"64875290-dd7e-4f9f-b242-41138ba65e31","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:34:26","worker_id":2}]  
[2026-06-23 09:34:28] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:34:28] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:34:26, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:34:28] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"95886143-1952-42a8-9e29-9b67d4cd2e75","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:34:27","worker_id":2}]  
[2026-06-23 09:34:31] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:34:31] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:34:27, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:34:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9667e9e2-f849-4fde-9a08-df78f2871e81","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:34:31","worker_id":2}]  
[2026-06-23 09:34:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:34:34] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:34:31, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:34:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b61b8c2b-291d-4fdc-b6d5-6c3a896db667","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:34:36","worker_id":2}]  
[2026-06-23 09:34:40] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:34:40] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:34:36, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:34:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7ca55c62-88a0-40ca-a97f-492208cad959","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:34:41","worker_id":2}]  
[2026-06-23 09:34:43] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:34:41, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:34:44] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"b9e7e965-2986-4b6e-9bb9-4cbba6ede5a1","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:34:42","worker_id":2}]  
[2026-06-23 09:34:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:34:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:34:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"47d9143a-ef54-4916-96e8-f2cd4e327df9","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:34:51","worker_id":2}]  
[2026-06-23 09:34:53] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"ecb934c0-f586-46e8-9aae-282e7dd20fc3","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:34:52","worker_id":2}]  
[2026-06-23 09:34:55] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:34:55] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:34:51, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:34:55] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:34:55] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:34:52, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:34:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c89f80b9-b8bc-4b81-a04e-a99f8a33f665","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:34:57","worker_id":2}]  
[2026-06-23 09:35:01] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:35:01] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:34:57, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:35:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"318ba3b6-436b-4a08-b065-56fc23ec10df","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:35:02","worker_id":2}]  
[2026-06-23 09:35:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:35:04] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:35:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:35:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"844e5dc3-3384-483e-96fc-99b7bf0885df","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:35:07","worker_id":2}]  
[2026-06-23 09:35:10] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"d70586be-f25a-4c07-894d-9eb716392fcf","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:35:08","worker_id":2}]  
[2026-06-23 09:35:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:35:07, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:35:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:35:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:35:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"305910f3-ecab-4488-83e9-9afb8548f5bf","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:35:17","worker_id":2}]  
[2026-06-23 09:35:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:35:19] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:35:17, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:35:20] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"1205444d-7cf1-44d2-8ed3-f92e34199232","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:35:18","worker_id":2}]  
[2026-06-23 09:35:22] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:35:22] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:35:18, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:35:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3276bc9a-0219-4ab3-9899-e08488414d76","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:35:22","worker_id":2}]  
[2026-06-23 09:35:25] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:35:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:35:22, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:35:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ad1f08a2-763f-4020-9205-93cb63ee2c1a","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:35:27","worker_id":2}]  
[2026-06-23 09:35:31] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:35:31] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:35:27, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:35:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2e2f803e-453c-45d9-b41d-baf3bcbcb2e8","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:35:32","worker_id":2}]  
[2026-06-23 09:35:34] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:35:32, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:35:34] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"dc03f9f8-5b8b-43d1-b3d0-cc7bc6f0db9c","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:35:33","worker_id":2}]  
[2026-06-23 09:35:37] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:35:33, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:35:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"eb4babef-0a52-4c32-afe0-20e5ba752ded","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:35:42","worker_id":2}]  
[2026-06-23 09:35:44] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"f3d9d586-c921-4b1f-9a7d-3b9517984169","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:35:43","worker_id":2}]  
[2026-06-23 09:35:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:35:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:35:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:35:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:35:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:35:43, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:35:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8981a393-b08e-4e6f-b2c9-f74b530d9327","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:35:48","worker_id":2}]  
[2026-06-23 09:35:49] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:35:49] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:35:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:35:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bd9bd4cb-e827-4fd0-82ce-8e14cb70585d","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:35:53","worker_id":2}]  
[2026-06-23 09:35:55] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:35:55] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:35:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:35:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a163027e-457e-4cd4-a7c1-f9a547edfaa4","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:35:58","worker_id":2}]  
[2026-06-23 09:36:00] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"f6399fab-d1ff-4e9e-9353-8ce21e731b58","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:35:59","worker_id":2}]  
[2026-06-23 09:36:01] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:35:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:36:01] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:35:59, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:36:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2238dc64-d70c-4238-ace8-8946a0e784e4","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:36:08","worker_id":2}]  
[2026-06-23 09:36:09] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"879d5d98-0d77-413b-a83b-d5a9a0af7425","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:36:08","worker_id":2}]  
[2026-06-23 09:36:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:36:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:36:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:36:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:36:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:36:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:36:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8c1cfda0-297b-43cf-8184-14f5ecb8f9bc","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:36:13","worker_id":2}]  
[2026-06-23 09:36:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:36:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:36:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:36:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5666ed98-6780-45ff-80c2-f4c87b8a503d","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:36:18","worker_id":2}]  
[2026-06-23 09:36:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:36:19] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:36:18, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:36:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"be7979bb-a52a-4c32-a1f7-73360231cdd5","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:36:23","worker_id":2}]  
[2026-06-23 09:36:25] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"084a722b-7d8d-44f8-9e63-9b9fcc1dd65e","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:36:23","worker_id":2}]  
[2026-06-23 09:36:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:36:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:36:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:36:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:36:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ea13d77e-1b85-45ae-b708-a3e3bd324d34","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:36:33","worker_id":2}]  
[2026-06-23 09:36:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:36:34] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:36:33, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:36:35] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"7acfa92c-1555-490c-a47f-aa3c93a42120","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:36:33","worker_id":2}]  
[2026-06-23 09:36:37] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:36:37] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:36:33, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:36:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2b840f5f-4180-4206-94d4-3ca3b7b0f216","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:36:38","worker_id":2}]  
[2026-06-23 09:36:40] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:36:40] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:36:38, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:36:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bba5989e-de4a-4fde-806e-bad1af95d19f","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:36:43","worker_id":2}]  
[2026-06-23 09:36:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:36:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:36:43, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:36:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9373809e-4aba-44c6-ac47-8f24d314c9ee","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:36:48","worker_id":2}]  
[2026-06-23 09:36:49] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:36:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:36:50] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"fc935940-f76e-4934-a180-aa6b294f9a34","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:36:48","worker_id":2}]  
[2026-06-23 09:36:52] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:36:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:36:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"40052c65-9b43-464a-b607-6b41e0e6b85e","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:36:58","worker_id":2}]  
[2026-06-23 09:37:00] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"0817fe83-2bbc-41da-a536-d33d50306e05","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:36:58","worker_id":2}]  
[2026-06-23 09:37:01] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:37:01] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:36:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:37:01] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:37:01] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:36:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:37:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9b739489-6e06-4048-ae10-e5bb2f835bde","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:37:03","worker_id":2}]  
[2026-06-23 09:37:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:37:04] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:37:03, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:37:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"641825cb-fb34-4fef-a201-ca3baabe2a9a","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:37:08","worker_id":2}]  
[2026-06-23 09:37:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:37:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:37:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:37:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b3538054-b431-4d60-82a4-53a74f1faa91","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:37:13","worker_id":2}]  
[2026-06-23 09:37:15] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"50785c92-63ff-413b-99f8-3ec9b2399ba0","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:37:13","worker_id":2}]  
[2026-06-23 09:37:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:37:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:37:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:37:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:37:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fd2ae719-d909-4d82-8e6c-6ff9892a3ff6","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:37:23","worker_id":2}]  
[2026-06-23 09:37:24] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"4d55be99-c293-4dee-bb2f-4fe559b3a482","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:37:23","worker_id":2}]  
[2026-06-23 09:37:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:37:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:37:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:37:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:37:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:37:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:37:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8e83014b-b691-4668-8479-14bca1bb3ae0","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:37:28","worker_id":2}]  
[2026-06-23 09:37:32] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:37:32] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:37:28, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:37:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"822fad95-358b-4ab5-989c-791940bc5d88","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:37:33","worker_id":2}]  
[2026-06-23 09:37:35] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:37:35] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:37:33, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:37:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cd8d2eac-feaf-4994-9a44-13a40b1fd047","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:37:38","worker_id":2}]  
[2026-06-23 09:37:40] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"b9d8dde6-e286-45de-b1e8-f634583c6e6e","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:37:38","worker_id":2}]  
[2026-06-23 09:37:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:37:38, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:37:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:37:38, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:37:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9c340560-6148-427f-9e63-77208b650b1b","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:37:48","worker_id":2}]  
[2026-06-23 09:37:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:37:50] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:37:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:37:50] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"ea16cefc-84fa-4254-86ac-6818617654bc","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:37:49","worker_id":2}]  
[2026-06-23 09:37:53] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:37:53] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:37:49, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:37:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"55d34961-a7e9-4bd0-9946-d9b052e62b5c","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:37:53","worker_id":2}]  
[2026-06-23 09:37:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:37:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:37:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:37:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8d371de9-e8af-4f39-86c4-71162298e90f","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:37:58","worker_id":2}]  
[2026-06-23 09:38:02] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:38:02] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:37:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:38:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"92d6ac8d-bfa7-4697-9182-df84f1d08fd0","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:38:03","worker_id":2}]  
[2026-06-23 09:38:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:38:03, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:38:05] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"e2ccac46-aecd-41a5-872f-697cf49465ce","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:38:04","worker_id":2}]  
[2026-06-23 09:38:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:38:04, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:38:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f2fc1bfe-e1d8-467a-bbf6-b2e2a8b99028","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:38:13","worker_id":2}]  
[2026-06-23 09:38:15] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"0ea3e4a5-1505-4bfc-b54a-6815181170a6","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:38:13","worker_id":2}]  
[2026-06-23 09:38:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:38:17] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:38:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:38:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:38:17] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:38:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:38:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"eb85feed-088c-44fa-b998-aaada840d998","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:38:18","worker_id":2}]  
[2026-06-23 09:38:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:38:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:38:18, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:38:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"06c44a0a-77d5-469d-8ac4-0ac2e8dcbed9","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:38:23","worker_id":2}]  
[2026-06-23 09:38:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:38:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:38:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:38:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cba5454e-a4af-4521-9b9f-de8eb8c6d2f8","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:38:28","worker_id":2}]  
[2026-06-23 09:38:30] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"d1257437-2ec1-4ab0-bcef-771f67ddd0ee","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:38:28","worker_id":2}]  
[2026-06-23 09:38:32] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:38:28, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:38:32] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:38:28, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:38:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0b6a7aa1-b107-4950-8c15-fc5f860e3300","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:38:38","worker_id":2}]  
[2026-06-23 09:38:40] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"5f4fcfb6-ff61-4151-80f1-50ac0924061d","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:38:39","worker_id":2}]  
[2026-06-23 09:38:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:38:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:38:38, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:38:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:38:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:38:39, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:38:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"37cf793b-513a-461f-a6f4-b691aac4e8f4","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:38:43","worker_id":2}]  
[2026-06-23 09:38:44] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:38:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:38:43, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:38:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1bd0b185-2730-4c6a-b256-dbf608de35d0","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:38:48","worker_id":2}]  
[2026-06-23 09:38:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:38:50] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:38:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:38:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3c54a6cb-9bce-45b5-8fc2-f19f26bd84b3","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:38:53","worker_id":2}]  
[2026-06-23 09:38:55] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"402a65ae-887f-4a1d-a4eb-f1026c746286","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:38:53","worker_id":2}]  
[2026-06-23 09:38:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:38:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:38:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:38:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:39:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bfea9ead-0544-4d9a-86c7-928360a6edc9","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:39:03","worker_id":2}]  
[2026-06-23 09:39:05] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"1cd81111-a9e8-4f8b-8313-f04434bc99dc","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:39:03","worker_id":2}]  
[2026-06-23 09:39:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:39:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:39:03, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:39:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:39:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:39:03, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:39:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"45e4a4b9-e41b-439d-b3d3-8c366cd25002","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:39:08","worker_id":2}]  
[2026-06-23 09:39:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:39:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:39:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:39:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"07eacbc1-442c-49a2-beca-dcb3380361e5","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:39:13","worker_id":2}]  
[2026-06-23 09:39:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:39:14] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:39:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:39:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8a9ca4ac-bfa7-450c-bd5d-f2ecbaf612a5","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:39:18","worker_id":2}]  
[2026-06-23 09:39:20] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"f1a88d3b-a9e5-4118-9b57-f3c7877339d5","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:39:19","worker_id":2}]  
[2026-06-23 09:39:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:39:18, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:39:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:39:19, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:39:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6f70271b-b383-4227-8c04-1223b48cc5de","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:39:28","worker_id":2}]  
[2026-06-23 09:39:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:39:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:39:28, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:39:30] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"ab923a5a-2be6-4532-bf14-26c79211b27d","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:39:29","worker_id":2}]  
[2026-06-23 09:39:32] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:39:32] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:39:29, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:39:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c774af38-8fb0-4cd1-b92a-9e3709165c4f","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:39:33","worker_id":2}]  
[2026-06-23 09:39:35] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:39:35] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:39:33, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:39:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"80064a5d-ff46-4078-a1db-c24f4a60ab66","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:39:38","worker_id":2}]  
[2026-06-23 09:39:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:39:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:39:38, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:39:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"98aebcd0-e414-4917-864e-d83b11750946","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:39:43","worker_id":2}]  
[2026-06-23 09:39:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:39:43, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:39:45] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"1c745739-0f9b-4164-9b80-24799211d9d3","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:39:44","worker_id":2}]  
[2026-06-23 09:39:47] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:39:44, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:39:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e0511202-b8b0-4a28-bad4-93b64f57f10e","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:39:53","worker_id":2}]  
[2026-06-23 09:39:55] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"fc2b79c7-8042-4410-9b93-08d33b5fe444","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:39:53","worker_id":2}]  
[2026-06-23 09:39:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:39:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:39:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:39:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:39:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:39:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:39:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"73952a52-0d5a-44e1-8190-a46ad60b1979","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:39:58","worker_id":2}]  
[2026-06-23 09:39:59] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:39:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:39:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:40:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f8883aa7-e4f2-4dee-8f0a-31af6063f59f","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:40:03","worker_id":2}]  
[2026-06-23 09:40:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:40:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:40:03, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:40:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0fc4f46f-476c-48de-b224-a8e098347053","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:40:08","worker_id":2}]  
[2026-06-23 09:40:10] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"018cf2d5-af37-40a1-81a4-1ce85443b4c3","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:40:08","worker_id":2}]  
[2026-06-23 09:40:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:40:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:40:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:40:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:40:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0121f667-702f-42c6-b276-538f4e5bd551","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:40:18","worker_id":2}]  
[2026-06-23 09:40:20] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"22324c8c-f0d0-4e53-b1d4-4c052c67896d","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:40:19","worker_id":2}]  
[2026-06-23 09:40:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:40:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:40:18, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:40:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:40:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:40:19, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:40:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"99726766-ef33-436b-bd57-6a0f6d5405e3","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:40:23","worker_id":2}]  
[2026-06-23 09:40:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:40:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:40:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:40:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5c0b74b9-7f99-418b-8ceb-33936a9a8eba","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:40:28","worker_id":2}]  
[2026-06-23 09:40:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:40:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:40:28, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:40:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"572cc25e-01fe-4cfe-a2aa-4e536190945a","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:40:33","worker_id":2}]  
[2026-06-23 09:40:35] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"681348ba-258b-4cfe-84e5-13cdbbe09986","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:40:34","worker_id":2}]  
[2026-06-23 09:40:35] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:40:33, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:40:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:40:34, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:40:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c01738f8-64b7-457e-b057-4d6e533bbf08","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:40:43","worker_id":2}]  
[2026-06-23 09:40:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:40:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:40:43, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:40:45] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"ed21adbc-173e-4d24-9db3-523dd3e5e640","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:40:44","worker_id":2}]  
[2026-06-23 09:40:48] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:40:48] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:40:44, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:40:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5709bd37-7eca-4933-ba65-611a6da1c2a1","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:40:48","worker_id":2}]  
[2026-06-23 09:40:51] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:40:51] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:40:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:40:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5b181692-8c90-4202-a3ab-9d5d739ee410","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:40:53","worker_id":2}]  
[2026-06-23 09:40:57] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:40:57] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:40:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:40:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"338341c6-e355-47c7-9607-4173be457c81","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:40:58","worker_id":2}]  
[2026-06-23 09:41:00] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:40:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:41:00] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"d5ffea0b-384a-4c3e-8a3d-bae01f5a9b4c","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:40:58","worker_id":2}]  
[2026-06-23 09:41:03] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:40:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:41:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bc91f5cc-19d1-492f-a375-940f98e71727","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:41:08","worker_id":2}]  
[2026-06-23 09:41:10] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"c468fb37-ab5a-4aae-879b-41fdc31f70d7","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:41:09","worker_id":2}]  
[2026-06-23 09:41:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:41:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:41:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:41:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:41:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:41:09, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:41:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ec6e48e9-3efc-405d-8058-ceab93f60632","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:41:13","worker_id":2}]  
[2026-06-23 09:41:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:41:15] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:41:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:41:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"03365175-0f6c-4860-a761-94a7b0b392fd","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:41:18","worker_id":2}]  
[2026-06-23 09:41:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:41:21] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:41:18, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:41:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"44d9ff96-ff3b-4107-917a-6e5b12fa539c","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:41:23","worker_id":2}]  
[2026-06-23 09:41:25] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"deb0604d-c395-4432-8387-1284f7fc2bc5","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:41:24","worker_id":2}]  
[2026-06-23 09:41:27] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:41:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:41:27] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:41:24, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:41:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"295d2f08-a673-4ea9-b33e-15eae562a1b3","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:41:33","worker_id":2}]  
[2026-06-23 09:41:35] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"4790b50f-ab68-4e76-88fc-f51f4bc80966","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:41:34","worker_id":2}]  
[2026-06-23 09:41:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:41:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:41:33, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:41:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:41:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:41:34, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:41:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"990ae769-adb3-4fd1-a774-7926914e6e26","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:41:38","worker_id":2}]  
[2026-06-23 09:41:42] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:41:42] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:41:38, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:41:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"164aa8e7-3803-4cd0-82e4-4be24cca7e01","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:41:43","worker_id":2}]  
[2026-06-23 09:41:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:41:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:41:43, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:41:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a84cb61c-61c5-4ef6-b47c-96c63500e2cb","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:41:48","worker_id":2}]  
[2026-06-23 09:41:50] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"7810b499-cf03-4192-81b9-85cb44dcbf9b","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:41:49","worker_id":2}]  
[2026-06-23 09:41:51] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:41:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:41:51] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:41:49, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:41:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"83962594-e447-4379-b27b-430dd81e6188","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:41:58","worker_id":2}]  
[2026-06-23 09:42:00] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:42:00] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:41:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:42:00] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"d0553cda-e957-4251-a125-0740f85c6b63","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:41:59","worker_id":2}]  
[2026-06-23 09:42:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:42:03] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:41:59, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:42:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"74327a78-ebbb-47f9-8f28-74fabe696b56","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:42:03","worker_id":2}]  
[2026-06-23 09:42:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:42:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:42:03, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:42:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c922c1eb-3364-4f0a-8806-82a977d092ac","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:42:08","worker_id":2}]  
[2026-06-23 09:42:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:42:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:42:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:42:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"75bbe86e-2da8-4c64-8f4d-322eed8c199b","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:42:13","worker_id":2}]  
[2026-06-23 09:42:15] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:42:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:42:15] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"0eb5c654-4b95-4172-abd2-5aa0f3e637ce","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:42:14","worker_id":2}]  
[2026-06-23 09:42:18] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:42:14, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:42:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"846cb57f-4d2d-4686-aac8-f2e2b68d9756","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:42:23","worker_id":2}]  
[2026-06-23 09:42:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:42:24] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:42:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:42:25] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"da48ab5a-6cfb-4a09-8bcc-ea2b05f66289","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:42:24","worker_id":2}]  
[2026-06-23 09:42:27] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:42:27] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:42:24, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:42:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d3c58619-afd8-4d05-8b8d-719e33b8ba06","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:42:28","worker_id":2}]  
[2026-06-23 09:42:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:42:30] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:42:28, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:42:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4429884e-765c-4c56-b484-ea0e584d7bff","latitude":-1.0325183333333334,"longitude":37.02458,"site_id":8,"timestamp":"2026-06-23 09:42:33","worker_id":2}]  
[2026-06-23 09:42:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 141.66148382918m, Allowed: 20m.  
[2026-06-23 09:42:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:42:33, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:42:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fc4153a3-ea04-4ebf-a2bb-331132c6e5a9","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:42:38","worker_id":2}]  
[2026-06-23 09:42:39] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:42:38, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:42:40] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"29939d22-b5a9-41a5-963f-a5e6c362fc9b","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:42:39","worker_id":2}]  
[2026-06-23 09:42:42] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:42:39, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:42:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6c40347d-5b38-4dc0-98f4-be85fd476f89","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:42:48","worker_id":2}]  
[2026-06-23 09:42:50] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"6cc67adc-72c9-4a91-823b-ffbbd21bc87e","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:42:49","worker_id":2}]  
[2026-06-23 09:42:51] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:42:51] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:42:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:42:51] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:42:51] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:42:49, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:42:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"313384dd-f888-4c14-8dcc-2b3a8694385a","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 09:42:53","worker_id":2}]  
[2026-06-23 09:42:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 09:42:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:42:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:42:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a6c8f084-ab38-4702-b574-d694c23336d0","latitude":-1.0325183333333334,"longitude":37.02458,"site_id":8,"timestamp":"2026-06-23 09:42:58","worker_id":2}]  
[2026-06-23 09:43:00] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 141.66148382918m, Allowed: 20m.  
[2026-06-23 09:43:00] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:42:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:43:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2fc73731-176e-4c83-bb60-9379acdd2702","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:43:03","worker_id":2}]  
[2026-06-23 09:43:05] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"20317873-6f51-472d-ae47-7c289cba257b","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:43:04","worker_id":2}]  
[2026-06-23 09:43:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:43:03, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:43:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:43:04, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:43:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8122e593-acca-442a-b3aa-9c37ffdfce15","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:43:13","worker_id":2}]  
[2026-06-23 09:43:15] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"1aa99439-c07d-45c2-95ed-eb96eff9adc0","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:43:14","worker_id":2}]  
[2026-06-23 09:43:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:43:15] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:43:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:43:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:43:15] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:43:14, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:43:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"edd4c29f-76e3-4022-9ce4-d3dd960d3c2e","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 09:43:18","worker_id":2}]  
[2026-06-23 09:43:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 09:43:21] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:43:18, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:43:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e8e972c5-f1d1-459d-bd18-c4a9c1a9e20a","latitude":-1.0325183333333334,"longitude":37.02458,"site_id":8,"timestamp":"2026-06-23 09:43:23","worker_id":2}]  
[2026-06-23 09:43:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 141.66148382918m, Allowed: 20m.  
[2026-06-23 09:43:24] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:43:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:43:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ea405a6c-b249-439e-854d-cc2dea8fa62b","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:43:28","worker_id":2}]  
[2026-06-23 09:43:30] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"33e3f1da-3dc3-4739-ba42-1b828a9fe360","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:43:29","worker_id":2}]  
[2026-06-23 09:43:30] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:43:28, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:43:30] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:43:29, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:43:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"969d6893-2001-4d30-bfc5-c4dbb92442d6","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:43:38","worker_id":2}]  
[2026-06-23 09:43:39] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:43:39] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:43:38, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:43:40] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"20d579dc-ac98-4ba3-82ad-8f34817c6714","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:43:39","worker_id":2}]  
[2026-06-23 09:43:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:43:43] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:43:39, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:43:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a33c9ed6-93ef-49e2-b735-956f6ea08a1a","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 09:43:43","worker_id":2}]  
[2026-06-23 09:43:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 09:43:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:43:43, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:43:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ee28f78a-845e-4282-adf9-bb2881ba6969","latitude":-1.0325183333333334,"longitude":37.02458,"site_id":8,"timestamp":"2026-06-23 09:43:48","worker_id":2}]  
[2026-06-23 09:43:52] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 141.66148382918m, Allowed: 20m.  
[2026-06-23 09:43:52] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:43:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:43:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"24698d43-742a-478b-90aa-69e1453e70a9","latitude":-1.0315883333333333,"longitude":37.023718333333335,"site_id":8,"timestamp":"2026-06-23 09:43:53","worker_id":2}]  
[2026-06-23 09:43:55] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:43:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:43:55] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"9e60282d-9102-4c61-9b41-dde360b6d3d7","latitude":-1.0315883333333333,"longitude":37.023718333333335,"site_id":8,"timestamp":"2026-06-23 09:43:54","worker_id":2}]  
[2026-06-23 09:43:58] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:43:54, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:44:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"aa8a73e9-b23f-4f7f-bdef-71ac30bc0265","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:44:03","worker_id":2}]  
[2026-06-23 09:44:05] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"8e5ec653-6d03-4e67-827e-085b50f0b1ad","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:44:04","worker_id":2}]  
[2026-06-23 09:44:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:44:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:44:03, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:44:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:44:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:44:04, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:44:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2603444e-a423-4164-b319-ccab32d4000b","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 09:44:08","worker_id":2}]  
[2026-06-23 09:44:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 09:44:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:44:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:44:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9c29364c-d2e2-44a3-ba0a-02c89fa0b63a","latitude":-1.0325183333333334,"longitude":37.02458,"site_id":8,"timestamp":"2026-06-23 09:44:13","worker_id":2}]  
[2026-06-23 09:44:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 141.66148382918m, Allowed: 20m.  
[2026-06-23 09:44:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:44:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:44:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ee3314b8-1826-489a-9507-5488842be3be","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:44:18","worker_id":2}]  
[2026-06-23 09:44:20] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"64362846-46e4-4852-8224-1e5d7100e4b1","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 09:44:19","worker_id":2}]  
[2026-06-23 09:44:22] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:44:18, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:44:22] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:44:19, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:44:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bdcd4c6e-4876-45e3-9bd1-38683d068809","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:44:29","worker_id":2}]  
[2026-06-23 09:44:31] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:44:31] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:44:29, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:44:31] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"d14d7bd2-61c4-45a5-9adb-5268df5d2e6f","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 09:44:30","worker_id":2}]  
[2026-06-23 09:44:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 09:44:34] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:44:30, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:44:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7322f553-db89-4430-a13a-a95e52440fa5","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:44:34","worker_id":2}]  
[2026-06-23 09:44:37] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:44:37] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:44:34, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:44:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fcd75b30-3766-45c9-8b9f-2b2490c046b0","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:44:39","worker_id":2}]  
[2026-06-23 09:44:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:44:43] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:44:39, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:44:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8d9ccdb2-1700-47ae-a99d-02cf6274ac87","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:44:44","worker_id":2}]  
[2026-06-23 09:44:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:44:44, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:44:46] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"9caa92dd-db04-4fe1-b24d-0214403a0205","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:44:45","worker_id":2}]  
[2026-06-23 09:44:49] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:44:45, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:44:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"317c5c6d-3606-49ed-acf6-196828405a9a","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:44:54","worker_id":2}]  
[2026-06-23 09:44:57] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"6f713195-5f4e-4046-a865-30764c7bc864","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:44:55","worker_id":2}]  
[2026-06-23 09:44:58] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:44:58] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:44:54, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:44:58] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:44:58] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:44:55, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:45:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"11b34496-436c-4a8c-9961-e2dd6db62343","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:45:00","worker_id":2}]  
[2026-06-23 09:45:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:45:04] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:45:00, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:45:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bf7ac0d1-7c83-4eef-84d2-e9e783f8f191","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:45:05","worker_id":2}]  
[2026-06-23 09:45:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:45:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:45:05, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:45:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e0be0619-7059-4e6d-841d-b4335f03e606","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:45:10","worker_id":2}]  
[2026-06-23 09:45:12] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"c8e9497e-f2d6-4c71-8adb-470bfa75dc97","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:45:11","worker_id":2}]  
[2026-06-23 09:45:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:45:10, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:45:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:45:11, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:45:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e1423b46-48fc-4d4f-8e26-ad474466702e","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:45:20","worker_id":2}]  
[2026-06-23 09:45:22] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:45:22] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:45:20, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:45:22] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"b223866a-60c1-4960-ada3-dfd8bf6a3b5f","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:45:21","worker_id":2}]  
[2026-06-23 09:45:25] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:45:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:45:21, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:45:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"07d886f7-b9b5-4e29-817d-254329637c73","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:45:25","worker_id":2}]  
[2026-06-23 09:45:28] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:45:28] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:45:25, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:45:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b3f7f492-1163-4a33-ae30-bc4731a34514","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:45:30","worker_id":2}]  
[2026-06-23 09:45:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:45:34] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:45:30, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:45:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"53beebfb-515a-4f01-8177-d9f1766e99b0","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:45:35","worker_id":2}]  
[2026-06-23 09:45:37] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"86fea996-7b9d-42e0-b9c7-bdb30151a16a","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:45:36","worker_id":2}]  
[2026-06-23 09:45:37] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:45:35, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:45:37] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:45:36, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:45:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"014a05bf-b1b0-4c9c-a88a-a93e74586727","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:45:45","worker_id":2}]  
[2026-06-23 09:45:47] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"18ffb934-bb93-4bf9-8ebf-9aff787be992","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:45:46","worker_id":2}]  
[2026-06-23 09:45:49] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:45:49] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:45:45, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:45:49] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:45:49] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:45:46, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:45:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bb96bd4e-75c6-401f-8f82-e79df6c3ce1d","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:45:50","worker_id":2}]  
[2026-06-23 09:45:52] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:45:52] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:45:50, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:45:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"007f952c-05e3-4ea7-b857-bcb5630503a8","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:45:55","worker_id":2}]  
[2026-06-23 09:45:58] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:45:58] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:45:55, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:46:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6009f204-df5e-482e-9691-e2d93c482f83","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:46:00","worker_id":2}]  
[2026-06-23 09:46:01] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:46:00, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:46:02] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"07d409c6-913b-40a8-8b47-753e6f771b70","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:46:01","worker_id":2}]  
[2026-06-23 09:46:04] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:46:01, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:46:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6e12e612-74b7-41d0-a034-6d8ea00500b9","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:46:10","worker_id":2}]  
[2026-06-23 09:46:12] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"c60db24d-f916-4d6f-a3dd-b78507baa6ff","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:46:11","worker_id":2}]  
[2026-06-23 09:46:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:46:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:46:10, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:46:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:46:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:46:11, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:46:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b7daa1e3-7b84-44da-967c-5b2d7b179075","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:46:15","worker_id":2}]  
[2026-06-23 09:46:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:46:19] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:46:15, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:46:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"86032936-2a2d-444c-bdc5-a620962b131e","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:46:20","worker_id":2}]  
[2026-06-23 09:46:22] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:46:22] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:46:20, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:46:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b19214e8-57c9-4483-a0f4-730a1b480cd6","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:46:25","worker_id":2}]  
[2026-06-23 09:46:27] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"7b30c715-8e97-4610-9cc4-d975e02b6158","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:46:26","worker_id":2}]  
[2026-06-23 09:46:28] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:46:25, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:46:28] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:46:26, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:46:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5488fa50-0a7a-4e83-8815-9a9347e3c581","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:46:35","worker_id":2}]  
[2026-06-23 09:46:37] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:46:37] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:46:35, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:46:37] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"83a1a78c-c62f-46d4-895d-f85a39a769bd","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:46:36","worker_id":2}]  
[2026-06-23 09:46:40] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:46:40] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:46:36, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:46:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"92be437f-d69c-4b0d-a074-c5ffd97021cc","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:46:41","worker_id":2}]  
[2026-06-23 09:46:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:46:43] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:46:41, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:46:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7d6fff7b-549f-4862-8e93-d302e1ed4b98","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:46:46","worker_id":2}]  
[2026-06-23 09:46:49] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:46:49] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:46:46, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:46:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"65016b16-721a-4eca-9157-7c0345e9e9e0","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:46:51","worker_id":2}]  
[2026-06-23 09:46:52] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:46:51, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:46:53] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"97d15419-d11f-4df2-8186-7d5debe6f2a6","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:46:52","worker_id":2}]  
[2026-06-23 09:46:55] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:46:52, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:47:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8d37215d-0318-48d7-88a9-c53dab4f0c5f","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:47:01","worker_id":2}]  
[2026-06-23 09:47:03] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"7fed098f-3ea7-453a-854d-7bdab0fa0454","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:47:01","worker_id":2}]  
[2026-06-23 09:47:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:47:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:47:01, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:47:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:47:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:47:01, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:47:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b0c532d0-350f-49be-8a25-7b55e450d9f0","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:47:06","worker_id":2}]  
[2026-06-23 09:47:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:47:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:47:06, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:47:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6a8a71f6-b15e-416c-bb9f-d81a18326dc5","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:47:11","worker_id":2}]  
[2026-06-23 09:47:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:47:14] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:47:11, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:47:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b5f30745-753e-4e78-ba2a-d87974c8b333","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:47:16","worker_id":2}]  
[2026-06-23 09:47:18] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"a871c4cf-7a5d-4a58-ad15-18c2b78030bd","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:47:17","worker_id":2}]  
[2026-06-23 09:47:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:47:16, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:47:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:47:17, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:47:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2659eafa-63aa-4943-831d-e645b5154096","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:47:26","worker_id":2}]  
[2026-06-23 09:47:28] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"a63d76b7-b5ed-4871-847e-00c06dc06fe1","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:47:27","worker_id":2}]  
[2026-06-23 09:47:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:47:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:47:26, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:47:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:47:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:47:27, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:47:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3a3dd375-de2b-496b-a1fa-8fb0866ec8a4","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:47:31","worker_id":2}]  
[2026-06-23 09:47:35] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:47:35] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:47:31, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:47:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"00a3b1c7-4dbe-4cfe-abd7-d126ba1024d8","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:47:36","worker_id":2}]  
[2026-06-23 09:47:38] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:47:38] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:47:36, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:47:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c9f17973-33fe-4593-8515-935669df97c1","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:47:41","worker_id":2}]  
[2026-06-23 09:47:43] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"661ec061-238e-42e4-ad9f-b3cfd28d4d16","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:47:41","worker_id":2}]  
[2026-06-23 09:47:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:47:41, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:47:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:47:41, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:47:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2e5e3384-2812-4da9-91eb-11c287b10e97","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:47:51","worker_id":2}]  
[2026-06-23 09:47:53] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:47:53] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:47:51, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:47:53] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"46bfe5c8-0fbf-4e58-9897-398d83012a82","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:47:52","worker_id":2}]  
[2026-06-23 09:47:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:47:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:47:52, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:47:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5c86f98b-e9a1-4e09-aa26-f872cbbbb548","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:47:56","worker_id":2}]  
[2026-06-23 09:47:59] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:47:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:47:56, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:48:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0bbec56b-8c56-408a-acbd-3a8e25071ac5","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:48:01","worker_id":2}]  
[2026-06-23 09:48:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:48:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:48:01, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:48:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9979eb5f-f12a-4ca1-8e35-48c91e583218","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:48:06","worker_id":2}]  
[2026-06-23 09:48:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:48:06, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:48:08] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"69b8d68d-3d78-4b7a-8394-4debead20fbf","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:48:07","worker_id":2}]  
[2026-06-23 09:48:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:48:07, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:48:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d4a21bd4-8d8f-4cbb-adb7-56b32feab21c","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:48:16","worker_id":2}]  
[2026-06-23 09:48:18] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"a7a40bba-a2c1-46b5-962f-8e3dd9ccd149","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:48:17","worker_id":2}]  
[2026-06-23 09:48:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:48:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:48:16, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:48:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:48:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:48:17, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:48:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e979c31e-1edd-410f-8531-2d623253b71b","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:48:21","worker_id":2}]  
[2026-06-23 09:48:23] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:48:23] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:48:21, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:48:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"dbe3cf8a-e0af-48ba-a83f-8b387e2378cd","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:48:26","worker_id":2}]  
[2026-06-23 09:48:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:48:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:48:26, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:48:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d3169344-8e77-471c-b897-76e4f9f832b8","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:48:31","worker_id":2}]  
[2026-06-23 09:48:33] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"7d71867b-a029-4c69-913c-87e36e84c840","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:48:32","worker_id":2}]  
[2026-06-23 09:48:35] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:48:31, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:48:35] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:48:32, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:48:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"03adf66e-5067-476d-85a9-238834bb7f72","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:48:41","worker_id":2}]  
[2026-06-23 09:48:43] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"31dfba08-3fdd-40e5-bd6b-74163796c7f9","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:48:42","worker_id":2}]  
[2026-06-23 09:48:44] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:48:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:48:41, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:48:44] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:48:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:48:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:48:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7ff85417-f03e-4d25-95c8-88370188c8d1","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:48:46","worker_id":2}]  
[2026-06-23 09:48:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:48:50] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:48:46, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:48:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4fb07c3c-fe7a-4e91-ad04-e87ec1f1bdc4","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:48:51","worker_id":2}]  
[2026-06-23 09:48:53] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:48:53] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:48:51, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:48:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e5969122-6ee9-4046-823a-0e6596219dd4","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:48:56","worker_id":2}]  
[2026-06-23 09:48:58] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"cb9bf084-465c-4c81-8086-e9aa576255ab","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:48:57","worker_id":2}]  
[2026-06-23 09:48:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:48:56, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:48:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:48:57, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:49:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0604dfd1-10e6-447a-8236-b5dd52518707","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:49:06","worker_id":2}]  
[2026-06-23 09:49:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:49:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:49:06, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:49:08] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"699902bc-a6be-4b2d-b450-782766f4c08d","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:49:07","worker_id":2}]  
[2026-06-23 09:49:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:49:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:49:07, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:49:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c676fc9e-667b-49b4-ad47-17db3172bbf0","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:49:11","worker_id":2}]  
[2026-06-23 09:49:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:49:14] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:49:11, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:49:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f382dcc6-b204-4b1d-bbc5-3dda45e28485","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:49:16","worker_id":2}]  
[2026-06-23 09:49:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:49:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:49:16, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:49:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"93549ceb-08cf-499d-9928-77f036a83684","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:49:21","worker_id":2}]  
[2026-06-23 09:49:23] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"a1bfc427-fe2c-4c04-8745-6f31f5b84c36","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:49:22","worker_id":2}]  
[2026-06-23 09:49:23] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:49:21, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:49:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:49:22, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:49:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4ac89e4e-f7b7-492c-9c7d-f68c49016fd1","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:49:31","worker_id":2}]  
[2026-06-23 09:49:32] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:49:32] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:49:31, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:49:33] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"b4fc57c0-6c16-4449-b7a4-f2702648f93e","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:49:32","worker_id":2}]  
[2026-06-23 09:49:35] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:49:35] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:49:32, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:49:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a52ef0cb-ba00-4380-bb42-00c8e0e07d04","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:49:36","worker_id":2}]  
[2026-06-23 09:49:38] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:49:38] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:49:36, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:49:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"89889dba-2300-404c-9852-2e1c54b8e606","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:49:41","worker_id":2}]  
[2026-06-23 09:49:44] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:49:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:49:41, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:49:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f4f393cb-d063-44ee-9382-616cca26c5bd","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:49:46","worker_id":2}]  
[2026-06-23 09:49:47] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:49:46, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:49:48] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"42191e81-444c-4ac9-97a5-714d2bcda9ed","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:49:47","worker_id":2}]  
[2026-06-23 09:49:50] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:49:47, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:49:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a3725d3a-586f-4c5f-90ba-831481d36d59","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:49:56","worker_id":2}]  
[2026-06-23 09:49:58] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"f9ac720b-80ec-4e0c-9a17-495cb8f966ff","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:49:57","worker_id":2}]  
[2026-06-23 09:49:59] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:49:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:49:56, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:49:59] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:49:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:49:57, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:50:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8996076d-db93-4c3b-9b66-639fd84d72a8","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:50:01","worker_id":2}]  
[2026-06-23 09:50:02] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:50:02] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:50:01, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:50:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6b6e7b03-ff0a-4710-9f60-c86c080712b2","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:50:06","worker_id":2}]  
[2026-06-23 09:50:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:50:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:50:06, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:50:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"22acdc3a-7287-4b3e-bf7e-03dc19fd7078","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:50:11","worker_id":2}]  
[2026-06-23 09:50:13] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"12077217-2715-4f92-8ff1-37bc7d7c3365","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:50:12","worker_id":2}]  
[2026-06-23 09:50:15] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:50:11, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:50:15] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:50:12, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:50:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9b8fa4d0-cb84-46da-a185-af27f2531184","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:50:21","worker_id":2}]  
[2026-06-23 09:50:23] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"932398f8-def3-4e24-8f43-c5c7a43a832e","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:50:22","worker_id":2}]  
[2026-06-23 09:50:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:50:24] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:50:21, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:50:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:50:24] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:50:22, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:50:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4eff78f8-2328-4fbb-a89b-ec32f91c0ca7","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:50:26","worker_id":2}]  
[2026-06-23 09:50:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:50:30] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:50:26, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:50:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3936a124-05a3-4115-bb2a-9df12b7c6a6f","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:50:31","worker_id":2}]  
[2026-06-23 09:50:33] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:50:33] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:50:31, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:50:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e2231120-4f1f-4609-96fc-5e67df434783","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:50:36","worker_id":2}]  
[2026-06-23 09:50:38] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"406f0256-4f8c-4b42-b20c-29ac3f2b29b0","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:50:37","worker_id":2}]  
[2026-06-23 09:50:39] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:50:36, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:50:39] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:50:37, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:50:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"23bcfa9c-b87f-423b-8e34-b286803065b2","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:50:46","worker_id":2}]  
[2026-06-23 09:50:48] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:50:48] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:50:46, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:50:48] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"cb57736a-ec0c-43c5-a65b-e756520ec181","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:50:47","worker_id":2}]  
[2026-06-23 09:50:51] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:50:51] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:50:47, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:50:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1af49a23-d6f9-45f8-a740-e7ab715b60d5","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:50:51","worker_id":2}]  
[2026-06-23 09:50:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:50:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:50:51, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:50:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9d2e240a-0279-4592-8ef5-1e2e9c18fea7","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:50:56","worker_id":2}]  
[2026-06-23 09:51:00] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:51:00] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:50:56, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:51:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4cb7761e-fa52-4377-8f3d-27eb72eb7685","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:51:02","worker_id":2}]  
[2026-06-23 09:51:03] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:51:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:51:04] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"68082cfe-6732-48e6-aa3f-92447065c393","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:51:02","worker_id":2}]  
[2026-06-23 09:51:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:51:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:51:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6b9d0097-375b-415e-a8f5-024487c714b7","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:51:12","worker_id":2}]  
[2026-06-23 09:51:14] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"439ffdbc-3fbd-45bb-8789-f96ab26494d9","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:51:13","worker_id":2}]  
[2026-06-23 09:51:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:51:15] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:51:12, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:51:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:51:15] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:51:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:51:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e79e908a-c70e-463e-8dbe-2dc4b42e1264","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:51:17","worker_id":2}]  
[2026-06-23 09:51:18] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:51:18] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:51:17, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:51:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f8ea7518-813d-4c3e-aa0e-21f5fc1e402a","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:51:22","worker_id":2}]  
[2026-06-23 09:51:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:51:24] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:51:22, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:51:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"57f06c30-088c-4fb3-9a51-f1d487ac883b","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:51:27","worker_id":2}]  
[2026-06-23 09:51:29] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"04d6c8bb-c995-4131-ad50-c1e841c0e43b","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:51:27","worker_id":2}]  
[2026-06-23 09:51:30] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:51:27, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:51:30] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:51:27, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:51:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c845637f-ebff-41c1-83a1-7eaa5db1eb11","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:51:37","worker_id":2}]  
[2026-06-23 09:51:39] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"544bfa0e-5ed9-4730-877f-a4645cc84079","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:51:37","worker_id":2}]  
[2026-06-23 09:51:39] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:51:39] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:51:37, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:51:39] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:51:39] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:51:37, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:51:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"eafafdb1-f731-4ffb-8a61-4fe468d1a5d0","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:51:42","worker_id":2}]  
[2026-06-23 09:51:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:51:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:51:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:51:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ab423a15-7704-4925-bce2-95a7f622ed04","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:51:47","worker_id":2}]  
[2026-06-23 09:51:48] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:51:48] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:51:47, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:51:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"17a548e5-19d3-4905-a5da-588ded6241cd","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:51:52","worker_id":2}]  
[2026-06-23 09:51:54] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"df26531b-73c0-4281-8468-d77db9c66828","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:51:53","worker_id":2}]  
[2026-06-23 09:51:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:51:52, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:51:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:51:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:52:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d662262b-59e8-4ea2-b165-66c6db5af06c","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:52:02","worker_id":2}]  
[2026-06-23 09:52:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:52:03] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:52:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:52:04] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"ebe4ebc7-e3d4-4cb8-9429-0d7e8d443cd9","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:52:02","worker_id":2}]  
[2026-06-23 09:52:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:52:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:52:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:52:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cfa9f59e-a619-48ca-a386-205f2fb62536","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:52:07","worker_id":2}]  
[2026-06-23 09:52:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:52:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:52:07, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:52:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7bb74e1c-b92e-438e-a3ac-31d045156633","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:52:12","worker_id":2}]  
[2026-06-23 09:52:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:52:15] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:52:12, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:52:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"08fc5d0b-f454-40ae-9b16-618d51e1d281","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:52:17","worker_id":2}]  
[2026-06-23 09:52:18] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:52:17, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:52:19] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"bacc20a5-2328-4b97-adcd-590f0c19bbf9","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:52:18","worker_id":2}]  
[2026-06-23 09:52:21] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:52:18, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:52:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4b9da3a2-5805-4f4c-bb81-9231e2ce6538","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:52:27","worker_id":2}]  
[2026-06-23 09:52:29] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"c2b3bbd4-1aa6-4fb7-8316-2c5f52200be4","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:52:28","worker_id":2}]  
[2026-06-23 09:52:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:52:30] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:52:27, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:52:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:52:30] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:52:28, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:52:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b3f984a8-87f9-4e8e-991f-41b0b973ee75","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:52:32","worker_id":2}]  
[2026-06-23 09:52:33] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:52:33] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:52:32, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:52:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2f915cf8-9b3a-4079-ab20-9a0ac3993fb4","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:52:37","worker_id":2}]  
[2026-06-23 09:52:39] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:52:39] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:52:37, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:52:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"55067a5e-b28f-4969-a3b7-14f67a2274f1","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:52:42","worker_id":2}]  
[2026-06-23 09:52:44] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"bdd6d1a5-b353-4a31-ad37-3a7f6dcacb37","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:52:43","worker_id":2}]  
[2026-06-23 09:52:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:52:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:52:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:52:43, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:52:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"de78f265-19c0-4c9b-a0d9-0fa22e7e63d4","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:52:52","worker_id":2}]  
[2026-06-23 09:52:54] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"c8d4f538-61d0-4383-afb3-b7b2092c0c73","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:52:53","worker_id":2}]  
[2026-06-23 09:52:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:52:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:52:52, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:52:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:52:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:52:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:52:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ed0bd416-c1bf-423f-b6e2-e873e0e24519","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:52:57","worker_id":2}]  
[2026-06-23 09:53:00] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:53:00] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:52:57, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:53:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"72db7a0d-ea0c-40f0-8f6a-470a435461ed","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:53:02","worker_id":2}]  
[2026-06-23 09:53:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:53:03] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:53:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:53:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8c549239-5b04-428f-ad47-423231f4d511","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:53:07","worker_id":2}]  
[2026-06-23 09:53:09] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"289d547e-94c5-4267-b120-aa2ad9992571","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:53:08","worker_id":2}]  
[2026-06-23 09:53:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:53:07, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:53:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:53:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:53:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7f5467c7-24c7-4421-a00f-9567502d53fe","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:53:17","worker_id":2}]  
[2026-06-23 09:53:20] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"93b6d406-4f33-424c-95f2-c9bead06d626","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:53:18","worker_id":2}]  
[2026-06-23 09:53:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:53:21] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:53:17, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:53:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:53:21] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:53:18, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:53:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c2bde353-e5fd-4938-85cf-54f7aae5e896","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:53:22","worker_id":2}]  
[2026-06-23 09:53:25] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:53:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:53:22, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:53:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e341ec1a-53f7-41e6-ba84-0469a144e275","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:53:27","worker_id":2}]  
[2026-06-23 09:53:31] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:53:31] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:53:27, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:53:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"605d77c4-e4ef-4a27-a2bd-d7374d264969","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:53:32","worker_id":2}]  
[2026-06-23 09:53:34] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:53:32, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:53:35] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"b1c41d9e-46a1-4e28-aaa7-3fbd5ac0c248","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:53:33","worker_id":2}]  
[2026-06-23 09:53:37] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:53:33, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:53:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fa9471df-84ae-4eda-b402-cd789b6e952b","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:53:42","worker_id":2}]  
[2026-06-23 09:53:44] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"9d0dcf2e-3ee4-41a2-9007-7ef1f735518b","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:53:43","worker_id":2}]  
[2026-06-23 09:53:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:53:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:53:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:53:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:53:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:53:43, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:53:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"35521aca-dee4-4570-bdd4-bac4b8a72819","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:53:47","worker_id":2}]  
[2026-06-23 09:53:49] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:53:49] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:53:47, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:53:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c6e518c2-0c9a-40a8-9923-9543d9dee1bb","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:53:52","worker_id":2}]  
[2026-06-23 09:53:55] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:53:55] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:53:52, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:53:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2f82bfbb-15f6-44ac-850b-453ad5ec86b5","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:53:57","worker_id":2}]  
[2026-06-23 09:53:59] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"d8c9b894-252e-4b0c-ae35-7dc81d607b7c","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:53:58","worker_id":2}]  
[2026-06-23 09:54:01] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:53:57, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:54:01] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:53:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:54:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"edc03262-bcae-41bf-9c13-1679aa77c739","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:54:07","worker_id":2}]  
[2026-06-23 09:54:09] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"407e8d7f-96e0-4203-a100-d108683c4475","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:54:08","worker_id":2}]  
[2026-06-23 09:54:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:54:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:54:07, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:54:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:54:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:54:08, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:54:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6ae2a311-612b-45ec-8a97-ec505ee5d7db","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:54:12","worker_id":2}]  
[2026-06-23 09:54:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:54:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:54:12, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:54:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a03a7146-986d-47ea-a97d-a06f347e49a2","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:54:17","worker_id":2}]  
[2026-06-23 09:54:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:54:19] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:54:17, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:54:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"87326b69-9ccf-4a60-8574-1a953933bd66","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:54:22","worker_id":2}]  
[2026-06-23 09:54:25] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"4a40f925-0c55-4014-9c0c-d9e229da195d","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:54:23","worker_id":2}]  
[2026-06-23 09:54:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:54:22, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:54:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:54:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:54:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ffc02c76-138b-4b25-97a6-b6c2d93c1e0a","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:54:32","worker_id":2}]  
[2026-06-23 09:54:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:54:34] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:54:32, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:54:34] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"b9b6ef60-0f68-4f8a-b80e-db7715001c1a","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:54:33","worker_id":2}]  
[2026-06-23 09:54:37] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:54:37] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:54:33, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:54:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"aae55a91-a9e3-4bdb-a42e-2c5f13960bbf","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:54:37","worker_id":2}]  
[2026-06-23 09:54:40] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:54:40] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:54:37, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:54:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ece50f5f-5252-41f5-84ba-d1262792de2d","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:54:42","worker_id":2}]  
[2026-06-23 09:54:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:54:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:54:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:54:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"334ce581-8748-4c0a-9739-d250b19248f8","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:54:47","worker_id":2}]  
[2026-06-23 09:54:49] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:54:47, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:54:49] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"02779f3b-ecf3-445b-90a4-85bbf06b6064","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:54:48","worker_id":2}]  
[2026-06-23 09:54:52] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:54:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:54:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8d84ecd0-f346-4bfb-807f-ae574eac71fd","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:54:57","worker_id":2}]  
[2026-06-23 09:54:59] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"ba786c6c-c7ea-40cc-a1bd-b895fe9be168","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:54:58","worker_id":2}]  
[2026-06-23 09:55:01] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:55:01] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:54:57, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:55:01] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:55:01] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:54:58, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:55:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a88f825f-8175-44c4-8fe7-3583366b825a","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:55:02","worker_id":2}]  
[2026-06-23 09:55:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:55:04] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:55:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:55:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b59d90b9-761c-4d63-86fb-9854084a46bb","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:55:07","worker_id":2}]  
[2026-06-23 09:55:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:55:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:55:07, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:55:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"efbbcb19-5fe0-4704-a7a6-2efb97bea126","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:55:12","worker_id":2}]  
[2026-06-23 09:55:14] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"a9d4d8c5-a05a-42a4-b2cf-66402c041959","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:55:13","worker_id":2}]  
[2026-06-23 09:55:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:55:12, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:55:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:55:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:55:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"19f6efc0-a219-4dd9-a2a7-e60b1eb05679","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:55:22","worker_id":2}]  
[2026-06-23 09:55:24] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"b144ed1b-7211-44d2-bc1a-aa56f61f7a19","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:55:23","worker_id":2}]  
[2026-06-23 09:55:25] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:55:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:55:22, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:55:25] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:55:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:55:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:55:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ec3d0fb8-1279-44da-9b2a-e5b8452092a7","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:55:27","worker_id":2}]  
[2026-06-23 09:55:31] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:55:31] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:55:27, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:55:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ee65dc1f-f8d1-486a-b5f0-b6a6d72f8279","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:55:32","worker_id":2}]  
[2026-06-23 09:55:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:55:34] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:55:32, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:55:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bd5d6856-e338-4fb0-92ea-c4008de6f7d5","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:55:37","worker_id":2}]  
[2026-06-23 09:55:39] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"2630a91c-4e76-499f-996e-790369d4c22d","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:55:38","worker_id":2}]  
[2026-06-23 09:55:40] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:55:37, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:55:40] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:55:38, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:55:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2a1def27-2602-446b-83e0-1d232e016bd7","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:55:47","worker_id":2}]  
[2026-06-23 09:55:49] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:55:49] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:55:47, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:55:50] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"95865503-0956-45f3-870a-7418d84861e5","latitude":-1.0318,"longitude":37.02392,"site_id":8,"timestamp":"2026-06-23 09:55:48","worker_id":2}]  
[2026-06-23 09:55:52] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 33.21021130192m, Allowed: 20m.  
[2026-06-23 09:55:52] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:55:48, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:55:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4c168579-e10d-4a73-8efb-05c5d19056bb","latitude":-1.03208,"longitude":37.02418,"site_id":8,"timestamp":"2026-06-23 09:55:52","worker_id":2}]  
[2026-06-23 09:55:55] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 75.688830605206m, Allowed: 20m.  
[2026-06-23 09:55:55] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:55:52, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:55:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fa05c754-e370-4677-bdf6-4e695468ba91","latitude":-1.03268,"longitude":37.02472,"site_id":8,"timestamp":"2026-06-23 09:55:57","worker_id":2}]  
[2026-06-23 09:56:01] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 165.42645927922m, Allowed: 20m.  
[2026-06-23 09:56:01] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:55:57, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:56:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"01472f78-05dd-4105-a961-18b29f3a3e37","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:56:02","worker_id":2}]  
[2026-06-23 09:56:04] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"05ab2254-28eb-4861-9ef7-ab4ab14cabcb","latitude":-1.0315933333333334,"longitude":37.02373333333333,"site_id":8,"timestamp":"2026-06-23 09:56:03","worker_id":2}]  
[2026-06-23 09:56:04] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:56:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:56:04] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:56:03, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:56:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"22888b72-98cd-480f-8b52-3042d2eff819","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:56:13","worker_id":2}]  
[2026-06-23 09:56:15] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"bee17e76-54d1-45af-8dc0-0460443dfe8b","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:56:14","worker_id":2}]  
[2026-06-23 09:56:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:56:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:56:13, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:56:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:56:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:56:14, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:56:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c03961ed-f115-4460-abed-da8c48c64a59","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:56:18","worker_id":2}]  
[2026-06-23 09:56:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:56:19] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:56:18, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:56:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0532b8ec-c7c6-4900-8afb-3e94dd7eaed1","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:56:23","worker_id":2}]  
[2026-06-23 09:56:25] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:56:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:56:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:56:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"daaa591f-f561-4c1b-9367-78a0ba5358b6","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:56:28","worker_id":2}]  
[2026-06-23 09:56:30] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"7a333599-8a6f-45fd-a296-17db12cdf6fc","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 09:56:29","worker_id":2}]  
[2026-06-23 09:56:31] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:56:28, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:56:32] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:56:29, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:56:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4e1d2aba-1892-4da8-a0c3-ea93ba4f1f46","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:56:38","worker_id":2}]  
[2026-06-23 09:56:40] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"fea6744f-0423-4bb5-824b-a9723d11fc9d","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:56:39","worker_id":2}]  
[2026-06-23 09:56:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:56:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:56:38, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:56:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:56:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:56:39, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:56:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"750fa04a-199e-4f9c-b898-be67ba09e7a4","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:56:44","worker_id":2}]  
[2026-06-23 09:56:47] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:56:47] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:56:44, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:56:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"14202041-7c63-43db-8466-c91946da268d","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:56:49","worker_id":2}]  
[2026-06-23 09:56:53] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:56:53] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:56:49, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:56:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a79a08d5-0822-4c57-aea6-8bb543ca763e","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:56:54","worker_id":2}]  
[2026-06-23 09:56:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:56:54, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:56:56] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"646074a6-8518-4df8-b0ad-30caaa04ab6d","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:56:55","worker_id":2}]  
[2026-06-23 09:56:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:56:55, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8f2cb804-3531-4db6-a8b2-c6f7774191be","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:57:04","worker_id":2}]  
[2026-06-23 09:57:06] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"9c5325e6-9bdd-47e1-b1d0-0d249d022a9d","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 09:57:05","worker_id":2}]  
[2026-06-23 09:57:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:57:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:04, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 09:57:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:05, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8e1911b6-2c11-4584-b46d-99f46cf87db0","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 09:57:09","worker_id":2}]  
[2026-06-23 09:57:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 09:57:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:09, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:16] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"176d825a-e336-47fc-a22b-0cf6fecf917e","latitude":-1.0329983333333332,"longitude":37.024998333333336,"site_id":8,"timestamp":"2026-06-23 09:57:14","worker_id":2}]  
[2026-06-23 09:57:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 212.42957448876m, Allowed: 20m.  
[2026-06-23 09:57:17] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:14, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e711cba1-7394-4cd2-b4b2-052e5d7fcfa6","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:57:19","worker_id":2}]  
[2026-06-23 09:57:22] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"37019853-d80e-4ad1-947e-5d20c6d68a05","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 09:57:20","worker_id":2}]  
[2026-06-23 09:57:23] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:19, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:23] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:20, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"daab659f-6857-4ee8-91df-a411c1cdcc8c","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:57:29","worker_id":2}]  
[2026-06-23 09:57:31] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"9353957d-a1f7-40f6-a219-62da65b3fd82","latitude":-1.0318483333333333,"longitude":37.02396,"site_id":8,"timestamp":"2026-06-23 09:57:30","worker_id":2}]  
[2026-06-23 09:57:32] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:57:32] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:29, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:32] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 40.166667798128m, Allowed: 20m.  
[2026-06-23 09:57:32] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:30, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0c3d2af1-a372-4f38-94f1-28f7b8e12f61","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:57:34","worker_id":2}]  
[2026-06-23 09:57:36] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"3b8b579a-7952-49b0-ac76-57fc185bc9e2","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:57:35","worker_id":2}]  
[2026-06-23 09:57:38] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:34, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:38] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:35, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b2654544-ea33-4e2e-8fac-c9aca149e420","latitude":-1.031775,"longitude":37.023898333333335,"site_id":8,"timestamp":"2026-06-23 09:57:39","worker_id":2}]  
[2026-06-23 09:57:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 29.539080548912m, Allowed: 20m.  
[2026-06-23 09:57:41] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:39, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:43] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"e3385a4f-03a0-404d-9aa2-d3f373259fb3","latitude":-1.031775,"longitude":37.023898333333335,"site_id":8,"timestamp":"2026-06-23 09:57:42","worker_id":2}]  
[2026-06-23 09:57:44] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 29.539080548912m, Allowed: 20m.  
[2026-06-23 09:57:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"72ad47ac-1ed6-4098-9528-d5bdadf13285","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 09:57:44","worker_id":2}]  
[2026-06-23 09:57:47] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 84.992573772063m, Allowed: 20m.  
[2026-06-23 09:57:47] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:44, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2041dcb9-f63e-49ca-95a3-0d9d58eb37c8","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 09:57:49","worker_id":2}]  
[2026-06-23 09:57:53] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 09:57:53] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:49, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f7e53ee1-17b5-4979-9f05-11a4f60d96df","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:57:54","worker_id":2}]  
[2026-06-23 09:57:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:54, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:57:56] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"ca95ac61-20fc-413d-9ad8-6879381adfb3","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:57:55","worker_id":2}]  
[2026-06-23 09:57:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:57:55, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:58:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bbfd3424-7610-4a5c-8582-88208aa6fa32","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:58:25","worker_id":2}]  
[2026-06-23 09:58:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:58:25, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:58:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7c2e4491-fe84-4fe6-b41e-60e7a6127118","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:58:56","worker_id":2}]  
[2026-06-23 09:58:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:58:56, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:59:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"39d758d4-9b2b-4643-8260-05d212c38000","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:59:26","worker_id":2}]  
[2026-06-23 09:59:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:59:26, DB newer: 2026-06-23 12:01:45  
[2026-06-23 09:59:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e2da7e78-b72d-4795-8bc1-3aa7517fc89e","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 09:59:56","worker_id":2}]  
[2026-06-23 09:59:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 09:59:56, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:00:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"667a1a55-807a-4c0d-99eb-e41fd5904f73","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:00:22","worker_id":3}]  
[2026-06-23 10:00:23] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:00:22, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:00:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"14da6df1-63b2-431e-8a37-745c6299b0f9","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:00:52","worker_id":3}]  
[2026-06-23 10:00:53] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:00:52, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:01:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e9055786-1445-4327-9cbd-334014c93f3e","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:01:22","worker_id":3}]  
[2026-06-23 10:01:23] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:01:22, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:01:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2139fb11-c2c0-4381-8107-13b9b08442af","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:01:52","worker_id":3}]  
[2026-06-23 10:01:53] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:01:52, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:02:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0fada300-1ce1-4cb6-84d6-660e64115ad5","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:02:22","worker_id":3}]  
[2026-06-23 10:02:23] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:02:22, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:02:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"dce9ee6c-7bee-4212-922c-91444e9dfdf6","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:02:53","worker_id":3}]  
[2026-06-23 10:02:57] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:02:53, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:03:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bd046822-d716-4cf3-aacd-f18d183122a9","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:03:24","worker_id":3}]  
[2026-06-23 10:03:27] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:03:24, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:03:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3e010b69-e99d-42e0-a81e-c6a4f60249bb","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:03:54","worker_id":3}]  
[2026-06-23 10:03:57] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:03:54, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:04:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b1f5f72f-c407-4796-859b-98bfa62c8013","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:04:24","worker_id":3}]  
[2026-06-23 10:04:27] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:04:24, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:04:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"93b9c10e-9c8a-40bb-9945-8f6c87baa969","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:04:54","worker_id":3}]  
[2026-06-23 10:04:57] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:04:54, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:05:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"512cdfc0-69c1-4710-9e62-db70aa439bec","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:05:24","worker_id":3}]  
[2026-06-23 10:05:27] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:05:24, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:05:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7e980d8b-4ff2-46ee-b2a4-9f70e986cf09","latitude":-1.0325183333333334,"longitude":37.02458,"site_id":8,"timestamp":"2026-06-23 10:05:45","worker_id":3}]  
[2026-06-23 10:05:47] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"89aad6d4-8459-4890-a956-f010f7179c82","latitude":-1.0325183333333334,"longitude":37.02458,"site_id":8,"timestamp":"2026-06-23 10:05:46","worker_id":3}]  
[2026-06-23 10:05:48] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 141.66148382918m, Allowed: 20m.  
[2026-06-23 10:05:48] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:05:45, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:05:48] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 141.66148382918m, Allowed: 20m.  
[2026-06-23 10:05:48] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:05:46, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:05:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3e418470-0172-46a8-b1b0-a6434ac5207a","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:05:51","worker_id":3}]  
[2026-06-23 10:05:53] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"bf04b83d-4033-4a0d-a0e8-ee455d2787bc","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:05:52","worker_id":3}]  
[2026-06-23 10:05:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:05:51, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:05:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:05:52, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:06:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"16dfade3-0954-405e-835e-9d9b70793551","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:06:16","worker_id":3}]  
[2026-06-23 10:06:18] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:06:18] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:06:16, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:06:18] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"b13923ff-3f4d-4ef6-ad8c-6b60dec410bf","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:06:17","worker_id":3}]  
[2026-06-23 10:06:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:06:21] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:06:17, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:06:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7252ba31-8809-4d3c-8f0e-659347e9bc7d","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 10:06:21","worker_id":3}]  
[2026-06-23 10:06:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 10:06:24] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:06:21, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:06:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"33a58e24-76c6-4384-b0e5-d49c591f47dc","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:06:26","worker_id":3}]  
[2026-06-23 10:06:28] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"58b3c126-ab5f-4428-a9d0-4d44206c0a58","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:06:27","worker_id":3}]  
[2026-06-23 10:06:30] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:06:26, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:06:30] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:06:27, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:06:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1762ae8b-90c4-48f2-b573-a1b9fd7441ca","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:06:41","worker_id":3}]  
[2026-06-23 10:06:43] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"2cc22732-2a22-4ca5-8698-b59f3f145126","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:06:42","worker_id":3}]  
[2026-06-23 10:06:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:06:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:06:41, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:06:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:06:45] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:06:42, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:06:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"33d4c9e6-fec1-49fa-90a8-d5600610f802","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 10:06:46","worker_id":3}]  
[2026-06-23 10:06:48] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 10:06:48] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:06:46, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:06:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"efd86426-05c9-4835-b171-de92da76cd9e","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:06:51","worker_id":3}]  
[2026-06-23 10:06:53] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"131b8258-b785-45c5-9b7f-5d9225e8857a","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:06:52","worker_id":3}]  
[2026-06-23 10:06:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:06:51, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:06:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:06:52, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:07:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fc8c14f6-0dd5-4f0b-9119-a7353264528a","latitude":-1.03161,"longitude":37.02376,"site_id":8,"timestamp":"2026-06-23 10:07:21","worker_id":3}]  
[2026-06-23 10:07:24] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:07:21, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:07:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"335b73f1-696d-4a3c-a9c0-c91a64e5ba4d","latitude":-1.03161,"longitude":37.02376,"site_id":8,"timestamp":"2026-06-23 10:07:51","worker_id":3}]  
[2026-06-23 10:07:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:07:51, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:08:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"165e7725-24d9-45f4-b170-43dca2645365","latitude":-1.03161,"longitude":37.02376,"site_id":8,"timestamp":"2026-06-23 10:08:21","worker_id":3}]  
[2026-06-23 10:08:24] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:08:21, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:08:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8f6b5a0e-92c8-45f7-9b77-4df7cc07a0eb","latitude":-1.03161,"longitude":37.02376,"site_id":8,"timestamp":"2026-06-23 10:08:51","worker_id":3}]  
[2026-06-23 10:08:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:08:51, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:09:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"73fa1117-5c36-4cec-900b-3addde1f5af8","latitude":-1.03161,"longitude":37.02376,"site_id":8,"timestamp":"2026-06-23 10:09:22","worker_id":3}]  
[2026-06-23 10:09:24] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:09:22, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:09:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"deadcc7a-5284-477c-8d45-d404df62f3a5","latitude":-1.03161,"longitude":37.02376,"site_id":8,"timestamp":"2026-06-23 10:09:52","worker_id":3}]  
[2026-06-23 10:09:54] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:09:52, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:10:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7fe27ced-a6a2-4e57-b1b2-421473dd04cb","latitude":-1.03161,"longitude":37.02376,"site_id":8,"timestamp":"2026-06-23 10:10:22","worker_id":3}]  
[2026-06-23 10:10:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:10:22, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:10:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a0e4d7b4-9e02-490e-8514-ea42cc79f91c","latitude":-1.03161,"longitude":37.02376,"site_id":8,"timestamp":"2026-06-23 10:10:52","worker_id":3}]  
[2026-06-23 10:10:55] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:10:52, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:11:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"37c1ff60-b569-4662-a135-1a1b0154d99e","latitude":-1.03161,"longitude":37.02376,"site_id":8,"timestamp":"2026-06-23 10:11:23","worker_id":3}]  
[2026-06-23 10:11:25] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:11:23, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:11:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9b50ebcd-ac4c-4e9d-80ee-6c8070530448","latitude":-1.03161,"longitude":37.02376,"site_id":8,"timestamp":"2026-06-23 10:11:54","worker_id":3}]  
[2026-06-23 10:11:58] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:11:54, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:12:23] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:12:23] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00.  
[2026-06-23 10:12:23] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:12:23] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 10:12:23] testing.INFO: ProcessSiteEvent: Idempotency key 6e43399b-46f9-47d7-ae93-e471186da25f already processed. Skipping.  
[2026-06-23 10:12:24] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 5 during check-in.  
[2026-06-23 10:12:24] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:12:24] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:10:00.  
[2026-06-23 10:12:24] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:12:24] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 10:12:24] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:12:24] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:30:00.  
[2026-06-23 10:12:24] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:12:24] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 10:12:24] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-23 10:12:24] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 8 status is 'suspended'.  
[2026-06-23 10:12:25] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:12:25] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00. Location: -1.3006, 36.8145.  
[2026-06-23 10:12:25] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:12:25] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 10:12:25] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 11 at site 11. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 10:12:26] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:12:26] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00.  
[2026-06-23 10:12:26] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:12:26] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 10:12:26] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:12:26] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00. Location: -1.2921, 36.8219.  
[2026-06-23 10:12:26] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:12:26] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 10:12:26] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 13 at site 13. Distance: 10808.683063185m, Allowed: 200m.  
[2026-06-23 10:12:26] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:12:26] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has EXITED the geofence at Test Site Office at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 10:12:26] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:12:26] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker exited Test Site Office.  
[2026-06-23 10:12:26] testing.INFO: CheckScheduledAbsences: Email notification successfully sent for worker Test Worker.  
[2026-06-23 10:12:26] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker is absent from assigned site Test Site Office during the check at 2026-06-23 13:12:26. No GPS history recorded.  
[2026-06-23 10:12:26] testing.INFO: CheckScheduledAbsences: SMS notification successfully sent for worker Test Worker.  
[2026-06-23 10:12:26] testing.WARNING: CheckScheduledAbsences: Worker Test Worker is absent from site Test Site Office. Alert sent/logged to admin@example.com / +254700000000.  
[2026-06-23 10:12:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3b9e790f-f0c5-40a8-8114-cbce1ab3c513","latitude":-1.03161,"longitude":37.02376,"site_id":8,"timestamp":"2026-06-23 10:12:25","worker_id":3}]  
[2026-06-23 10:12:27] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:12:27] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has EXITED the geofence at Test Site Office at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 10:12:27] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:12:27] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker exited Test Site Office.  
[2026-06-23 10:12:27] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 21:00 is outside work hours 08:00-17:00.  
[2026-06-23 10:12:28] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:12:25, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:12:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9f48669e-7779-4a15-b335-5f319c347bf3","latitude":-1.03161,"longitude":37.02376,"site_id":8,"timestamp":"2026-06-23 10:12:55","worker_id":3}]  
[2026-06-23 10:12:58] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:12:55, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:13:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a2bbb1db-11a0-4684-88d7-cc5a7901aa50","latitude":-1.03161,"longitude":37.02376,"site_id":8,"timestamp":"2026-06-23 10:13:25","worker_id":3}]  
[2026-06-23 10:13:28] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:13:25, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:13:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b3934f54-7fe0-4881-882c-77ebe4972da3","latitude":-1.03161,"longitude":37.02376,"site_id":8,"timestamp":"2026-06-23 10:13:58","worker_id":3}]  
[2026-06-23 10:14:01] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:13:58, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:14:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bb715db0-6271-41ca-a921-f79be9f3adc1","latitude":-1.03162,"longitude":37.02376833333334,"site_id":8,"timestamp":"2026-06-23 10:14:28","worker_id":3}]  
[2026-06-23 10:14:31] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:14:28, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:14:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7e9f3ca9-3432-40ed-94da-da69eb9669a0","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 10:14:33","worker_id":3}]  
[2026-06-23 10:14:37] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:14:33, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:14:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"466f895e-144a-4a42-ba9b-84a881eae528","latitude":-1.03214,"longitude":37.02423833333334,"site_id":8,"timestamp":"2026-06-23 10:14:38","worker_id":3}]  
[2026-06-23 10:14:40] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:14:38, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:14:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e7082b28-81ae-4089-8d5e-a9e405744067","latitude":-1.0315966666666667,"longitude":37.023741666666666,"site_id":8,"timestamp":"2026-06-23 10:14:43","worker_id":3}]  
[2026-06-23 10:14:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:14:43, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:15:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"65e7aa88-111c-4c0f-955e-9e86c93e7b03","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:15:13","worker_id":3}]  
[2026-06-23 10:15:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:15:13, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:15:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f3b98a69-9ed9-463c-a9a2-2e899a225639","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:15:43","worker_id":3}]  
[2026-06-23 10:15:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:15:43, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:15:52] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:15:52] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Facial Test Worker has ENTERED the geofence at Giga Construction Site at 2026-06-23 13:15:52.  
[2026-06-23 10:15:52] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:15:52] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Facial Test Worker entered Giga Construction Site.  
[2026-06-23 10:15:59] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:15:59] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Facial Test Worker has ENTERED the geofence at Giga Construction Site at 2026-06-23 13:15:59.  
[2026-06-23 10:15:59] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:15:59] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Facial Test Worker entered Giga Construction Site.  
[2026-06-23 10:16:07] testing.DEBUG: SyncController: Received bulk sync events: [{"idempotency_key":"3b446b44-0508-462b-94a2-05686f7410ee","event_type":"nfc","worker_id":13,"site_id":13,"timestamp":"2026-06-23 10:16:07","direction":"in","pin":"1234","latitude":-1.3002,"longitude":36.8001}]  
[2026-06-23 10:16:12] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:16:12] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00.  
[2026-06-23 10:16:12] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:16:12] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 10:16:12] testing.INFO: ProcessSiteEvent: Idempotency key f5a43a80-58f6-4dfd-8973-032eccc8453b already processed. Skipping.  
[2026-06-23 10:16:12] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-23 10:16:13] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:16:13] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:10:00.  
[2026-06-23 10:16:13] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:16:13] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 10:16:13] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:16:13] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:30:00.  
[2026-06-23 10:16:13] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:16:13] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 10:16:13] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-23 10:16:14] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-23 10:16:15] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d075fde6-c263-491f-8eec-c77833f2cd05","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:16:13","worker_id":3}]  
[2026-06-23 10:16:15] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:16:15] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00. Location: -1.3006, 36.8145.  
[2026-06-23 10:16:15] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:16:15] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 10:16:15] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 10:16:16] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:16:16] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00.  
[2026-06-23 10:16:16] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:16:16] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 10:16:16] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:16:16] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00. Location: -1.2921, 36.8219.  
[2026-06-23 10:16:16] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:16:16] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 10:16:16] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 27 at site 27. Distance: 10808.683063185m, Allowed: 200m.  
[2026-06-23 10:16:16] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:16:16] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has EXITED the geofence at Test Site Office at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 10:16:16] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:16:16] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker exited Test Site Office.  
[2026-06-23 10:16:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:16:13, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:16:16] testing.INFO: CheckScheduledAbsences: Email notification successfully sent for worker Test Worker.  
[2026-06-23 10:16:16] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker is absent from assigned site Test Site Office during the check at 2026-06-23 13:16:16. No GPS history recorded.  
[2026-06-23 10:16:16] testing.INFO: CheckScheduledAbsences: SMS notification successfully sent for worker Test Worker.  
[2026-06-23 10:16:16] testing.WARNING: CheckScheduledAbsences: Worker Test Worker is absent from site Test Site Office. Alert sent/logged to admin@example.com / +254700000000.  
[2026-06-23 10:16:17] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:16:17] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has EXITED the geofence at Test Site Office at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 10:16:17] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:16:17] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker exited Test Site Office.  
[2026-06-23 10:16:17] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 21:00 is outside work hours 08:00-17:00.  
[2026-06-23 10:16:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"23fbbc80-c744-4120-b287-fc6a76297440","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:16:44","worker_id":3}]  
[2026-06-23 10:16:46] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:16:44, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:17:15] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bd88fe2f-3aea-44a1-afaa-f5a03ed54817","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:17:14","worker_id":3}]  
[2026-06-23 10:17:16] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:17:14, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:17:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cfdf7375-47f5-4fc9-af5c-9db8297114f6","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:17:45","worker_id":3}]  
[2026-06-23 10:17:49] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:17:45, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:18:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"68e20afa-97ed-4b60-a0f4-7b7859571bac","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:18:00","worker_id":3}]  
[2026-06-23 10:18:02] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"8f7af22e-d98d-48f6-b682-6e7027188705","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:18:01","worker_id":3}]  
[2026-06-23 10:18:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:18:04] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:18:00, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:18:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:18:04] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:18:01, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:18:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"705c5932-2555-49e5-a951-d55f6cebb2a8","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 10:18:05","worker_id":3}]  
[2026-06-23 10:18:07] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"6c865980-55bb-43ad-a1c0-3997bf9aa3df","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 10:18:06","worker_id":3}]  
[2026-06-23 10:18:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:18:05, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:18:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:18:06, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:18:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4a4325a9-9b60-4bdd-ac4c-cd6b5e0792cf","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 10:18:10","worker_id":3}]  
[2026-06-23 10:18:13] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"f99bb39f-fe92-4b1b-87f0-94b6ece8a742","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 10:18:11","worker_id":3}]  
[2026-06-23 10:18:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 10:18:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:18:10, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:18:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 10:18:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:18:11, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:18:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3950a154-6456-4c54-83d7-28fc35aca711","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:18:16","worker_id":3}]  
[2026-06-23 10:18:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:18:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:18:16, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:18:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"61094d8f-00c1-4733-bba0-7978418943ae","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:18:47","worker_id":3}]  
[2026-06-23 10:18:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:18:50] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:18:47, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:19:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"58fde6a2-421e-47f9-8092-4f256348a1fd","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:19:17","worker_id":3}]  
[2026-06-23 10:19:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:19:20] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:19:17, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:19:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"71131957-f00c-4282-a883-66cbeb9acd06","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:19:23","worker_id":2}]  
[2026-06-23 10:19:25] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"ef4ae02a-02e6-4a6c-aec3-16e355443e0b","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:19:24","worker_id":2}]  
[2026-06-23 10:19:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:19:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:19:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:19:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:19:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:19:24, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:19:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2ba77a2e-8b00-473e-aa01-50a9f7e4f018","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:19:53","worker_id":2}]  
[2026-06-23 10:19:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:19:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:19:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:20:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"94609b87-c156-4a3f-854e-9da6d21bc32a","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:20:23","worker_id":2}]  
[2026-06-23 10:20:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:20:26] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:20:23, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:20:30] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"0638981d-7b52-4cbd-a107-8aeb185efdc6","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:20:28","worker_id":3}]  
[2026-06-23 10:20:32] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:20:32] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:20:28, DB newer: 2026-06-23 12:04:21  
[2026-06-23 10:20:40] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 3. Distance: 276517.35645401m, Allowed: 400m.  
[2026-06-23 10:20:40] local.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 17:30 is outside work hours 08:00-17:00.  
[2026-06-23 10:20:40] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 3. Distance: 276517.35645401m, Allowed: 400m.  
[2026-06-23 10:20:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"21ca906a-b4f2-4796-a58d-92233da06873","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:20:54","worker_id":3}]  
[2026-06-23 10:20:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:20:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:20:54, DB newer: 2026-06-23 18:30:00  
[2026-06-23 10:20:58] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 3. Distance: 276517.35645401m, Allowed: 400m.  
[2026-06-23 10:20:58] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 11:30:00, DB newer: 2026-06-23 18:30:00  
[2026-06-23 10:20:58] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 3. Distance: 276517.35645401m, Allowed: 400m.  
[2026-06-23 10:20:58] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 16:30:00, DB newer: 2026-06-23 18:30:00  
[2026-06-23 10:21:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2cedf39f-3b64-4f0c-b31f-cc0298eaf5a5","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:21:25","worker_id":3}]  
[2026-06-23 10:21:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:21:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:21:25, DB newer: 2026-06-23 18:30:00  
[2026-06-23 10:21:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a6ff151f-d1f9-4ca4-ad69-2f676a76d30e","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:21:55","worker_id":3}]  
[2026-06-23 10:21:59] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:21:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:21:55, DB newer: 2026-06-23 18:30:00  
[2026-06-23 10:22:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"84469544-6da1-49d4-84f6-52b478a10360","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:22:26","worker_id":3}]  
[2026-06-23 10:22:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:22:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:22:26, DB newer: 2026-06-23 18:30:00  
[2026-06-23 10:22:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c553b5e5-6069-4ccd-9710-6262d4c63ab1","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:22:56","worker_id":3}]  
[2026-06-23 10:22:59] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:22:59] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:22:56, DB newer: 2026-06-23 18:30:00  
[2026-06-23 10:23:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"164bc045-d0d1-44ad-9540-c0e874d83e29","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:23:26","worker_id":2}]  
[2026-06-23 10:23:29] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"52f0bbbc-54e2-4c19-b13b-dddb7ba0d3b6","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:23:27","worker_id":2}]  
[2026-06-23 10:23:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:23:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:23:26, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:23:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:23:29] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:23:27, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:23:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c6a9331d-0f58-4663-95f8-19ff4d608d59","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:23:41","worker_id":2}]  
[2026-06-23 10:23:43] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"950a7918-d7a9-495e-8ef0-afd0b1819b05","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:23:42","worker_id":2}]  
[2026-06-23 10:23:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:23:41, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:23:44] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:23:42, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:23:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b127cc33-8f87-4dfb-aa56-7613a11eba26","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:23:46","worker_id":2}]  
[2026-06-23 10:23:49] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"620fb73e-4f26-49da-ae01-156a04784bb7","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:23:47","worker_id":2}]  
[2026-06-23 10:23:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:23:50] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:23:46, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:23:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:23:50] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:23:47, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:23:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f884ea3e-eb03-450d-98fb-016327d6f700","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:23:52","worker_id":2}]  
[2026-06-23 10:23:53] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:23:52, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:23:54] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"ecca629f-3eb0-45b3-bfd5-02341a0509bf","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:23:53","worker_id":2}]  
[2026-06-23 10:23:56] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:23:53, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:24:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"95c67eab-4634-4d7d-9564-1bda5501628c","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:24:02","worker_id":2}]  
[2026-06-23 10:24:03] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"d40b5816-7988-43d0-97f0-04471accdad0","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:24:02","worker_id":2}]  
[2026-06-23 10:24:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:24:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:24:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:24:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:24:05] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:24:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:24:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ea620697-1750-4b8f-8f20-40516f49fe28","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:24:32","worker_id":2}]  
[2026-06-23 10:24:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:24:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:24:32, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:25:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"81d95086-95bb-40e6-a888-5097fd3dda4e","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:25:02","worker_id":2}]  
[2026-06-23 10:25:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:25:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:25:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:25:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1eafc57d-b94b-49a1-909d-dcbe21a8a278","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:25:32","worker_id":2}]  
[2026-06-23 10:25:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:25:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:25:32, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:26:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"82c39476-7854-44c4-9214-8cd3aa472e8a","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:26:02","worker_id":2}]  
[2026-06-23 10:26:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:26:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:26:02, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:26:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d170a669-de86-4591-a78c-8bf2e043d108","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:26:32","worker_id":2}]  
[2026-06-23 10:26:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:26:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:26:32, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:27:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"98c742dd-4f32-4bd2-8e0a-35ed800b2da7","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:27:03","worker_id":2}]  
[2026-06-23 10:27:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:27:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:27:03, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:27:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f46e81fa-b57c-4a8a-a205-4b4a05eaf533","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:27:34","worker_id":2}]  
[2026-06-23 10:27:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:27:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:27:34, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:28:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8515afbf-af06-4040-a7d2-d08b93c0240e","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:28:04","worker_id":2}]  
[2026-06-23 10:28:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:28:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:28:04, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:28:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a044ee0f-55a9-444d-aefd-259bba631698","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:28:34","worker_id":2}]  
[2026-06-23 10:28:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:28:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:28:34, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:29:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5f80074c-0902-4c34-a794-8e9a8af41ae3","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:29:04","worker_id":2}]  
[2026-06-23 10:29:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:29:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:29:04, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:29:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"870c3a69-85b7-4da6-8f4a-3279bdb3bc78","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:29:34","worker_id":2}]  
[2026-06-23 10:29:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:29:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:29:34, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:30:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f0e97a37-d254-422a-b266-d2130cdf8736","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:30:04","worker_id":2}]  
[2026-06-23 10:30:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:30:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:30:04, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:30:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1bb24221-ad65-4218-b875-5f0c1ca77fb1","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:30:34","worker_id":2}]  
[2026-06-23 10:30:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:30:36] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-23 10:30:34, DB newer: 2026-06-23 12:01:45  
[2026-06-23 10:31:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3462fa89-bf6c-453a-9a80-ef4fbb598cd7","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:31:04","worker_id":2}]  
[2026-06-23 10:31:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:31:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a0a165cb-1086-4e7e-9df2-5cad60371b13","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:31:35","worker_id":2}]  
[2026-06-23 10:31:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:32:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"73afdd5c-df1e-4bb2-9c91-8b78085795c9","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:32:05","worker_id":2}]  
[2026-06-23 10:32:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:32:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4f009953-dc29-40e5-89a7-3ae93c1b2ea4","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:32:35","worker_id":2}]  
[2026-06-23 10:32:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:33:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"50910b43-90a3-4e35-8ba6-4706e60861a7","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:33:05","worker_id":2}]  
[2026-06-23 10:33:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:33:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8623b3b5-7a22-4453-bca8-144530ca8e58","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:33:21","worker_id":2}]  
[2026-06-23 10:33:23] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"c9fdd5fd-d0ea-4a9a-bb08-54d084f8b3e8","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:33:22","worker_id":2}]  
[2026-06-23 10:33:28] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:33:28] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has ENTERED the geofence at PROSEL HQ at 2026-06-23 13:33:21. Location: -1.031585, 37.02371.  
[2026-06-23 10:33:28] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:33:28] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi entered PROSEL HQ.  
[2026-06-23 10:33:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4f1c2036-3c93-4b41-99e3-e5fa79f733b1","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 10:33:31","worker_id":2}]  
[2026-06-23 10:33:33] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"151d7c5b-8e2a-4a3e-b653-f9e6e6602254","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 10:33:32","worker_id":2}]  
[2026-06-23 10:33:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 10:33:35] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:33:35] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has EXITED the geofence at PROSEL HQ at 2026-06-23 13:33:31. Location: -1.0322, 37.024298333333.  
[2026-06-23 10:33:35] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:33:35] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi exited PROSEL HQ.  
[2026-06-23 10:33:35] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 10:33:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d05800a5-ed5d-40fc-80cf-76296f1e8671","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:33:36","worker_id":2}]  
[2026-06-23 10:33:38] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"88a4af8e-bd63-4759-90f7-2282e7e0d44a","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:33:37","worker_id":2}]  
[2026-06-23 10:33:39] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:33:39] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has ENTERED the geofence at PROSEL HQ at 2026-06-23 13:33:36. Location: -1.0316, 37.023748333333.  
[2026-06-23 10:33:39] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:33:39] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi entered PROSEL HQ.  
[2026-06-23 10:33:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"48110987-6ce7-47c8-b8ae-2e660e878295","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:33:41","worker_id":2}]  
[2026-06-23 10:33:42] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:33:43] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"ed6bb263-ea1f-4e7b-b1ed-9e066dc46b8e","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:33:42","worker_id":2}]  
[2026-06-23 10:33:43] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:33:43] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has EXITED the geofence at PROSEL HQ at 2026-06-23 13:33:41. Location: -1.0319, 37.024.  
[2026-06-23 10:33:43] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:33:43] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi exited PROSEL HQ.  
[2026-06-23 10:33:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:33:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1a231c73-a173-4b47-b79d-ffbeb8b9b887","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:33:46","worker_id":2}]  
[2026-06-23 10:33:48] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"3cc1709c-b6e7-42d2-8388-4cc50bf3c42a","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:33:47","worker_id":2}]  
[2026-06-23 10:33:51] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:33:51] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has ENTERED the geofence at PROSEL HQ at 2026-06-23 13:33:46. Location: -1.031585, 37.02371.  
[2026-06-23 10:33:51] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:33:51] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi entered PROSEL HQ.  
[2026-06-23 10:33:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"aa51a65b-3de7-4a47-b7bd-ad8309440af4","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 10:33:56","worker_id":2}]  
[2026-06-23 10:33:59] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"bc6b08f9-3d5c-4838-af08-3514105e81a0","latitude":-1.0322,"longitude":37.024298333333334,"site_id":8,"timestamp":"2026-06-23 10:33:58","worker_id":2}]  
[2026-06-23 10:34:00] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 10:34:01] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:34:01] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has EXITED the geofence at PROSEL HQ at 2026-06-23 13:33:56. Location: -1.0322, 37.024298333333.  
[2026-06-23 10:34:01] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:34:01] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi exited PROSEL HQ.  
[2026-06-23 10:34:01] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 94.424391768226m, Allowed: 20m.  
[2026-06-23 10:34:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6ed834ea-35fd-410a-92aa-bba8ee937257","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:34:01","worker_id":2}]  
[2026-06-23 10:34:03] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"670e13b9-4a8e-4169-92e8-020ce65d12f3","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:34:02","worker_id":2}]  
[2026-06-23 10:34:05] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:34:05] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has ENTERED the geofence at PROSEL HQ at 2026-06-23 13:34:01. Location: -1.0316, 37.023748333333.  
[2026-06-23 10:34:05] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:34:05] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi entered PROSEL HQ.  
[2026-06-23 10:34:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9fbbf815-550f-4814-88dc-cafeda5c8184","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:34:06","worker_id":2}]  
[2026-06-23 10:34:08] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"25ba679b-e826-453a-998e-f9d0bfdf6acd","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:34:07","worker_id":2}]  
[2026-06-23 10:34:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:34:10] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:34:10] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has EXITED the geofence at PROSEL HQ at 2026-06-23 13:34:06. Location: -1.0319, 37.024.  
[2026-06-23 10:34:10] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:34:10] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi exited PROSEL HQ.  
[2026-06-23 10:34:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:34:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"db323e4a-6173-480f-b3bc-b6355729f00d","latitude":-1.0328383333333333,"longitude":37.024858333333334,"site_id":8,"timestamp":"2026-06-23 10:34:11","worker_id":2}]  
[2026-06-23 10:34:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 188.79631267591m, Allowed: 20m.  
[2026-06-23 10:34:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"569ab65f-762c-49b7-a95f-f647973f88fa","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:34:16","worker_id":2}]  
[2026-06-23 10:34:18] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"b0891eb3-41c8-4d3e-994d-abf44542236d","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:34:17","worker_id":2}]  
[2026-06-23 10:34:21] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:34:21] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has ENTERED the geofence at PROSEL HQ at 2026-06-23 13:34:16. Location: -1.03164, 37.023788333333.  
[2026-06-23 10:34:21] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:34:21] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi entered PROSEL HQ.  
[2026-06-23 10:34:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9d9b6e19-bc12-43f6-974c-4654ec5705c7","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:34:46","worker_id":2}]  
[2026-06-23 10:35:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"496dbe07-29b5-4b14-bf72-686951ab6a98","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:35:16","worker_id":2}]  
[2026-06-23 10:35:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"32a8b717-bf6e-4f1c-b964-f842b8f9dfa9","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:35:46","worker_id":2}]  
[2026-06-23 10:36:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d1992cd4-bb7b-4007-82b3-aaf0bcb169dc","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:36:16","worker_id":2}]  
[2026-06-23 10:36:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"13e8cd1f-1afe-44c2-b0ea-a73460152c7c","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:36:47","worker_id":2}]  
[2026-06-23 10:36:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6e3bdb64-7b82-4591-92dd-f10a2c9c1335","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:36:52","worker_id":3}]  
[2026-06-23 10:36:54] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"64735e66-0cae-4f0e-96bd-485a3a5dfb86","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:36:53","worker_id":3}]  
[2026-06-23 10:36:55] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:36:55] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Bob Johnson has ENTERED the geofence at PROSEL HQ at 2026-06-23 13:36:52. Location: -1.03164, 37.023788333333.  
[2026-06-23 10:36:55] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:36:55] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Bob Johnson entered PROSEL HQ.  
[2026-06-23 10:37:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d06408f0-1ee2-4684-9f18-8cde2026c7c9","latitude":-1.03164,"longitude":37.023788333333336,"site_id":8,"timestamp":"2026-06-23 10:37:22","worker_id":3}]  
[2026-06-23 10:37:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"aa380839-af7c-486f-8fcb-839703cc4644","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:37:32","worker_id":3}]  
[2026-06-23 10:37:34] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"8bc26eb9-4e56-4b99-95c2-81675f53b042","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:37:33","worker_id":3}]  
[2026-06-23 10:37:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:37:35] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:37:35] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Bob Johnson has EXITED the geofence at PROSEL HQ at 2026-06-23 13:37:32. Location: -1.03202, 37.024118333333.  
[2026-06-23 10:37:35] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:37:35] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Bob Johnson exited PROSEL HQ.  
[2026-06-23 10:37:35] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:37:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"873bbac6-315c-44b6-af48-f5862e8ddf38","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 10:37:37","worker_id":3}]  
[2026-06-23 10:37:39] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"79dbdc2c-2b1b-45cd-a98b-db68bbcd66aa","latitude":-1.03159,"longitude":37.023725,"site_id":8,"timestamp":"2026-06-23 10:37:38","worker_id":3}]  
[2026-06-23 10:37:43] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:37:43] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Bob Johnson has ENTERED the geofence at PROSEL HQ at 2026-06-23 13:37:37. Location: -1.03159, 37.023725.  
[2026-06-23 10:37:43] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:37:43] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Bob Johnson entered PROSEL HQ.  
[2026-06-23 10:37:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f59753f4-878e-4ffd-ba97-5458cb79635e","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 10:37:42","worker_id":3}]  
[2026-06-23 10:37:44] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"bc99796e-418d-49c4-a0e9-ff07ebda4a08","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 10:37:43","worker_id":3}]  
[2026-06-23 10:37:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 10:37:47] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:37:47] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Bob Johnson has EXITED the geofence at PROSEL HQ at 2026-06-23 13:37:42. Location: -1.0317483333333, 37.023878333333.  
[2026-06-23 10:37:47] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:37:47] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Bob Johnson exited PROSEL HQ.  
[2026-06-23 10:37:47] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 10:37:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"89b5f869-249c-4229-a02e-104d2af5a720","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:37:47","worker_id":3}]  
[2026-06-23 10:37:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:38:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"94fc15e0-82e6-4acd-a2af-aef8e0855648","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:38:17","worker_id":3}]  
[2026-06-23 10:38:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:38:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9f551541-8072-4c6f-a4dc-c6f3a646792d","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:38:27","worker_id":2}]  
[2026-06-23 10:38:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:38:29] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"5b4998eb-707c-4d85-ab6e-6f3f48cfda4b","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:38:28","worker_id":2}]  
[2026-06-23 10:38:30] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:38:30] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has EXITED the geofence at PROSEL HQ at 2026-06-23 13:38:27. Location: -1.0319, 37.024.  
[2026-06-23 10:38:30] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:38:30] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi exited PROSEL HQ.  
[2026-06-23 10:38:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:38:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f8520ca6-e0cb-4bf9-9880-07af54db2482","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:38:57","worker_id":2}]  
[2026-06-23 10:39:00] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:39:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"dc5f04ca-33f5-462c-b9d3-48414b98b67d","latitude":-1.0319,"longitude":37.024,"site_id":8,"timestamp":"2026-06-23 10:39:28","worker_id":2}]  
[2026-06-23 10:39:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 47.400982613211m, Allowed: 20m.  
[2026-06-23 10:41:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"546357a5-2c7b-4422-8f81-3338df23ec0e","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:39:43","worker_id":2},{"direction":"in","event_type":"geofence","idempotency_key":"4ba8ffe5-c85b-4e5a-858b-fd8e37755473","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:39:44","worker_id":2},{"event_type":"gps","idempotency_key":"0b39a083-cc11-40ad-9ae4-dd04e5a9ab35","latitude":-1.0320483333333332,"longitude":37.024148333333336,"site_id":8,"timestamp":"2026-06-23 10:39:48","worker_id":2},{"direction":"out","event_type":"geofence","idempotency_key":"19f736ab-4e15-49d3-8631-23b55ef333f1","latitude":-1.0320483333333332,"longitude":37.024148333333336,"site_id":8,"timestamp":"2026-06-23 10:39:49","worker_id":2},{"event_type":"gps","idempotency_key":"1cc4d9a0-57a9-44a0-8593-d97f938c6841","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:39:53","worker_id":2},{"direction":"in","event_type":"geofence","idempotency_key":"766476c3-47a8-48f5-8869-3b7a37d06a3a","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:39:54","worker_id":2},{"event_type":"gps","idempotency_key":"68264c28-3685-4647-902b-c087ed4069ef","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:40:24","worker_id":2},{"event_type":"gps","idempotency_key":"6bce7ba0-8afc-42b2-91dd-7803094460c7","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:40:55","worker_id":2},{"event_type":"gps","idempotency_key":"bec99229-2370-4597-9a5a-5fc28892822f","latitude":-1.031585,"longitude":37.02371,"site_id":8,"timestamp":"2026-06-23 10:41:25","worker_id":2}]  
[2026-06-23 10:41:32] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:41:32] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has ENTERED the geofence at PROSEL HQ at 2026-06-23 13:39:43. Location: -1.0316, 37.023748333333.  
[2026-06-23 10:41:32] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:41:32] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi entered PROSEL HQ.  
[2026-06-23 10:41:32] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 70.711367720955m, Allowed: 20m.  
[2026-06-23 10:41:33] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:41:33] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has EXITED the geofence at PROSEL HQ at 2026-06-23 13:39:48. Location: -1.0320483333333, 37.024148333333.  
[2026-06-23 10:41:33] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:41:33] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi exited PROSEL HQ.  
[2026-06-23 10:41:33] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 70.711367720955m, Allowed: 20m.  
[2026-06-23 10:41:34] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:41:34] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has ENTERED the geofence at PROSEL HQ at 2026-06-23 13:39:53. Location: -1.031585, 37.02371.  
[2026-06-23 10:41:34] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:41:34] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi entered PROSEL HQ.  
[2026-06-23 10:41:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"66966717-f4a5-4316-beb9-8f97285e9ce8","latitude":-1.031775,"longitude":37.023898333333335,"site_id":8,"timestamp":"2026-06-23 10:41:36","worker_id":2}]  
[2026-06-23 10:41:37] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 29.539080548912m, Allowed: 20m.  
[2026-06-23 10:41:39] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:41:39] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has EXITED the geofence at PROSEL HQ at 2026-06-23 13:41:36. Location: -1.031775, 37.023898333333.  
[2026-06-23 10:41:39] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:41:39] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi exited PROSEL HQ.  
[2026-06-23 10:41:39] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"da204a0c-e410-4003-971e-fe4c34c47330","latitude":-1.031775,"longitude":37.023898333333335,"site_id":8,"timestamp":"2026-06-23 10:41:38","worker_id":2}]  
[2026-06-23 10:41:42] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 29.539080548912m, Allowed: 20m.  
[2026-06-23 10:41:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"759e7ee2-6c86-4ce1-8857-cfd11038b9cd","latitude":-1.0320483333333332,"longitude":37.024148333333336,"site_id":8,"timestamp":"2026-06-23 10:41:41","worker_id":2}]  
[2026-06-23 10:41:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 70.711367720955m, Allowed: 20m.  
[2026-06-23 10:42:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c395469c-3f01-422f-9d14-648c96c483ea","latitude":-1.0320483333333332,"longitude":37.024148333333336,"site_id":8,"timestamp":"2026-06-23 10:42:12","worker_id":2}]  
[2026-06-23 10:42:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 70.711367720955m, Allowed: 20m.  
[2026-06-23 10:42:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"94b89738-b5ab-4825-8cef-2325de37ae1e","latitude":-1.0320483333333332,"longitude":37.024148333333336,"site_id":8,"timestamp":"2026-06-23 10:42:42","worker_id":2}]  
[2026-06-23 10:42:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 70.711367720955m, Allowed: 20m.  
[2026-06-23 10:43:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b05e635c-976e-40c8-8b85-25e05ddd82b5","latitude":-1.0320483333333332,"longitude":37.024148333333336,"site_id":8,"timestamp":"2026-06-23 10:43:12","worker_id":2}]  
[2026-06-23 10:43:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 70.711367720955m, Allowed: 20m.  
[2026-06-23 10:43:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b23a728a-1a22-4905-ae5c-3652f1db6296","latitude":-1.0316483333333333,"longitude":37.0238,"site_id":8,"timestamp":"2026-06-23 10:43:37","worker_id":2}]  
[2026-06-23 10:43:38] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"502be084-3f2c-4418-ae77-7367f194b987","latitude":-1.0316483333333333,"longitude":37.0238,"site_id":8,"timestamp":"2026-06-23 10:43:37","worker_id":2}]  
[2026-06-23 10:43:40] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:43:40] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has ENTERED the geofence at PROSEL HQ at 2026-06-23 13:43:37. Location: -1.0316483333333, 37.0238.  
[2026-06-23 10:43:40] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:43:40] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi entered PROSEL HQ.  
[2026-06-23 10:43:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e9c640ab-2af7-49c1-b9da-853507358d71","latitude":-1.0325983333333333,"longitude":37.02464833333333,"site_id":8,"timestamp":"2026-06-23 10:43:42","worker_id":2}]  
[2026-06-23 10:43:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 153.34956215563m, Allowed: 20m.  
[2026-06-23 10:43:43] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"4dd9467d-c7d2-4de0-a2c3-7bce49fef2f5","latitude":-1.0325983333333333,"longitude":37.02464833333333,"site_id":8,"timestamp":"2026-06-23 10:43:42","worker_id":2}]  
[2026-06-23 10:43:44] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:43:44] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has EXITED the geofence at PROSEL HQ at 2026-06-23 13:43:42. Location: -1.0325983333333, 37.024648333333.  
[2026-06-23 10:43:44] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:43:44] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi exited PROSEL HQ.  
[2026-06-23 10:43:44] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 153.34956215563m, Allowed: 20m.  
[2026-06-23 10:43:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fb68aa8e-711c-4de3-83da-78412f14a0eb","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:43:47","worker_id":2}]  
[2026-06-23 10:43:49] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"882d28b8-854b-4efb-90e9-4c7669f90ee5","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:43:47","worker_id":2}]  
[2026-06-23 10:43:51] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:43:51] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has ENTERED the geofence at PROSEL HQ at 2026-06-23 13:43:47. Location: -1.0316, 37.023748333333.  
[2026-06-23 10:43:51] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:43:51] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi entered PROSEL HQ.  
[2026-06-23 10:44:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"70bd89f5-b142-4ad4-877d-30930987642a","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:44:18","worker_id":2}]  
[2026-06-23 10:44:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"448c77d4-7239-42dc-ad3a-a993d26b73ef","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:44:48","worker_id":2}]  
[2026-06-23 10:45:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c6230732-dcfd-477c-a7a9-da4697bcbacb","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:45:18","worker_id":2}]  
[2026-06-23 10:45:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c1099cb5-67f1-4795-b3e1-3c22189a11a8","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:45:49","worker_id":2}]  
[2026-06-23 10:46:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4ebd9ba3-cabc-4495-90c9-4675d0913622","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:46:27","worker_id":2}]  
[2026-06-23 10:46:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4ebd9ba3-cabc-4495-90c9-4675d0913622","latitude":-1.0316,"longitude":37.02374833333333,"site_id":8,"timestamp":"2026-06-23 10:46:27","worker_id":2}]  
[2026-06-23 10:46:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b1f5c9c1-6d88-44c3-8f53-1b5ad0cb1198","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 10:46:41","worker_id":2}]  
[2026-06-23 10:46:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 10:46:43] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"232522c3-4eec-4a37-b409-e1adbc80293e","latitude":-1.0317483333333333,"longitude":37.023878333333336,"site_id":8,"timestamp":"2026-06-23 10:46:42","worker_id":2}]  
[2026-06-23 10:46:44] local.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 10:46:44] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Jane Hamisi has EXITED the geofence at PROSEL HQ at 2026-06-23 13:46:41. Location: -1.0317483333333, 37.023878333333.  
[2026-06-23 10:46:44] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 10:46:44] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Jane Hamisi exited PROSEL HQ.  
[2026-06-23 10:46:44] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 25.872466208809m, Allowed: 20m.  
[2026-06-23 10:46:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"68dcaae5-0965-40ac-a492-3b2f3c5c971d","latitude":-1.03202,"longitude":37.024118333333334,"site_id":8,"timestamp":"2026-06-23 10:46:46","worker_id":2}]  
[2026-06-23 10:46:47] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 66.131179019391m, Allowed: 20m.  
[2026-06-23 10:46:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"309a158f-7af5-4776-ad41-6940e5899e70","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:46:51","worker_id":2}]  
[2026-06-23 10:46:53] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:47:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f875087e-2c80-4e42-81db-3fae7b65d111","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:47:21","worker_id":2}]  
[2026-06-23 10:47:23] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:47:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f06837b2-0539-4f5f-85ee-05c71d405251","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:47:51","worker_id":2}]  
[2026-06-23 10:47:53] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:48:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"77244bdc-c011-41d6-9d6d-749875979576","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:48:21","worker_id":2}]  
[2026-06-23 10:48:25] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:48:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ba3cfabf-7ab7-42f0-b200-9a9bd6ee8fb8","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:48:52","worker_id":2}]  
[2026-06-23 10:48:55] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:49:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e39c16f7-4a22-442a-b0e2-db7115eface6","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:49:23","worker_id":2}]  
[2026-06-23 10:49:25] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:49:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"abe6035c-a0b1-4661-8284-63b26be782b8","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:49:39","worker_id":3}]  
[2026-06-23 10:49:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:50:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7de0e15e-5250-4ce8-b5a7-91006c3b63ad","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:50:10","worker_id":3}]  
[2026-06-23 10:50:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:50:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c11de087-369f-4614-aedf-ff923432955c","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:50:41","worker_id":3}]  
[2026-06-23 10:50:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:51:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"193591d0-31df-4afa-88b4-68274eb2fff8","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:51:11","worker_id":3}]  
[2026-06-23 10:51:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:51:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ea371007-f983-408f-9379-df2727f527b4","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:51:41","worker_id":3}]  
[2026-06-23 10:51:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:52:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c0621cd5-d2f4-44b0-a1b4-bc287ccae0e8","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:52:11","worker_id":3}]  
[2026-06-23 10:52:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:52:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5b0d29c6-dc41-4aec-9807-261a918961a3","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:52:43","worker_id":3}]  
[2026-06-23 10:52:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:53:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"30872738-aaa7-4855-a478-2eae7596c81d","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:53:16","worker_id":3}]  
[2026-06-23 10:53:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:53:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fc576420-b5c8-4e66-b92e-04d9f390f011","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:53:49","worker_id":3}]  
[2026-06-23 10:53:53] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:54:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"73e8f9e1-68f1-4a41-9301-cfb85da30852","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:54:20","worker_id":3}]  
[2026-06-23 10:54:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:54:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f973f387-6f69-4171-bd24-343c6c463fdf","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:54:54","worker_id":3}]  
[2026-06-23 10:54:59] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:55:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1b7a3b6e-42ff-47b7-a0e5-7ff0eb5f8040","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:55:25","worker_id":3}]  
[2026-06-23 10:55:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:55:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6518eb20-e33f-4a3b-a4b8-a9ffcaedd651","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:55:57","worker_id":3}]  
[2026-06-23 10:55:59] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:56:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"17dea195-4995-4221-87d3-cae6542448cc","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:56:29","worker_id":3}]  
[2026-06-23 10:56:32] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:57:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"45665906-2587-4182-8524-09bab2475823","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:57:02","worker_id":3}]  
[2026-06-23 10:57:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:57:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"66f22cda-34be-4c5f-992d-a0a0e170379f","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:57:34","worker_id":3}]  
[2026-06-23 10:57:38] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:58:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a5f4c11b-9ec9-42c0-ba79-fc8673b03f7c","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:58:04","worker_id":3}]  
[2026-06-23 10:58:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:58:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ca5aa4c3-3618-4661-8ca0-f61e106c4852","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:58:37","worker_id":3}]  
[2026-06-23 10:58:42] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:59:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e329ba61-0f80-430d-a77f-a6e5db8a75ca","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:59:08","worker_id":3}]  
[2026-06-23 10:59:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 10:59:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6f82f46f-b6c1-410b-94fd-6b89c8c54320","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 10:59:41","worker_id":3}]  
[2026-06-23 10:59:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:00:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ab7eef63-4406-40bf-8f19-161cbf8b3ff1","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:00:15","worker_id":3}]  
[2026-06-23 11:00:18] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:00:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"519d8b97-da28-410c-98fd-dae3ef6ebc10","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:00:49","worker_id":3}]  
[2026-06-23 11:00:51] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:01:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7b0f1fef-4d63-4c7f-a0c4-0f3d3d75801d","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:01:23","worker_id":3}]  
[2026-06-23 11:01:27] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:01:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"52273b4f-c20a-4be6-ba1a-83d71fb172e3","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:01:56","worker_id":3}]  
[2026-06-23 11:02:00] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:02:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"78fd18de-0701-4d1c-8ff4-cee06adc0bb1","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:02:28","worker_id":3}]  
[2026-06-23 11:02:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:03:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3d732379-022c-4001-ba0f-202344bb2f5b","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:03:01","worker_id":3}]  
[2026-06-23 11:03:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:03:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"004f1416-2698-441e-8540-d88765f9b257","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:03:35","worker_id":3}]  
[2026-06-23 11:03:40] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:04:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"47baf6bf-9104-4fc2-a9ba-15ba1fa7ac77","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:04:07","worker_id":3}]  
[2026-06-23 11:04:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:04:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"975a0c6c-f158-4c61-b7ec-f92697d2329c","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:04:39","worker_id":3}]  
[2026-06-23 11:04:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:05:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c03f51a1-aac5-4f30-bb97-4e1261b16dd5","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:05:12","worker_id":3}]  
[2026-06-23 11:05:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:05:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"17969922-2bf7-475f-9a26-9aabb5aa2b5e","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:05:42","worker_id":3}]  
[2026-06-23 11:05:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:06:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f6ab2db2-3c34-4510-a9ea-58c14bbcca2e","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:06:13","worker_id":3}]  
[2026-06-23 11:06:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:06:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"229709f4-5937-42de-9ef7-943d60acfeff","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:06:43","worker_id":3}]  
[2026-06-23 11:06:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:07:15] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"546f2d2f-83c1-46ce-bfde-a542b4eb6b08","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:07:14","worker_id":3}]  
[2026-06-23 11:07:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:07:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1587c5b2-8572-4c31-9de6-79ca1bc167e9","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:07:44","worker_id":3}]  
[2026-06-23 11:07:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:08:15] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f2fca1af-983c-4314-bc10-9d559357a93b","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:08:14","worker_id":3}]  
[2026-06-23 11:08:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:08:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"45b46b86-9e04-4aca-9c83-735d7ecaa71a","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:08:44","worker_id":3}]  
[2026-06-23 11:08:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:08:52] local.WARNING: ProcessSiteEvent: Geofence violation for worker 2 at site 8. Distance: 37983.314009203m, Allowed: 20m.  
[2026-06-23 11:09:16] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"19aed3ef-8bbf-4cd7-a147-478a0891d4f6","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:09:15","worker_id":3}]  
[2026-06-23 11:09:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:09:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"339266d0-27f9-4b6d-8e68-d97e62bc01fd","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:09:47","worker_id":3}]  
[2026-06-23 11:09:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:10:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e973f9eb-2e2f-4dc2-8dbb-cf9a59d41867","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:10:18","worker_id":3}]  
[2026-06-23 11:10:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:10:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"51c5c6b5-09e0-49df-883a-3f00a968a072","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:10:48","worker_id":3}]  
[2026-06-23 11:10:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:11:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"489d04c2-07a0-43d0-b63f-06da8b5a7e01","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:11:20","worker_id":3}]  
[2026-06-23 11:11:23] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:11:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8d239bc4-d98b-4004-8094-208d69e568cb","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:11:51","worker_id":3}]  
[2026-06-23 11:11:53] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:12:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"296a3f8e-ab13-4a26-87c6-d9c6b0957bbd","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:12:21","worker_id":3}]  
[2026-06-23 11:12:23] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:12:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"843b730a-4f55-4caf-909c-1f6e336c0d23","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:12:52","worker_id":3}]  
[2026-06-23 11:12:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:13:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"34d66956-6df6-4426-93d1-32235cb8746d","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:13:22","worker_id":3}]  
[2026-06-23 11:13:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:13:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7271d6c8-73cb-4d4c-9fab-9fb830bdcb9b","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:13:52","worker_id":3}]  
[2026-06-23 11:13:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:14:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"952d44f2-2697-4a69-99a5-9db9c275d40c","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:14:24","worker_id":3}]  
[2026-06-23 11:14:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:14:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0dced64f-632b-48cd-a484-ac7a51a57389","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:14:54","worker_id":3}]  
[2026-06-23 11:14:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:15:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9874b299-e56e-4ad3-ba54-777699b51c85","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:15:24","worker_id":3}]  
[2026-06-23 11:15:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:15:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e3df5368-8224-436b-95df-5875605d256a","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:15:54","worker_id":3}]  
[2026-06-23 11:15:56] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:16:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cfd6c5f4-04e6-4da3-9e87-c171a4ded946","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:16:24","worker_id":3}]  
[2026-06-23 11:16:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:16:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"45612cbf-b943-44ab-b139-e08fcbe0afc6","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:16:55","worker_id":3}]  
[2026-06-23 11:16:59] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:17:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5c949d03-bfdf-4227-8bc6-90f9647df897","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:17:26","worker_id":3}]  
[2026-06-23 11:17:29] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:17:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8e1533c4-d5bc-440d-86b7-bba06faf35db","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:17:56","worker_id":3}]  
[2026-06-23 11:17:59] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:18:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"41739d2f-9f49-4af9-9a64-1557557afcd6","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:18:26","worker_id":3}]  
[2026-06-23 11:18:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:18:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4871de6d-a061-4843-b5eb-4f4f06fd88f5","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:18:57","worker_id":3}]  
[2026-06-23 11:19:00] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:19:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8d9016d4-7ab5-4bc0-a006-e9cf1aaab0f4","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:19:28","worker_id":3}]  
[2026-06-23 11:19:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:20:00] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4377241a-780a-497a-bdab-57a77ab03f0d","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:19:58","worker_id":3}]  
[2026-06-23 11:20:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:20:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6214760f-2a06-48fd-aa96-8156fcbfa766","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:20:28","worker_id":3}]  
[2026-06-23 11:20:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:21:00] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"59bedae5-b9bf-47ef-8e5e-0ff22f66487b","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:20:58","worker_id":3}]  
[2026-06-23 11:21:00] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:21:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cb17af3e-b54e-4981-b7ff-cb270dfdd17a","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:21:28","worker_id":3}]  
[2026-06-23 11:21:30] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:22:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"127485ba-d33a-4e1d-bc78-23bf219b9675","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:22:00","worker_id":3}]  
[2026-06-23 11:22:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:22:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1675ae16-d656-4db6-912c-dfc61eed9c2f","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:22:32","worker_id":3}]  
[2026-06-23 11:22:33] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:23:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c3874efa-baa7-4720-ac8b-94aa3bd97c44","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:23:02","worker_id":3}]  
[2026-06-23 11:23:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:23:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fa2c4e2d-be30-42e1-b9ef-71b08645f7cc","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:23:32","worker_id":3}]  
[2026-06-23 11:23:33] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:24:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4b3a8ad5-a36d-4854-b886-c733ad1e1099","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:24:03","worker_id":3}]  
[2026-06-23 11:24:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:24:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2981793c-fc02-428b-af9e-590cf342f401","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:24:33","worker_id":3}]  
[2026-06-23 11:24:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:25:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"17868d34-6db9-4993-9252-f089e4b027bf","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:25:03","worker_id":3}]  
[2026-06-23 11:25:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:25:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4bb2947b-53fe-4b1e-ac18-29fae6c361dc","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:25:33","worker_id":3}]  
[2026-06-23 11:25:36] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:26:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d50a6fc8-5786-409b-8681-2776c0929a36","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:26:05","worker_id":3}]  
[2026-06-23 11:26:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:26:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fb3e85e0-ec99-4b7c-a3fb-5c3cd70ac571","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:26:36","worker_id":3}]  
[2026-06-23 11:26:39] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:27:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9125293f-31d5-4b49-b10a-7f3dd63d64cb","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:27:06","worker_id":3}]  
[2026-06-23 11:27:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:27:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"972e611f-1777-4b1f-b9aa-b223c5eacee7","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:27:36","worker_id":3}]  
[2026-06-23 11:27:40] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:28:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1be52fac-e07c-44de-9abd-4c0444a28734","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:28:06","worker_id":3}]  
[2026-06-23 11:28:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:28:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ffc65f0d-86ef-4aa8-9b25-13b7e9915958","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:28:36","worker_id":3}]  
[2026-06-23 11:28:40] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:29:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8637d013-c6cb-44ab-9b2c-fe9079ad7bd7","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:29:07","worker_id":3}]  
[2026-06-23 11:29:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:29:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"eb45a8f9-fa0b-4dfd-b8d2-3c2f5af209bd","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:29:37","worker_id":3}]  
[2026-06-23 11:29:40] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:30:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8014f301-ce66-4a1f-81a6-5f7dabb8dbfc","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:30:08","worker_id":3}]  
[2026-06-23 11:30:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:30:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ba1194c9-c6b9-4ac1-b410-4c5894eda996","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:30:38","worker_id":3}]  
[2026-06-23 11:30:40] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:31:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1416dd71-a193-40de-960d-5e6dbdbd70f1","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:31:08","worker_id":3}]  
[2026-06-23 11:31:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:31:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2b3e874e-a6df-425f-8922-f0cf934f744f","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:31:39","worker_id":3}]  
[2026-06-23 11:31:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:32:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fc6381cb-3df1-40b8-9a00-ca2a83f9db03","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:32:10","worker_id":3}]  
[2026-06-23 11:32:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:32:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"860f3118-1224-41b0-8cf4-3a9f2b25f713","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:32:41","worker_id":3}]  
[2026-06-23 11:32:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:33:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4e6334fc-c7f6-4785-823e-2200849b2b2d","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:33:11","worker_id":3}]  
[2026-06-23 11:33:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:33:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e94619ae-14d6-44e4-b886-3c446b47223e","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:33:41","worker_id":3}]  
[2026-06-23 11:33:43] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:34:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"87df35df-818b-4d07-8f7d-38191a4cd1c4","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:34:12","worker_id":3}]  
[2026-06-23 11:34:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:34:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2c623802-2e20-41e8-9fef-f7493d9926ad","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:34:42","worker_id":3}]  
[2026-06-23 11:34:47] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:35:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"77352355-8d18-4ec9-bf4c-94716ea02e61","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:35:12","worker_id":3}]  
[2026-06-23 11:35:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:35:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4933f8f1-df8c-486e-83c7-e8c04ca66a0f","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:35:42","worker_id":3}]  
[2026-06-23 11:35:47] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:36:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"43f5e0a9-7397-4954-9e0f-1ab96b2e98eb","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:36:12","worker_id":3}]  
[2026-06-23 11:36:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:36:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d750ccc0-3499-4a90-a3b5-b2e662f357e0","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:36:42","worker_id":3}]  
[2026-06-23 11:36:44] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:37:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f4c9e197-80e2-479e-b5e3-59d71dadc626","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:37:12","worker_id":3}]  
[2026-06-23 11:37:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:37:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"418e020d-e1b8-41b1-a25f-22814df597c6","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:37:42","worker_id":3}]  
[2026-06-23 11:37:44] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:38:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6c176c7c-f9de-4690-9b67-1f777b592307","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:38:12","worker_id":3}]  
[2026-06-23 11:38:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:38:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"180e1b0c-5ce2-4b85-a8e2-338409e47878","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:38:42","worker_id":3}]  
[2026-06-23 11:38:44] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:39:16] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"40a7bbf5-9822-426c-85b3-fd681280f3b2","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:39:14","worker_id":3}]  
[2026-06-23 11:39:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:39:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5e7aad99-48b7-4830-9a93-368eb9152dcf","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:39:45","worker_id":3}]  
[2026-06-23 11:39:47] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:40:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"960683b1-2567-4099-8f0a-321c4757648b","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:40:16","worker_id":3}]  
[2026-06-23 11:40:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:40:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1184ce27-abd3-4c88-98c3-74ee66150c27","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:40:46","worker_id":3}]  
[2026-06-23 11:40:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:41:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1f6d356d-bcd4-4c65-95cd-c1f1ae40f52a","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:41:17","worker_id":3}]  
[2026-06-23 11:41:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:41:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"83219fe1-be05-452e-bd0d-ca66282199dd","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:41:48","worker_id":3}]  
[2026-06-23 11:41:50] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:42:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"afdf3ad5-df8e-4d2b-a1cf-861cae055610","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:42:18","worker_id":3}]  
[2026-06-23 11:42:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:42:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ecde16d2-c872-4da1-bffa-2bc1067f5178","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:42:48","worker_id":3}]  
[2026-06-23 11:42:51] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:43:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cfe3e369-524f-4065-b000-71b7f8f02a6f","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:43:18","worker_id":3}]  
[2026-06-23 11:43:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:43:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9139385d-05ce-4c45-980f-b96082e551a2","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:43:49","worker_id":3}]  
[2026-06-23 11:43:51] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:44:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"274a8b55-eed8-4388-9cb2-03401dcf63ae","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:44:19","worker_id":3}]  
[2026-06-23 11:44:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:44:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"67a7a606-d7e6-4dca-a77d-5d5e15f6e714","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:44:50","worker_id":3}]  
[2026-06-23 11:44:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:45:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"10ef5f03-917e-4d11-bebd-6cd15725eed4","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:45:21","worker_id":3}]  
[2026-06-23 11:45:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:45:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"68be95ad-d04a-41a7-8cb8-37c9fb85aba9","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:45:51","worker_id":3}]  
[2026-06-23 11:45:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:46:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"61de03c2-b98c-41f0-ad45-3782df4720fa","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:46:21","worker_id":3}]  
[2026-06-23 11:46:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:46:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2860c60f-e920-4a1a-b4a8-fa6dfcaf9403","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:46:51","worker_id":3}]  
[2026-06-23 11:46:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:47:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5c8bf912-b5ca-412b-ae95-575fe681596f","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:47:22","worker_id":3}]  
[2026-06-23 11:47:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:47:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bde9609d-3d0e-4c09-b298-444ce33a44f7","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:47:52","worker_id":3}]  
[2026-06-23 11:47:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:48:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"94add51f-0af6-472c-866f-5027b43c9e07","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:48:22","worker_id":3}]  
[2026-06-23 11:48:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:48:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8bf58185-aacd-4cc4-bbd8-3f273fe24086","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:48:52","worker_id":3}]  
[2026-06-23 11:48:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:49:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8e3c6287-3d9c-477f-bfdc-1802a91b647e","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:49:23","worker_id":3}]  
[2026-06-23 11:49:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:49:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"66b0d0d4-28f3-4eb5-9634-394a5f1d5b8a","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:49:53","worker_id":3}]  
[2026-06-23 11:49:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:50:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"dc7a8ce6-5095-42ec-990d-1d851720fdbe","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:50:23","worker_id":3}]  
[2026-06-23 11:50:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:50:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6b7bba16-4496-4473-a8e5-ed6f1654d24d","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:50:54","worker_id":3}]  
[2026-06-23 11:50:57] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:51:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7387c9e0-cd38-499d-ab00-da20964a08c3","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:51:24","worker_id":3}]  
[2026-06-23 11:51:28] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:51:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f798abbb-b189-4af2-b607-003522ac0e63","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:51:56","worker_id":3}]  
[2026-06-23 11:51:58] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:52:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f16ba626-db4d-4869-9723-f042b8579f6a","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:52:27","worker_id":3}]  
[2026-06-23 11:52:31] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:52:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fe30f3fd-7ad1-4738-96e0-2d1aea2276b0","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:52:57","worker_id":3}]  
[2026-06-23 11:53:01] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:53:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bab911e2-ae71-439f-a668-c8d78b1f62a8","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:53:27","worker_id":3}]  
[2026-06-23 11:53:31] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:53:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"056f7824-8b0e-45d9-8284-90d4bbb49290","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:53:58","worker_id":3}]  
[2026-06-23 11:54:01] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:54:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6268454e-17df-4de5-85d8-84637c27aa8a","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:54:29","worker_id":3}]  
[2026-06-23 11:54:31] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:55:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8d8d3e76-b4d7-45f5-a880-ac15cb2a787a","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:55:00","worker_id":3}]  
[2026-06-23 11:55:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:55:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d5750af5-4f0a-488f-bafd-71bb77ca301f","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:55:30","worker_id":3}]  
[2026-06-23 11:55:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:56:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0cff6f34-e3bf-4091-aab3-5a152f530ccc","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:56:01","worker_id":3}]  
[2026-06-23 11:56:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:56:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3a98f123-6923-4086-bdee-1cf68d02211a","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:56:31","worker_id":3}]  
[2026-06-23 11:56:34] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:57:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e0c0c562-18dc-418b-811c-0c6cb8060d5e","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:57:01","worker_id":3}]  
[2026-06-23 11:57:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:57:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"55a7005a-7ac8-46b8-9440-51ec617acfca","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:57:33","worker_id":3}]  
[2026-06-23 11:57:37] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:58:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"28bed778-f2d1-456f-add3-d35e94e1919a","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:58:03","worker_id":3}]  
[2026-06-23 11:58:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:58:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1ffce68c-451c-41ce-aa8f-cf3234e83a01","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:58:34","worker_id":3}]  
[2026-06-23 11:58:37] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:59:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f0275f42-eef7-48db-ad8a-9833ff40e66c","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:59:04","worker_id":3}]  
[2026-06-23 11:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 11:59:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"85eaca60-ae35-409e-b903-ae51e48b6071","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 11:59:35","worker_id":3}]  
[2026-06-23 11:59:38] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:00:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4afdc31b-c6e1-4121-bd18-c3a71587e2de","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:00:06","worker_id":3}]  
[2026-06-23 12:00:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:00:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f88bbd48-511b-4ae5-b989-137d8e29742e","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:00:37","worker_id":3}]  
[2026-06-23 12:00:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:01:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"51191b66-1c80-46da-81d0-b23dba00153e","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:01:07","worker_id":3}]  
[2026-06-23 12:01:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:01:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6d0eb4c7-ea7f-49b3-a6ae-9c86985223a9","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:01:37","worker_id":3}]  
[2026-06-23 12:01:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:02:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4a035d37-966f-43c6-8657-f28dc0a4d006","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:02:09","worker_id":3}]  
[2026-06-23 12:02:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:02:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"635a4a80-2dbe-454d-9e06-017e7e459b04","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:02:39","worker_id":3}]  
[2026-06-23 12:02:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:03:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6bb51e3f-7b8c-464e-9f17-fcdf47e41088","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:03:09","worker_id":3}]  
[2026-06-23 12:03:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:03:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3e71746e-4b66-4b41-a707-ba163143f806","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:03:39","worker_id":3}]  
[2026-06-23 12:03:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:04:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cdb4074f-b87f-4ee5-9713-f048f744a0d9","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:04:09","worker_id":3}]  
[2026-06-23 12:04:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:04:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c9ea2dbd-9a97-47b4-9fcc-650104dfb437","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:04:39","worker_id":3}]  
[2026-06-23 12:04:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:05:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0cdc00c2-bb0d-4e31-809d-47d06a8578e1","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:05:09","worker_id":3}]  
[2026-06-23 12:05:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:05:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"200719b2-987d-45a1-878b-6d5e66a00c35","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:05:39","worker_id":3}]  
[2026-06-23 12:05:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:06:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8ae21fa0-e723-4a2d-988b-70195813065b","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:06:09","worker_id":3}]  
[2026-06-23 12:06:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:06:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"633a110b-907d-406a-aec8-cade9b9fa69f","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:06:39","worker_id":3}]  
[2026-06-23 12:06:41] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:07:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"66984ca7-8673-4a62-9fa4-701c3308af39","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:07:10","worker_id":3}]  
[2026-06-23 12:07:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:07:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"446d01a7-588a-4993-8206-cbd449312261","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:07:41","worker_id":3}]  
[2026-06-23 12:07:44] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:08:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"33f3b8be-1c68-474a-98ce-60a6059f3441","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:08:12","worker_id":3}]  
[2026-06-23 12:08:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:08:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6f2c1458-4a7c-4895-89b5-b393dfc68df8","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:08:42","worker_id":3}]  
[2026-06-23 12:08:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:09:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2e20e4ca-8e74-481a-8071-1decbf16e8c4","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:09:12","worker_id":3}]  
[2026-06-23 12:09:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:09:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"aa968550-08f8-4458-a7b4-69b2719abd41","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:09:42","worker_id":3}]  
[2026-06-23 12:09:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:10:15] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"08b27e5a-5c88-4867-80e8-1f6e9c5cf4c8","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:10:13","worker_id":3}]  
[2026-06-23 12:10:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:10:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"09a467e9-5ed3-4d40-9387-2a71a61e91cd","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:10:47","worker_id":3}]  
[2026-06-23 12:10:51] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:11:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cf6c62c8-7c8b-44c3-9e87-a684e03f4e27","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:11:20","worker_id":3}]  
[2026-06-23 12:11:24] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:11:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"025cfc43-5e27-4ec9-ad8c-2bf135829890","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:11:52","worker_id":3}]  
[2026-06-23 12:11:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:12:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4f01394a-1e43-4669-8192-9d7c531c1ef9","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:12:23","worker_id":3}]  
[2026-06-23 12:12:27] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:12:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"539bb143-91e7-4cbf-9208-0db7e1626544","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:12:53","worker_id":3}]  
[2026-06-23 12:12:54] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:13:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8d62de4d-256a-44a3-96a6-88c4d46203e9","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:13:24","worker_id":3}]  
[2026-06-23 12:13:27] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 12:13:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"25090bcc-2976-4ab7-b53b-225e58ea1468","latitude":-1.03236,"longitude":37.024438333333336,"site_id":8,"timestamp":"2026-06-23 12:13:56","worker_id":3}]  
[2026-06-23 12:13:57] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 8. Distance: 118.04461742096m, Allowed: 20m.  
[2026-06-23 13:01:08] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-23 13:03:26] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-23 13:03:49] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 13:03:49] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Facial Test Worker has ENTERED the geofence at Giga Construction Site at 2026-06-23 16:03:49.  
[2026-06-23 13:03:49] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 13:03:49] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Facial Test Worker entered Giga Construction Site.  
[2026-06-23 13:03:56] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 13:03:56] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Facial Test Worker has ENTERED the geofence at Giga Construction Site at 2026-06-23 16:03:55.  
[2026-06-23 13:03:56] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 13:03:56] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Facial Test Worker entered Giga Construction Site.  
[2026-06-23 13:04:07] testing.DEBUG: SyncController: Received bulk sync events: [{"idempotency_key":"a9b019a1-c6c8-4e07-99d8-993a8f4ea6b5","event_type":"nfc","worker_id":13,"site_id":13,"timestamp":"2026-06-23 13:04:06","direction":"in","pin":"1234","latitude":-1.3002,"longitude":36.8001}]  
[2026-06-23 13:04:13] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 13:04:13] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00.  
[2026-06-23 13:04:13] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 13:04:13] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 13:04:13] testing.INFO: ProcessSiteEvent: Idempotency key 69504121-18af-4987-b65b-dc2aa824bca7 already processed. Skipping.  
[2026-06-23 13:04:13] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-23 13:04:14] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 13:04:14] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:10:00.  
[2026-06-23 13:04:14] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 13:04:14] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 13:04:14] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 13:04:14] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:30:00.  
[2026-06-23 13:04:14] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 13:04:14] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 13:04:14] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-23 13:04:15] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-23 13:04:16] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 13:04:16] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00. Location: -1.3006, 36.8145.  
[2026-06-23 13:04:16] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 13:04:16] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 13:04:16] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 13:04:17] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 13:04:17] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00.  
[2026-06-23 13:04:17] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 13:04:17] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 13:04:17] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 13:04:17] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00. Location: -1.2921, 36.8219.  
[2026-06-23 13:04:17] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 13:04:17] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 13:04:17] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 27 at site 27. Distance: 10808.683063185m, Allowed: 200m.  
[2026-06-23 13:04:17] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 13:04:17] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has EXITED the geofence at Test Site Office at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 13:04:17] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 13:04:17] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker exited Test Site Office.  
[2026-06-23 13:04:17] testing.INFO: CheckScheduledAbsences: Email notification successfully sent for worker Test Worker.  
[2026-06-23 13:04:17] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker is absent from assigned site Test Site Office during the check at 2026-06-23 16:04:17. No GPS history recorded.  
[2026-06-23 13:04:17] testing.INFO: CheckScheduledAbsences: SMS notification successfully sent for worker Test Worker.  
[2026-06-23 13:04:17] testing.WARNING: CheckScheduledAbsences: Worker Test Worker is absent from site Test Site Office. Alert sent/logged to admin@example.com / +254700000000.  
[2026-06-23 13:04:18] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 13:04:18] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has EXITED the geofence at Test Site Office at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 13:04:18] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 13:04:18] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker exited Test Site Office.  
[2026-06-23 13:04:18] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 21:00 is outside work hours 08:00-17:00.  
[2026-06-23 13:11:07] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-23 13:16:03] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-23 13:16:06] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-23 13:16:23] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-23 13:16:28] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-23 13:21:43] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-23 13:43:36] local.ERROR: Method App\Filament\Monitor\Resources\SitePresenceResource\Pages\ManageSitePresences::getViewData does not exist. {"userId":2,"exception":"[object] (BadMethodCallException(code: 0): Method App\\Filament\\Monitor\\Resources\\SitePresenceResource\\Pages\\ManageSitePresences::getViewData does not exist. at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Component.php:138)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/scratch_render.php(29): Livewire/Component->__call()
#1 {main}
"} 
[2026-06-23 17:28:51] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-23 17:29:53] local.ERROR: Using $this when not in object context (View: D:\ICONIC\Projects\CRM\vendor\filament\filament\resources\views\components\page\index.blade.php) (View: D:\ICONIC\Projects\CRM\vendor\filament\filament\resources\views\components\page\index.blade.php) {"userId":2,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Using $this when not in object context (View: D:\\ICONIC\\Projects\\CRM\\vendor\\filament\\filament\\resources\\views\\components\\page\\index.blade.php) (View: D:\\ICONIC\\Projects\\CRM\\vendor\\filament\\filament\\resources\\views\\components\\page\\index.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/c7a3501448a2e5b1b2bce6ead03bbbb7.php:38)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(353): Illuminate/View/View->render()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/View/Compilers/BladeCompiler::render()
#10 D:/ICONIC/Projects/CRM/scratch_debug_livewire_html.php(25): Illuminate/Support/Facades/Facade::__callStatic()
#11 {main}

[previous exception] [object] (Illuminate\\View\\ViewException(code: 0): Using $this when not in object context (View: D:\\ICONIC\\Projects\\CRM\\vendor\\filament\\filament\\resources\\views\\components\\page\\index.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/c7a3501448a2e5b1b2bce6ead03bbbb7.php:38)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(103): Illuminate/View/View->render()
#9 D:/ICONIC/Projects/CRM/storage/framework/views/927e9c87110b1c3023b0fcef9810ba4f.php(563): Illuminate/View/Factory->renderComponent()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(353): Illuminate/View/View->render()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/View/Compilers/BladeCompiler::render()
#21 D:/ICONIC/Projects/CRM/scratch_debug_livewire_html.php(25): Illuminate/Support/Facades/Facade::__callStatic()
#22 {main}

[previous exception] [object] (Error(code: 0): Using $this when not in object context at D:/ICONIC/Projects/CRM/storage/framework/views/c7a3501448a2e5b1b2bce6ead03bbbb7.php:38)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(103): Illuminate/View/View->render()
#10 D:/ICONIC/Projects/CRM/storage/framework/views/927e9c87110b1c3023b0fcef9810ba4f.php(563): Illuminate/View/Factory->renderComponent()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(353): Illuminate/View/View->render()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/View/Compilers/BladeCompiler::render()
#22 D:/ICONIC/Projects/CRM/scratch_debug_livewire_html.php(25): Illuminate/Support/Facades/Facade::__callStatic()
#23 {main}
"} 
[2026-06-23 17:30:57] local.ERROR: Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] {"userId":1,"exception":"[object] (Livewire\\Features\\SupportMultipleRootElementDetection\\MultipleRootElementsDetectedException(code: 0): Livewire only supports one HTML element per component. Multiple root elements detected for component: [app.filament.monitor.resources.site-presence-resource.pages.manage-site-presences] at D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php:28)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection.php(16): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection->warnAgainstMoreThanOneRootElement()
#1 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(73): Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::{closure:{closure:Livewire/Features/SupportMultipleRootElementDetection/SupportMultipleRootElementDetection::provide():12}:15}()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(72): Livewire/EventBus->{closure:Livewire/EventBus::trigger():67}()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#6 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#13 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#15 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#25 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#27 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#34 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#43 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#46 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#55 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#67 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#69 {main}
"} 
[2026-06-23 17:33:37] local.ERROR: Using $this when not in object context (View: D:\ICONIC\Projects\CRM\vendor\filament\filament\resources\views\components\page\index.blade.php) (View: D:\ICONIC\Projects\CRM\vendor\filament\filament\resources\views\components\page\index.blade.php) {"userId":2,"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Using $this when not in object context (View: D:\\ICONIC\\Projects\\CRM\\vendor\\filament\\filament\\resources\\views\\components\\page\\index.blade.php) (View: D:\\ICONIC\\Projects\\CRM\\vendor\\filament\\filament\\resources\\views\\components\\page\\index.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/c7a3501448a2e5b1b2bce6ead03bbbb7.php:38)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(353): Illuminate/View/View->render()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/View/Compilers/BladeCompiler::render()
#10 D:/ICONIC/Projects/CRM/scratch_debug_livewire_html.php(25): Illuminate/Support/Facades/Facade::__callStatic()
#11 {main}

[previous exception] [object] (Illuminate\\View\\ViewException(code: 0): Using $this when not in object context (View: D:\\ICONIC\\Projects\\CRM\\vendor\\filament\\filament\\resources\\views\\components\\page\\index.blade.php) at D:/ICONIC/Projects/CRM/storage/framework/views/c7a3501448a2e5b1b2bce6ead03bbbb7.php:38)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(58): Illuminate/View/Engines/CompilerEngine->handleViewException()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(59): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->handleViewException()
#2 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(103): Illuminate/View/View->render()
#9 D:/ICONIC/Projects/CRM/storage/framework/views/927e9c87110b1c3023b0fcef9810ba4f.php(563): Illuminate/View/Factory->renderComponent()
#10 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#14 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#16 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(353): Illuminate/View/View->render()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/View/Compilers/BladeCompiler::render()
#21 D:/ICONIC/Projects/CRM/scratch_debug_livewire_html.php(25): Illuminate/Support/Facades/Facade::__callStatic()
#22 {main}

[previous exception] [object] (Error(code: 0): Using $this when not in object context at D:/ICONIC/Projects/CRM/storage/framework/views/c7a3501448a2e5b1b2bce6ead03bbbb7.php:38)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require()
#1 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#3 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#5 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#7 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#8 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#9 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php(103): Illuminate/View/View->render()
#10 D:/ICONIC/Projects/CRM/storage/framework/views/927e9c87110b1c3023b0fcef9810ba4f.php(563): Illuminate/View/Factory->renderComponent()
#11 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...')
#12 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate/Filesystem/Filesystem::{closure:Illuminate/Filesystem/Filesystem::getRequire():120}()
#13 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(57): Illuminate/Filesystem/Filesystem->getRequire()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate/View/Engines/PhpEngine->evaluatePath()
#15 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(76): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->evaluatePath()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate/View/Engines/CompilerEngine->get()
#17 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire/Mechanisms/ExtendBlade/ExtendedCompilerEngine->get()
#18 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate/View/View->getContents()
#19 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate/View/View->renderContents()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(353): Illuminate/View/View->render()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate/View/Compilers/BladeCompiler::render()
#22 D:/ICONIC/Projects/CRM/scratch_debug_livewire_html.php(25): Illuminate/Support/Facades/Facade::__callStatic()
#23 {main}
"} 
[2026-06-23 18:58:01] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 21:58 is outside work hours 08:00-17:00 for site Giga Construction Site.  
[2026-06-23 18:58:08] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 21:58 is outside work hours 08:00-17:00 for site Giga Construction Site.  
[2026-06-23 18:58:22] testing.DEBUG: SyncController: Received bulk sync events: [{"idempotency_key":"9f56b53a-e654-44c5-8383-64a755fda3cc","event_type":"nfc","worker_id":13,"site_id":13,"timestamp":"2026-06-23 18:58:22","direction":"in","pin":"1234","latitude":-1.3002,"longitude":36.8001}]  
[2026-06-23 18:58:33] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 18:58:33] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00.  
[2026-06-23 18:58:33] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 18:58:33] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 18:58:33] testing.INFO: ProcessSiteEvent: Idempotency key 0496c942-ff11-479f-b542-d23c369c74ea already processed. Skipping.  
[2026-06-23 18:58:33] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-23 18:58:34] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 18:58:34] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:10:00.  
[2026-06-23 18:58:34] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 18:58:34] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 18:58:35] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 18:58:35] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:30:00.  
[2026-06-23 18:58:35] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 18:58:35] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 18:58:35] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-23 18:58:35] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-23 18:58:36] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 18:58:36] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00. Location: -1.3006, 36.8145.  
[2026-06-23 18:58:36] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 18:58:36] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 18:58:37] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 18:58:38] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 18:58:38] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00.  
[2026-06-23 18:58:38] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 18:58:38] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 18:58:38] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 18:58:38] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00. Location: -1.2921, 36.8219.  
[2026-06-23 18:58:38] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 18:58:38] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 18:58:38] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 27 at site 27. Distance: 10808.683063185m, Allowed: 200m.  
[2026-06-23 18:58:38] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 18:58:38] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has EXITED the geofence at Test Site Office at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 18:58:38] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 18:58:38] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker exited Test Site Office.  
[2026-06-23 18:58:39] testing.INFO: CheckScheduledAbsences: Email notification successfully sent for worker Test Worker.  
[2026-06-23 18:58:39] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker is absent from assigned site Test Site Office during the check at 2026-06-23 21:58:39. No GPS history recorded.  
[2026-06-23 18:58:39] testing.INFO: CheckScheduledAbsences: SMS notification successfully sent for worker Test Worker.  
[2026-06-23 18:58:39] testing.WARNING: CheckScheduledAbsences: Worker Test Worker is absent from site Test Site Office. Alert sent/logged to admin@example.com / +254700000000.  
[2026-06-23 18:58:40] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 18:58:40] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has EXITED the geofence at Test Site Office at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 18:58:40] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 18:58:40] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker exited Test Site Office.  
[2026-06-23 18:58:40] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 21:00 is outside work hours 08:00-17:00 for site Test Site Office.  
[2026-06-23 18:58:49] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 32 at site 34. Distance: 10985.598584745m, Allowed: 200m.  
[2026-06-23 18:58:49] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 22:00 is outside work hours 08:00:00-20:00:00 for site Spec Site.  
[2026-06-23 18:58:51] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 33 at site 35. Distance: 10985.598584745m, Allowed: 200m.  
[2026-06-23 18:58:51] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 19:00 is outside work hours 08:00:00-15:00:00 for site Spec Site 2.  
[2026-06-23 18:58:52] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 34 at site 36. Distance: 10985.598584745m, Allowed: 200m.  
[2026-06-23 18:58:52] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 18:58:52] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker Spec 3 has EXITED the geofence at Spec Site 3 at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 18:58:52] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 18:58:52] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker Spec 3 exited Spec Site 3.  
[2026-06-23 19:00:13] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 22:00 is outside work hours 08:00-17:00 for site Giga Construction Site.  
[2026-06-23 19:00:21] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 22:00 is outside work hours 08:00-17:00 for site Giga Construction Site.  
[2026-06-23 19:00:36] testing.DEBUG: SyncController: Received bulk sync events: [{"idempotency_key":"71177130-504a-4aeb-bcdf-e604e8cb1209","event_type":"nfc","worker_id":13,"site_id":13,"timestamp":"2026-06-23 19:00:36","direction":"in","pin":"1234","latitude":-1.3002,"longitude":36.8001}]  
[2026-06-23 19:00:51] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:00:51] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00.  
[2026-06-23 19:00:51] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:00:51] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 19:00:51] testing.INFO: ProcessSiteEvent: Idempotency key 3e3e8551-8add-4ad3-a193-9ef5d8c8f92c already processed. Skipping.  
[2026-06-23 19:00:52] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 19 during check-in.  
[2026-06-23 19:00:53] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:00:53] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:10:00.  
[2026-06-23 19:00:53] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:00:53] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 19:00:54] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:00:54] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:30:00.  
[2026-06-23 19:00:54] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:00:54] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 19:00:54] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-23 19:00:55] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 22 status is 'suspended'.  
[2026-06-23 19:00:57] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:00:57] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00. Location: -1.3006, 36.8145.  
[2026-06-23 19:00:57] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:00:57] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 19:00:57] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 25 at site 25. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 19:00:58] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:00:58] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00.  
[2026-06-23 19:00:58] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:00:58] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 19:00:59] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:00:59] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00. Location: -1.2921, 36.8219.  
[2026-06-23 19:00:59] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:00:59] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 19:00:59] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 27 at site 27. Distance: 10808.683063185m, Allowed: 200m.  
[2026-06-23 19:00:59] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:00:59] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has EXITED the geofence at Test Site Office at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 19:00:59] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:00:59] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker exited Test Site Office.  
[2026-06-23 19:01:00] testing.INFO: CheckScheduledAbsences: Email notification successfully sent for worker Test Worker.  
[2026-06-23 19:01:00] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker is absent from assigned site Test Site Office during the check at 2026-06-23 22:01:00. No GPS history recorded.  
[2026-06-23 19:01:00] testing.INFO: CheckScheduledAbsences: SMS notification successfully sent for worker Test Worker.  
[2026-06-23 19:01:00] testing.WARNING: CheckScheduledAbsences: Worker Test Worker is absent from site Test Site Office. Alert sent/logged to admin@example.com / +254700000000.  
[2026-06-23 19:01:01] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:01:01] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has EXITED the geofence at Test Site Office at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 19:01:01] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:01:01] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker exited Test Site Office.  
[2026-06-23 19:01:02] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 21:00 is outside work hours 08:00-17:00 for site Test Site Office.  
[2026-06-23 19:01:13] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 32 at site 34. Distance: 10985.598584745m, Allowed: 200m.  
[2026-06-23 19:01:13] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:01:13] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker Spec has EXITED the geofence at Spec Site at 2026-06-03 18:00:00. Location: -1.35, 36.9.  
[2026-06-23 19:01:13] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:01:13] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker Spec exited Spec Site.  
[2026-06-23 19:01:15] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 33 at site 35. Distance: 10985.598584745m, Allowed: 200m.  
[2026-06-23 19:01:15] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 19:00 is outside work hours 08:00:00-15:00:00 for site Spec Site 2.  
[2026-06-23 19:01:17] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 34 at site 36. Distance: 10985.598584745m, Allowed: 200m.  
[2026-06-23 19:01:17] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:01:17] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker Spec 3 has EXITED the geofence at Spec Site 3 at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 19:01:17] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:01:17] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker Spec 3 exited Spec Site 3.  
[2026-06-23 19:18:34] local.ERROR: Class "Filament\Tables\Actions\Action" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Tables\\Actions\\Action\" not found at D:/ICONIC/Projects/CRM/app/Filament/Monitor/Resources/AttendanceLogResource.php:160)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Resource.php(70): App/Filament/Monitor/Resources/AttendanceLogResource::table()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(213): Filament/Resources/Resource::configureTable()
#2 D:/ICONIC/Projects/CRM/vendor/filament/tables/src/Concerns/InteractsWithTable.php(47): Filament/Resources/Pages/ListRecords->makeTable()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/ListRecords->bootedInteractsWithTable()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(144): Livewire/Wrapped->__call()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(24): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callTraitHook()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#27 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#46 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#55 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#79 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#81 {main}
"} 
[2026-06-23 19:22:55] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 22:22 is outside work hours 08:00-17:00 for site Giga Construction Site.  
[2026-06-23 19:23:03] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 22:23 is outside work hours 08:00-17:00 for site Giga Construction Site.  
[2026-06-23 19:23:19] testing.DEBUG: SyncController: Received bulk sync events: [{"idempotency_key":"4cef569d-a2df-4190-a56b-7498e8b9c21a","event_type":"nfc","worker_id":20,"site_id":19,"timestamp":"2026-06-23 19:23:19","direction":"in","pin":"1234","latitude":-1.3002,"longitude":36.8001}]  
[2026-06-23 19:23:32] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:23:32] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00.  
[2026-06-23 19:23:32] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:23:32] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 19:23:32] testing.INFO: ProcessSiteEvent: Idempotency key a6457ae7-87b1-4fcb-bdfd-e7bebd287c10 already processed. Skipping.  
[2026-06-23 19:23:33] testing.WARNING: ProcessSiteEvent: PIN verification failed for worker 26 during check-in.  
[2026-06-23 19:23:34] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:23:34] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:10:00.  
[2026-06-23 19:23:34] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:23:34] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 19:23:35] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:23:35] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:30:00.  
[2026-06-23 19:23:35] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:23:35] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 19:23:35] testing.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-06-03 12:00:00, DB newer: 2026-06-03 12:30:00  
[2026-06-23 19:23:36] testing.WARNING: ProcessSiteEvent: Event rejected. Worker 29 status is 'suspended'.  
[2026-06-23 19:23:38] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:23:38] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00. Location: -1.3006, 36.8145.  
[2026-06-23 19:23:38] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:23:38] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 19:23:38] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 32 at site 31. Distance: 6771.2706627562m, Allowed: 200m.  
[2026-06-23 19:23:39] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:23:39] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 11:00:00.  
[2026-06-23 19:23:39] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:23:39] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 19:23:40] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:23:40] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has ENTERED the geofence at Test Site Office at 2026-06-03 15:00:00. Location: -1.2921, 36.8219.  
[2026-06-23 19:23:40] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:23:40] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker entered Test Site Office.  
[2026-06-23 19:23:40] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 34 at site 33. Distance: 10808.683063185m, Allowed: 200m.  
[2026-06-23 19:23:40] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:23:40] testing.INFO: SMS Sandbox: To: +254712345678, Message: Alert: Worker Test Worker has EXITED the geofence at Test Site Office at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 19:23:40] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:23:40] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker exited Test Site Office.  
[2026-06-23 19:23:41] testing.INFO: CheckScheduledAbsences: Email notification successfully sent for worker Test Worker.  
[2026-06-23 19:23:41] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker is absent from assigned site Test Site Office during the check at 2026-06-23 22:23:41. No GPS history recorded.  
[2026-06-23 19:23:41] testing.INFO: CheckScheduledAbsences: SMS notification successfully sent for worker Test Worker.  
[2026-06-23 19:23:41] testing.WARNING: CheckScheduledAbsences: Worker Test Worker is absent from site Test Site Office. Alert sent/logged to admin@example.com / +254700000000.  
[2026-06-23 19:23:42] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:23:42] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker has EXITED the geofence at Test Site Office at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 19:23:42] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:23:42] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker exited Test Site Office.  
[2026-06-23 19:23:43] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 21:00 is outside work hours 08:00-17:00 for site Test Site Office.  
[2026-06-23 19:23:53] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 39 at site 40. Distance: 10985.598584745m, Allowed: 200m.  
[2026-06-23 19:23:53] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:23:53] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker Spec has EXITED the geofence at Spec Site at 2026-06-03 18:00:00. Location: -1.35, 36.9.  
[2026-06-23 19:23:53] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:23:53] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker Spec exited Spec Site.  
[2026-06-23 19:23:55] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 40 at site 41. Distance: 10985.598584745m, Allowed: 200m.  
[2026-06-23 19:23:55] testing.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 19:00 is outside work hours 08:00:00-15:00:00 for site Spec Site 2.  
[2026-06-23 19:23:57] testing.WARNING: ProcessSiteEvent: Geofence violation for worker 41 at site 42. Distance: 10985.598584745m, Allowed: 200m.  
[2026-06-23 19:23:57] testing.INFO: ProcessSiteEvent: Email alert successfully sent to admin.  
[2026-06-23 19:23:57] testing.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Test Worker Spec 3 has EXITED the geofence at Spec Site 3 at 2026-06-03 16:00:00. Location: -1.35, 36.9.  
[2026-06-23 19:23:57] testing.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-06-23 19:23:57] testing.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Test Worker Spec 3 exited Spec Site 3.  
[2026-06-23 19:31:00] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 2 during check-in.  
[2026-06-23 19:34:43] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 2 during check-out.  
[2026-06-23 19:36:35] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 2 during check-in.  
[2026-06-23 19:37:11] local.WARNING: ProcessSiteEvent: PIN verification failed for worker 2 during check-out.  
[2026-06-26 08:06:21] local.ERROR: Class "Filament\Tables\Actions\Action" not found {"userId":1,"exception":"[object] (Error(code: 0): Class \"Filament\\Tables\\Actions\\Action\" not found at D:/ICONIC/Projects/CRM/app/Filament/Monitor/Resources/WorkerResource.php:225)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Resource.php(70): App/Filament/Monitor/Resources/WorkerResource::table()
#1 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Resources/Pages/ListRecords.php(213): Filament/Resources/Resource::configureTable()
#2 D:/ICONIC/Projects/CRM/vendor/filament/tables/src/Concerns/InteractsWithTable.php(47): Filament/Resources/Pages/ListRecords->makeTable()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Filament/Resources/Pages/ListRecords->bootedInteractsWithTable()
#4 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate/Container/BoundMethod::{closure:Illuminate/Container/BoundMethod::call():35}()
#5 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate/Container/Util::unwrapIfClosure()
#6 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate/Container/BoundMethod::callBoundMethod()
#7 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Wrapped.php(23): Illuminate/Container/BoundMethod::call()
#8 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(144): Livewire/Wrapped->__call()
#9 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(24): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->callTraitHook()
#10 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHook.php(19): Livewire/Features/SupportLifecycleHooks/SupportLifecycleHooks->mount()
#11 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/ComponentHookRegistry.php(45): Livewire/ComponentHook->callMount()
#12 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/EventBus.php(60): Livewire/ComponentHookRegistry::{closure:Livewire/ComponentHookRegistry::boot():39}()
#13 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/helpers.php(98): Livewire/EventBus->trigger()
#14 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(50): Livewire/trigger()
#15 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/LivewireManager.php(73): Livewire/Mechanisms/HandleComponents/HandleComponents->mount()
#16 D:/ICONIC/Projects/CRM/vendor/livewire/volt/src/LivewireManager.php(23): Livewire/LivewireManager->mount()
#17 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(17): Livewire/Volt/LivewireManager->mount()
#18 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php(117): Livewire/Component->{closure:Livewire/Features/SupportPageComponents/HandlesPageComponents::__invoke():14}()
#19 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php(14): Livewire/Features/SupportPageComponents/SupportPageComponents::interceptTheRenderOfTheComponentAndRetreiveTheLayoutConfiguration()
#20 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): Livewire/Component->__invoke()
#21 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(269): Illuminate/Routing/ControllerDispatcher->dispatch()
#22 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Route.php(215): Illuminate/Routing/Route->runController()
#23 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate/Routing/Route->run()
#24 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Routing/Router->{closure:Illuminate/Routing/Router::runRouteWithinStack():821}()
#25 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DispatchServingFilamentEvent.php(15): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#26 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DispatchServingFilamentEvent->handle()
#27 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/DisableBladeIconComponents.php(14): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#28 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/DisableBladeIconComponents->handle()
#29 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(52): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#30 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Routing/Middleware/SubstituteBindings->handle()
#31 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php(104): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#32 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestForgery->handle()
#33 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(70): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#34 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/AuthenticateSession->handle()
#35 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(63): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#36 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Auth/Middleware/Authenticate->handle()
#37 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(48): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#38 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/View/Middleware/ShareErrorsFromSession->handle()
#39 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(120): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#40 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate/Session/Middleware/StartSession->handleStatefulRequest()
#41 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Session/Middleware/StartSession->handle()
#42 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#43 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse->handle()
#44 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#45 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Cookie/Middleware/EncryptCookies->handle()
#46 D:/ICONIC/Projects/CRM/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#47 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament/Http/Middleware/SetUpPanel->handle()
#48 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#49 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate/Pipeline/Pipeline->then()
#50 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate/Routing/Router->runRouteWithinStack()
#51 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate/Routing/Router->runRoute()
#52 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate/Routing/Router->dispatchToRoute()
#53 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate/Routing/Router->dispatch()
#54 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate/Foundation/Http/Kernel->{closure:Illuminate/Foundation/Http/Kernel::dispatchToRouter():197}()
#55 D:/ICONIC/Projects/CRM/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate/Pipeline/Pipeline->{closure:Illuminate/Pipeline/Pipeline::prepareDestination():178}()
#56 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware->handle()
#57 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#58 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#59 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull->handle()
#60 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#61 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate/Foundation/Http/Middleware/TransformsRequest->handle()
#62 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/TrimStrings->handle()
#63 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#64 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePostSize->handle()
#65 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#66 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance->handle()
#67 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#68 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/HandleCors->handle()
#69 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#70 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/TrustProxies->handle()
#71 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#72 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks->handle()
#73 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#74 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate/Http/Middleware/ValidatePathEncoding->handle()
#75 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate/Pipeline/Pipeline->{closure:{closure:Illuminate/Pipeline/Pipeline::carry():194}:195}()
#76 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate/Pipeline/Pipeline->then()
#77 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate/Foundation/Http/Kernel->sendRequestThroughRouter()
#78 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate/Foundation/Http/Kernel->handle()
#79 D:/ICONIC/Projects/CRM/public/index.php(20): Illuminate/Foundation/Application->handleRequest()
#80 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('...')
#81 {main}
"} 
[2026-07-09 16:21:31] local.ERROR: Command "server" is not defined.

Did you mean one of these?
    make:observer
    serve {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"server\" is not defined.

Did you mean one of these?
    make:observer
    serve at D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php:749)
[stacktrace]
#0 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(298): Symfony/Component/Console/Application->find()
#1 D:/ICONIC/Projects/CRM/vendor/symfony/console/Application.php(195): Symfony/Component/Console/Application->doRun()
#2 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony/Component/Console/Application->run()
#3 D:/ICONIC/Projects/CRM/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate/Foundation/Console/Kernel->handle()
#4 D:/ICONIC/Projects/CRM/artisan(16): Illuminate/Foundation/Application->handleCommand()
#5 {main}
"} 
[2026-07-10 09:46:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5f5e39cc-a90b-4a58-866c-f854e3ef0b2a","latitude":-1.030990800000000096048324849107302725315093994140625,"longitude":37.02422169999999823630787432193756103515625,"site_id":3,"timestamp":"2026-07-10 09:46:06","worker_id":1}]  
[2026-07-10 09:46:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5f5e39cc-a90b-4a58-866c-f854e3ef0b2a","latitude":-1.030990800000000096048324849107302725315093994140625,"longitude":37.02422169999999823630787432193756103515625,"site_id":3,"timestamp":"2026-07-10 09:46:06","worker_id":1}]  
[2026-07-10 09:46:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273236.74164135m, Allowed: 200m.  
[2026-07-10 09:51:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7767bd24-f62a-46d0-85bb-7e0eccca2b18","latitude":-1.0309169000000000249173126576351933181285858154296875,"longitude":37.02401119999999679066604585386812686920166015625,"site_id":3,"timestamp":"2026-07-10 09:50:45","worker_id":1}]  
[2026-07-10 09:53:10] local.ERROR: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect(true)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}('select * from `...', Array)
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#30 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#32 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#38 {main}
"} 
[2026-07-10 09:54:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273211.9699746m, Allowed: 200m.  
[2026-07-10 10:05:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"348b063e-fc83-474b-a333-663bde1fc13d","latitude":-1.0309169000000000249173126576351933181285858154296875,"longitude":37.02401119999999679066604585386812686920166015625,"site_id":3,"timestamp":"2026-07-10 10:05:30","worker_id":1}]  
[2026-07-10 10:06:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273211.9699746m, Allowed: 200m.  
[2026-07-10 10:20:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cbad93db-7466-4570-ba3c-fd7ccadf8c4e","latitude":-1.0309169000000000249173126576351933181285858154296875,"longitude":37.02401119999999679066604585386812686920166015625,"site_id":3,"timestamp":"2026-07-10 10:06:00","worker_id":1},{"event_type":"gps","idempotency_key":"184f398e-7890-494d-841b-a9a5b07c2e44","latitude":-1.0309169000000000249173126576351933181285858154296875,"longitude":37.02401119999999679066604585386812686920166015625,"site_id":3,"timestamp":"2026-07-10 10:11:00","worker_id":1},{"event_type":"gps","idempotency_key":"935a2d1e-61c5-46fa-b634-71030a4c6f1e","latitude":-1.0309169000000000249173126576351933181285858154296875,"longitude":37.02401119999999679066604585386812686920166015625,"site_id":3,"timestamp":"2026-07-10 10:11:30","worker_id":1},{"event_type":"gps","idempotency_key":"ef24ab5b-bd60-41eb-ad6b-bb7d09cf5467","latitude":-1.0309169000000000249173126576351933181285858154296875,"longitude":37.02401119999999679066604585386812686920166015625,"site_id":3,"timestamp":"2026-07-10 10:16:30","worker_id":1},{"event_type":"gps","idempotency_key":"bc66299c-e403-49d5-8368-657024aa2154","latitude":-1.0309169000000000249173126576351933181285858154296875,"longitude":37.02401119999999679066604585386812686920166015625,"site_id":3,"timestamp":"2026-07-10 10:17:00","worker_id":1}]  
[2026-07-10 10:21:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273211.9699746m, Allowed: 200m.  
[2026-07-10 10:21:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273211.9699746m, Allowed: 200m.  
[2026-07-10 10:21:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273211.9699746m, Allowed: 200m.  
[2026-07-10 10:21:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273211.9699746m, Allowed: 200m.  
[2026-07-10 10:21:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273211.9699746m, Allowed: 200m.  
[2026-07-10 10:22:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3362a498-a78a-48aa-b8e5-c0f2bb278be5","latitude":-1.0309169000000000249173126576351933181285858154296875,"longitude":37.02401119999999679066604585386812686920166015625,"site_id":3,"timestamp":"2026-07-10 10:22:01","worker_id":1}]  
[2026-07-10 10:23:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273211.9699746m, Allowed: 200m.  
[2026-07-10 10:27:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"27b044ba-b771-44d6-ae59-d9f15e713c13","latitude":-1.0309169000000000249173126576351933181285858154296875,"longitude":37.02401119999999679066604585386812686920166015625,"site_id":3,"timestamp":"2026-07-10 10:27:01","worker_id":1}]  
[2026-07-10 10:27:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273211.9699746m, Allowed: 200m.  
[2026-07-10 10:32:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1109f598-7248-4004-beea-dc49329a83ad","latitude":-1.0309169000000000249173126576351933181285858154296875,"longitude":37.02401119999999679066604585386812686920166015625,"site_id":3,"timestamp":"2026-07-10 10:32:01","worker_id":1}]  
[2026-07-10 10:33:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273211.9699746m, Allowed: 200m.  
[2026-07-10 10:37:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6ef90bdc-7cb6-42c8-b508-b95a63f4235f","latitude":-1.030886900000000050425796871422789990901947021484375,"longitude":37.0240050999999965597453410737216472625732421875,"site_id":3,"timestamp":"2026-07-10 10:37:30","worker_id":1}]  
[2026-07-10 10:37:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6ef90bdc-7cb6-42c8-b508-b95a63f4235f","latitude":-1.030886900000000050425796871422789990901947021484375,"longitude":37.0240050999999965597453410737216472625732421875,"site_id":3,"timestamp":"2026-07-10 10:37:30","worker_id":1}]  
[2026-07-10 10:38:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273210.07920634m, Allowed: 200m.  
[2026-07-10 10:42:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6037b1c9-b235-4514-9ce8-ee39c207431b","latitude":-1.030886900000000050425796871422789990901947021484375,"longitude":37.0240050999999965597453410737216472625732421875,"site_id":3,"timestamp":"2026-07-10 10:42:30","worker_id":1}]  
[2026-07-10 10:43:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273210.07920634m, Allowed: 200m.  
[2026-07-10 10:47:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0207b2c9-d400-411e-a008-b043ee0e159e","latitude":-1.030886900000000050425796871422789990901947021484375,"longitude":37.0240050999999965597453410737216472625732421875,"site_id":3,"timestamp":"2026-07-10 10:47:30","worker_id":1}]  
[2026-07-10 10:47:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0207b2c9-d400-411e-a008-b043ee0e159e","latitude":-1.030886900000000050425796871422789990901947021484375,"longitude":37.0240050999999965597453410737216472625732421875,"site_id":3,"timestamp":"2026-07-10 10:47:30","worker_id":1}]  
[2026-07-10 10:48:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273210.07920634m, Allowed: 200m.  
[2026-07-10 10:49:42] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"682bf101-706a-4ad7-abb1-6be42b4c00d1","latitude":-1.030886900000000050425796871422789990901947021484375,"longitude":37.0240050999999965597453410737216472625732421875,"rssi":-61,"site_id":4,"timestamp":"2026-07-10 10:49:42","worker_id":3}]  
[2026-07-10 10:50:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2468f8f6-9d7b-4ff4-834a-76fcf8b257f1","latitude":-1.0309273000000001019316187012009322643280029296875,"longitude":37.02413980000000037762220017611980438232421875,"site_id":3,"timestamp":"2026-07-10 10:50:10","worker_id":1}]  
[2026-07-10 10:51:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273225.64068886m, Allowed: 200m.  
[2026-07-10 10:53:46] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"a37323a4-17de-45b1-a0b7-08a54b3d4754","latitude":-1.0309273000000001019316187012009322643280029296875,"longitude":37.02413980000000037762220017611980438232421875,"rssi":-72,"site_id":4,"timestamp":"2026-07-10 10:53:42","worker_id":4}]  
[2026-07-10 10:54:13] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"a37323a4-17de-45b1-a0b7-08a54b3d4754","latitude":-1.0309273000000001019316187012009322643280029296875,"longitude":37.02413980000000037762220017611980438232421875,"rssi":-72,"site_id":4,"timestamp":"2026-07-10 10:53:42","worker_id":4},{"direction":"in","event_type":"ble","idempotency_key":"10858de5-4078-479f-b580-20ea9d376dd3","latitude":-1.0309273000000001019316187012009322643280029296875,"longitude":37.02413980000000037762220017611980438232421875,"rssi":-63,"site_id":4,"timestamp":"2026-07-10 10:53:46","worker_id":5}]  
[2026-07-10 10:54:13] local.INFO: SyncController: Event skipped. Idempotency key already processed: a37323a4-17de-45b1-a0b7-08a54b3d4754  
[2026-07-10 10:55:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d89a9013-25ab-4eb2-a3cd-422f396ab474","latitude":-1.0309273000000001019316187012009322643280029296875,"longitude":37.02413980000000037762220017611980438232421875,"site_id":3,"timestamp":"2026-07-10 10:55:11","worker_id":1}]  
[2026-07-10 10:56:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273225.64068886m, Allowed: 200m.  
[2026-07-10 10:57:11] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"a1c71b1b-c81b-4857-84c2-191ca8b0107c","latitude":-1.0309273000000001019316187012009322643280029296875,"longitude":37.02413980000000037762220017611980438232421875,"site_id":4,"timestamp":"2026-07-10 10:57:06","worker_id":3}]  
[2026-07-10 10:57:15] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"ae5de866-1c14-49f5-a482-0646893d7e86","latitude":-1.0309273000000001019316187012009322643280029296875,"longitude":37.02413980000000037762220017611980438232421875,"site_id":4,"timestamp":"2026-07-10 10:57:14","worker_id":4}]  
[2026-07-10 11:05:58] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"f86be902-90bb-4429-80fc-355142b1b796","latitude":-1.030978399999999961522689773119054734706878662109375,"longitude":37.0242377000000004727553459815680980682373046875,"site_id":4,"timestamp":"2026-07-10 11:05:55","worker_id":5}]  
[2026-07-10 11:12:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"63e3a09a-6fc0-4da6-a4a6-8140975ee99c","latitude":-1.030978399999999961522689773119054734706878662109375,"longitude":37.0242377000000004727553459815680980682373046875,"site_id":3,"timestamp":"2026-07-10 11:12:17","worker_id":1}]  
[2026-07-10 11:13:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273237.86595955m, Allowed: 200m.  
[2026-07-10 11:14:48] local.ERROR: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `sessions` where `id` = wttBBrIIPOsFxmiLqPjYfJTvG3jLQgg5RXl0NsBV limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `sessions` where `id` = wttBBrIIPOsFxmiLqPjYfJTvG3jLQgg5RXl0NsBV limit 1) at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, false, Array)
#5 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(367): Illuminate\\Database\\Query\\Builder->get(Array)
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3464): Illuminate\\Database\\Query\\Builder->first(Array)
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find('wttBBrIIPOsFxmi...')
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\DatabaseSessionHandler->read('wttBBrIIPOsFxmi...')
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/Store.php(116): Illuminate\\Session\\Store->readFromHandler()
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/Store.php(100): Illuminate\\Session\\Store->loadSession()
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate\\Session\\Middleware\\StartSession->{closure:Illuminate\\Session\\Middleware\\StartSession::startSession():143}(Object(Illuminate\\Session\\Store))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap(Object(Illuminate\\Session\\Store), Object(Closure))
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store))
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/echosignsltd/public_html/crm-app/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament\\Http\\Middleware\\SetUpPanel->handle(Object(Illuminate\\Http\\Request), Object(Closure), Object(Filament\\Panel))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#30 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}(Object(Illuminate\\Http\\Request))
#31 /home/echosignsltd/public_html/crm-app/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(Illuminate\\Http\\Request))
#32 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire\\Features\\SupportDisablingBackButtonCache\\DisableBackButtonCacheMiddleware->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#33 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#34 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#37 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#38 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#40 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#42 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#44 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#45 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#46 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#47 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#48 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#49 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#50 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#51 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#52 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#53 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#54 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#55 /home/echosignsltd/public_html/crm-app/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#56 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getPdo()
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect(false)
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}('select * from `...', Array)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, false, Array)
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(367): Illuminate\\Database\\Query\\Builder->get(Array)
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3464): Illuminate\\Database\\Query\\Builder->first(Array)
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find('wttBBrIIPOsFxmi...')
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\DatabaseSessionHandler->read('wttBBrIIPOsFxmi...')
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/Store.php(116): Illuminate\\Session\\Store->readFromHandler()
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/Store.php(100): Illuminate\\Session\\Store->loadSession()
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate\\Session\\Middleware\\StartSession->{closure:Illuminate\\Session\\Middleware\\StartSession::startSession():143}(Object(Illuminate\\Session\\Store))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap(Object(Illuminate\\Session\\Store), Object(Closure))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store))
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#30 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/echosignsltd/public_html/crm-app/vendor/filament/filament/src/Http/Middleware/SetUpPanel.php(19): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#33 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Filament\\Http\\Middleware\\SetUpPanel->handle(Object(Illuminate\\Http\\Request), Object(Closure), Object(Filament\\Panel))
#34 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#37 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#38 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#39 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#40 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}(Object(Illuminate\\Http\\Request))
#41 /home/echosignsltd/public_html/crm-app/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(Illuminate\\Http\\Request))
#42 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire\\Features\\SupportDisablingBackButtonCache\\DisableBackButtonCacheMiddleware->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#44 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#45 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#46 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#47 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#48 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#49 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#50 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#51 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#52 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#53 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#54 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#55 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#56 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#57 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#58 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#59 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#60 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#61 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#62 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#63 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#64 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#65 /home/echosignsltd/public_html/crm-app/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#66 {main}
"} 
[2026-07-10 11:15:03] local.ERROR: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect(true)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}('select * from `...', Array)
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#30 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#32 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#38 {main}
"} 
[2026-07-10 11:15:08] local.ERROR: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect(true)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}('select * from `...', Array)
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#30 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#32 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#38 {main}
"} 
[2026-07-10 11:15:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3c35e860-5a22-49de-af5a-943bc5b4ef4e","latitude":-1.0309757999999999977802644934854470193386077880859375,"longitude":37.0241879000000011501469998620450496673583984375,"site_id":4,"timestamp":"2026-07-10 11:15:53","worker_id":3}]  
[2026-07-10 11:16:00] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"59c9e40a-32c2-4ef8-bd59-b375ea9e9c90","latitude":-1.0309757999999999977802644934854470193386077880859375,"longitude":37.0241879000000011501469998620450496673583984375,"site_id":4,"timestamp":"2026-07-10 11:15:59","worker_id":3}]  
[2026-07-10 11:21:00] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4ef7c20c-270f-465e-9ca9-e877626c9409","latitude":-1.0309757999999999977802644934854470193386077880859375,"longitude":37.0241879000000011501469998620450496673583984375,"site_id":4,"timestamp":"2026-07-10 11:20:54","worker_id":3}]  
[2026-07-10 11:33:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1a707e86-b6ae-47e8-b505-5c2d36d7c73e","latitude":-1.0309813999999999367673808592371642589569091796875,"longitude":37.0242386999999979479980538599193096160888671875,"site_id":4,"timestamp":"2026-07-10 11:33:10","worker_id":3}]  
[2026-07-10 11:50:41] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"7a729029-1bba-4622-8608-b903c556a482","rssi":-58,"site_id":3,"timestamp":"2026-07-10 11:44:53","worker_id":4},{"direction":"in","event_type":"ble","idempotency_key":"883d9f4b-37a5-46ad-8e77-711f8ff15fb7","rssi":-53,"site_id":4,"timestamp":"2026-07-10 11:44:53","worker_id":3},{"event_type":"gps","idempotency_key":"97b19944-d050-42b8-93b2-3f240e5c9d7d","latitude":-1.0309813999999999367673808592371642589569091796875,"longitude":37.0242386999999979479980538599193096160888671875,"site_id":4,"timestamp":"2026-07-10 11:45:16","worker_id":3},{"direction":"out","event_type":"ble","idempotency_key":"d03437f1-5350-4470-b60b-7a2866796737","latitude":-1.0309813999999999367673808592371642589569091796875,"longitude":37.0242386999999979479980538599193096160888671875,"site_id":4,"timestamp":"2026-07-10 11:48:23","worker_id":4},{"direction":"out","event_type":"ble","idempotency_key":"68673c71-0475-4203-81f9-c3890d18a0f4","latitude":-1.0309813999999999367673808592371642589569091796875,"longitude":37.0242386999999979479980538599193096160888671875,"site_id":4,"timestamp":"2026-07-10 11:48:53","worker_id":3},{"event_type":"gps","idempotency_key":"3cf25389-ad56-4755-97a2-21bf57a733d3","latitude":-1.0309813999999999367673808592371642589569091796875,"longitude":37.0242386999999979479980538599193096160888671875,"site_id":4,"timestamp":"2026-07-10 11:50:33","worker_id":3}]  
[2026-07-10 11:55:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2bc77074-941e-4153-8c5d-30372e182cfe","latitude":-1.030913200000000085054807641427032649517059326171875,"longitude":37.023997100000002546948962844908237457275390625,"site_id":4,"timestamp":"2026-07-10 11:53:40","worker_id":3}]  
[2026-07-10 11:55:16] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2bc77074-941e-4153-8c5d-30372e182cfe","latitude":-1.030913200000000085054807641427032649517059326171875,"longitude":37.023997100000002546948962844908237457275390625,"site_id":4,"timestamp":"2026-07-10 11:53:40","worker_id":3}]  
[2026-07-10 11:55:16] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2bc77074-941e-4153-8c5d-30372e182cfe","latitude":-1.030913200000000085054807641427032649517059326171875,"longitude":37.023997100000002546948962844908237457275390625,"site_id":4,"timestamp":"2026-07-10 11:53:40","worker_id":3},{"direction":"in","event_type":"ble","idempotency_key":"a03bbff9-a8dc-4bb2-bab3-3869d4c43888","rssi":-44,"site_id":4,"timestamp":"2026-07-10 11:55:14","worker_id":3}]  
[2026-07-10 11:55:20] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"a03bbff9-a8dc-4bb2-bab3-3869d4c43888","rssi":-44,"site_id":4,"timestamp":"2026-07-10 11:55:14","worker_id":3},{"direction":"in","event_type":"ble","idempotency_key":"d9d303d1-e858-4da3-9025-20cf53c4d689","rssi":-46,"site_id":3,"timestamp":"2026-07-10 11:55:19","worker_id":4}]  
[2026-07-10 11:55:25] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"d9d303d1-e858-4da3-9025-20cf53c4d689","rssi":-46,"site_id":3,"timestamp":"2026-07-10 11:55:19","worker_id":4},{"event_type":"gps","idempotency_key":"66f2f9d0-670f-4ba5-acd4-42200ed0605e","latitude":-1.030913200000000085054807641427032649517059326171875,"longitude":37.023997100000002546948962844908237457275390625,"site_id":3,"timestamp":"2026-07-10 11:55:22","worker_id":1}]  
[2026-07-10 11:55:26] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"ec53e80d-627c-478e-9561-c96a526b0eaa","latitude":-1.030913200000000085054807641427032649517059326171875,"longitude":37.023997100000002546948962844908237457275390625,"site_id":4,"timestamp":"2026-07-10 11:55:25","worker_id":1}]  
[2026-07-10 11:55:33] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"ec53e80d-627c-478e-9561-c96a526b0eaa","latitude":-1.030913200000000085054807641427032649517059326171875,"longitude":37.023997100000002546948962844908237457275390625,"site_id":4,"timestamp":"2026-07-10 11:55:25","worker_id":1}]  
[2026-07-10 11:55:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"21fb3284-8899-4c5e-92b4-3e1cd6093cb1","latitude":-1.030913200000000085054807641427032649517059326171875,"longitude":37.023997100000002546948962844908237457275390625,"site_id":4,"timestamp":"2026-07-10 11:55:52","worker_id":5}]  
[2026-07-10 11:55:54] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"2fd9eb09-c020-4d15-b9c6-26645a71408c","latitude":-1.030913200000000085054807641427032649517059326171875,"longitude":37.023997100000002546948962844908237457275390625,"site_id":4,"timestamp":"2026-07-10 11:55:53","worker_id":5}]  
[2026-07-10 11:56:03] local.INFO: ProcessSiteEvent: Idempotency key d9d303d1-e858-4da3-9025-20cf53c4d689 already processed. Skipping.  
[2026-07-10 11:56:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273210.36331721m, Allowed: 200m.  
[2026-07-10 11:56:04] local.ERROR: ProcessSiteEvent: Failed to send geofence email alert. Error: Unable to connect with STARTTLS: stream_socket_enable_crypto(): Peer certificate CN=`autoconfig.server.venix.co.ke' did not match expected CN=`smtp.gmail.com'  
[2026-07-10 11:56:04] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker John Muite has ENTERED the geofence at PROSEL HQ at 2026-07-10 11:55:25. Location: -1.0309132, 37.0239971.  
[2026-07-10 11:56:04] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-07-10 11:56:04] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker John Muite entered PROSEL HQ.  
[2026-07-10 11:56:04] local.INFO: ProcessSiteEvent: Idempotency key ec53e80d-627c-478e-9561-c96a526b0eaa already processed. Skipping.  
[2026-07-10 11:58:34] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"88f85cb5-b303-4beb-aa7b-3cd87cad0643","latitude":-1.030913200000000085054807641427032649517059326171875,"longitude":37.023997100000002546948962844908237457275390625,"site_id":4,"timestamp":"2026-07-10 11:58:31","worker_id":3}]  
[2026-07-10 11:58:34] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"88f85cb5-b303-4beb-aa7b-3cd87cad0643","latitude":-1.030913200000000085054807641427032649517059326171875,"longitude":37.023997100000002546948962844908237457275390625,"site_id":4,"timestamp":"2026-07-10 11:58:31","worker_id":3}]  
[2026-07-10 11:58:42] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"38cb70a9-1609-49a3-9931-d8507db7dc34","latitude":-1.030913200000000085054807641427032649517059326171875,"longitude":37.023997100000002546948962844908237457275390625,"site_id":4,"timestamp":"2026-07-10 11:58:40","worker_id":4}]  
[2026-07-10 13:02:09] local.ERROR: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect(true)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}('select * from `...', Array)
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#30 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#32 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#38 {main}
"} 
[2026-07-10 13:02:15] local.ERROR: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect(true)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}('select * from `...', Array)
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#30 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#32 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#38 {main}
"} 
[2026-07-10 13:03:16] local.ERROR: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect(true)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}('select * from `...', Array)
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#30 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#32 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#38 {main}
"} 
[2026-07-10 13:06:25] local.ERROR: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect(true)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}('select * from `...', Array)
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#30 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#32 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#38 {main}
"} 
[2026-07-10 13:06:36] local.ERROR: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect(true)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}('select * from `...', Array)
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#30 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#32 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#38 {main}
"} 
[2026-07-10 13:26:38] local.ERROR: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect(true)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}('select * from `...', Array)
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#30 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#32 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#38 {main}
"} 
[2026-07-10 13:57:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cd426e01-6d1a-4979-96c6-27b182a1fa16","latitude":-1.030671499999999962682295517879538238048553466796875,"longitude":37.0239057000000002517481334507465362548828125,"site_id":4,"timestamp":"2026-07-10 12:04:33","worker_id":5},{"event_type":"gps","idempotency_key":"7c7c3fa6-bb67-444e-9157-4554f88bb499","latitude":-1.030661400000000060828142522950656712055206298828125,"longitude":37.02391709999999847013896214775741100311279296875,"site_id":4,"timestamp":"2026-07-10 12:05:04","worker_id":5},{"event_type":"gps","idempotency_key":"48d8908f-6bcd-4329-ae74-31ea6b0f4a77","latitude":-1.030493833333333331125913900905288755893707275390625,"longitude":37.0236760333333307926295674405992031097412109375,"site_id":4,"timestamp":"2026-07-10 12:08:55","worker_id":5},{"direction":"out","event_type":"geofence","idempotency_key":"56f85561-8881-4287-a788-55ed1cb16a91","latitude":-1.030493833333333331125913900905288755893707275390625,"longitude":37.0236760333333307926295674405992031097412109375,"site_id":4,"timestamp":"2026-07-10 12:08:55","worker_id":5},{"event_type":"gps","idempotency_key":"6fab708b-1574-4c45-b994-f4217cb09be0","latitude":-1.0303433166666666753741310458281077444553375244140625,"longitude":37.02382071666666973897008574567735195159912109375,"site_id":4,"timestamp":"2026-07-10 12:09:51","worker_id":5},{"event_type":"gps","idempotency_key":"9f4122a5-67ce-48a8-8076-2f794184807b","latitude":-1.03821098333333328156413699616678059101104736328125,"longitude":37.03526516666666879018521285615861415863037109375,"site_id":4,"timestamp":"2026-07-10 12:14:18","worker_id":5},{"event_type":"gps","idempotency_key":"8b3ec531-0e45-46b7-8a24-0729631e7367","latitude":-1.0381893833333333265755982210976071655750274658203125,"longitude":37.035424516666665795128210447728633880615234375,"site_id":4,"timestamp":"2026-07-10 12:16:10","worker_id":5},{"event_type":"gps","idempotency_key":"6f9bf78b-0584-4d47-9b6c-f9fbd8b5911a","latitude":-1.0383762000000000824684320832602679729461669921875,"longitude":37.03416320000000183654265129007399082183837890625,"site_id":4,"timestamp":"2026-07-10 12:21:37","worker_id":5},{"event_type":"gps","idempotency_key":"72ad8c0d-f75a-4cd4-b639-2f55ed929bd7","latitude":-1.0381764999999998355662000903976149857044219970703125,"longitude":37.035457766666667112076538614928722381591796875,"site_id":4,"timestamp":"2026-07-10 12:21:40","worker_id":5},{"event_type":"gps","idempotency_key":"d817968d-b99e-406f-9bfa-53a8523de098","latitude":-1.0383762000000000824684320832602679729461669921875,"longitude":37.03416320000000183654265129007399082183837890625,"site_id":4,"timestamp":"2026-07-10 12:22:07","worker_id":5},{"event_type":"gps","idempotency_key":"b454692b-973a-47c8-8801-2b9ec4283826","latitude":-1.0381762666666667360715337053989060223102569580078125,"longitude":37.03545773333333812615819624625146389007568359375,"site_id":4,"timestamp":"2026-07-10 12:22:27","worker_id":5},{"event_type":"gps","idempotency_key":"30132100-35dc-4d49-ac2e-a67de361a3a1","latitude":-1.038285216666666510576533255516551434993743896484375,"longitude":37.03541919999999976198523654602468013763427734375,"site_id":4,"timestamp":"2026-07-10 12:28:41","worker_id":5},{"event_type":"gps","idempotency_key":"5fff6941-b1d3-4c48-8e81-89c835729a30","latitude":-1.0381496333333333215165339424856938421726226806640625,"longitude":37.03543164999999959263732307590544223785400390625,"site_id":4,"timestamp":"2026-07-10 12:32:15","worker_id":5},{"event_type":"gps","idempotency_key":"86fe9e05-19bb-4cf4-95de-e1dd35d9a736","latitude":-1.03817670000000017438424038118682801723480224609375,"longitude":37.035477783333334400595049373805522918701171875,"site_id":4,"timestamp":"2026-07-10 12:37:45","worker_id":5},{"event_type":"gps","idempotency_key":"8217a354-1507-4e48-9557-fae08e531422","latitude":-1.038347016666666622342063419637270271778106689453125,"longitude":37.03549819999999925812517176382243633270263671875,"site_id":4,"timestamp":"2026-07-10 12:41:22","worker_id":5},{"event_type":"gps","idempotency_key":"cddcda3a-4207-467d-80aa-e201cb81d717","latitude":-1.0383762000000000824684320832602679729461669921875,"longitude":37.03416320000000183654265129007399082183837890625,"site_id":4,"timestamp":"2026-07-10 12:42:42","worker_id":5},{"event_type":"gps","idempotency_key":"993f6489-1014-40ba-8932-de08df525b54","latitude":-1.037963783333333278591226189746521413326263427734375,"longitude":37.0332676166666630024337791837751865386962890625,"site_id":4,"timestamp":"2026-07-10 12:45:18","worker_id":5},{"event_type":"gps","idempotency_key":"cc719dfc-e6d9-4231-9b4b-1d397b3c2535","latitude":-1.0354242833333333617673588378238491714000701904296875,"longitude":37.0290872166666673592771985568106174468994140625,"site_id":4,"timestamp":"2026-07-10 12:46:23","worker_id":5},{"event_type":"gps","idempotency_key":"75fa95aa-d55f-4837-a88e-2c1c0b46144e","latitude":-1.0305803166666664960615662494092248380184173583984375,"longitude":37.02456004999999805704646860249340534210205078125,"site_id":4,"timestamp":"2026-07-10 12:47:21","worker_id":5},{"event_type":"gps","idempotency_key":"8e36f798-3171-4ad4-a8e1-2d22966f3f97","latitude":-1.0303396666666666536826824085437692701816558837890625,"longitude":37.02351891666666716673717019148170948028564453125,"site_id":4,"timestamp":"2026-07-10 12:48:19","worker_id":5},{"event_type":"gps","idempotency_key":"c02cd1d4-f2a4-44fe-a4de-c0cf60e4ec75","latitude":-1.0306968000000000795779442341881804168224334716796875,"longitude":37.0238834000000025525878299959003925323486328125,"site_id":4,"timestamp":"2026-07-10 12:52:07","worker_id":5},{"direction":"in","event_type":"geofence","idempotency_key":"cc29bd97-23dc-41ae-b2e5-4143d9f66108","latitude":-1.0306968000000000795779442341881804168224334716796875,"longitude":37.0238834000000025525878299959003925323486328125,"site_id":4,"timestamp":"2026-07-10 12:52:07","worker_id":5},{"event_type":"gps","idempotency_key":"16e6070e-1d09-4026-950c-7af65ae25a3f","latitude":-1.0310064000000001005474814519402571022510528564453125,"longitude":37.0242544999999978472260409034788608551025390625,"site_id":4,"timestamp":"2026-07-10 12:53:35","worker_id":5},{"direction":"out","event_type":"ble","idempotency_key":"03835fbb-690c-48fd-bdfb-106fe7ea4337","latitude":-1.0310064000000001005474814519402571022510528564453125,"longitude":37.0242544999999978472260409034788608551025390625,"site_id":4,"timestamp":"2026-07-10 12:56:34","worker_id":4},{"event_type":"gps","idempotency_key":"94163c1a-fbf0-4a91-816b-9105e3a18ebc","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:13:30","worker_id":5},{"event_type":"gps","idempotency_key":"a09cfbbc-df63-4568-b944-ea6af7ea0b58","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:18:59","worker_id":5},{"event_type":"gps","idempotency_key":"5eed4fbf-4321-4544-bdfc-8e892637c194","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:24:00","worker_id":5},{"event_type":"gps","idempotency_key":"abf18428-9802-47d4-8225-517e23ab7fe1","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:29:00","worker_id":5},{"event_type":"gps","idempotency_key":"0e80032a-8c3f-4c12-a9ef-e8917551642d","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:33:30","worker_id":5},{"event_type":"gps","idempotency_key":"6b6030bd-7bcf-4163-90cd-5f98c86b6e1a","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:38:30","worker_id":5},{"event_type":"gps","idempotency_key":"eedb048f-a177-4df9-bd7c-3205e1ffe71e","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:43:31","worker_id":5},{"event_type":"gps","idempotency_key":"c8279ed9-9db3-4c6a-ae6f-2b7f9f6f9b90","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:48:31","worker_id":5},{"event_type":"gps","idempotency_key":"05b77233-f032-4c35-a4da-676eb519107a","latitude":-1.0308710000000000928110921449842862784862518310546875,"longitude":37.0239207999999990761352819390594959259033203125,"site_id":4,"timestamp":"2026-07-10 13:57:26","worker_id":5}]  
[2026-07-10 13:58:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cd426e01-6d1a-4979-96c6-27b182a1fa16","latitude":-1.030671499999999962682295517879538238048553466796875,"longitude":37.0239057000000002517481334507465362548828125,"site_id":4,"timestamp":"2026-07-10 12:04:33","worker_id":5},{"event_type":"gps","idempotency_key":"7c7c3fa6-bb67-444e-9157-4554f88bb499","latitude":-1.030661400000000060828142522950656712055206298828125,"longitude":37.02391709999999847013896214775741100311279296875,"site_id":4,"timestamp":"2026-07-10 12:05:04","worker_id":5},{"event_type":"gps","idempotency_key":"48d8908f-6bcd-4329-ae74-31ea6b0f4a77","latitude":-1.030493833333333331125913900905288755893707275390625,"longitude":37.0236760333333307926295674405992031097412109375,"site_id":4,"timestamp":"2026-07-10 12:08:55","worker_id":5},{"direction":"out","event_type":"geofence","idempotency_key":"56f85561-8881-4287-a788-55ed1cb16a91","latitude":-1.030493833333333331125913900905288755893707275390625,"longitude":37.0236760333333307926295674405992031097412109375,"site_id":4,"timestamp":"2026-07-10 12:08:55","worker_id":5},{"event_type":"gps","idempotency_key":"6fab708b-1574-4c45-b994-f4217cb09be0","latitude":-1.0303433166666666753741310458281077444553375244140625,"longitude":37.02382071666666973897008574567735195159912109375,"site_id":4,"timestamp":"2026-07-10 12:09:51","worker_id":5},{"event_type":"gps","idempotency_key":"9f4122a5-67ce-48a8-8076-2f794184807b","latitude":-1.03821098333333328156413699616678059101104736328125,"longitude":37.03526516666666879018521285615861415863037109375,"site_id":4,"timestamp":"2026-07-10 12:14:18","worker_id":5},{"event_type":"gps","idempotency_key":"8b3ec531-0e45-46b7-8a24-0729631e7367","latitude":-1.0381893833333333265755982210976071655750274658203125,"longitude":37.035424516666665795128210447728633880615234375,"site_id":4,"timestamp":"2026-07-10 12:16:10","worker_id":5},{"event_type":"gps","idempotency_key":"6f9bf78b-0584-4d47-9b6c-f9fbd8b5911a","latitude":-1.0383762000000000824684320832602679729461669921875,"longitude":37.03416320000000183654265129007399082183837890625,"site_id":4,"timestamp":"2026-07-10 12:21:37","worker_id":5},{"event_type":"gps","idempotency_key":"72ad8c0d-f75a-4cd4-b639-2f55ed929bd7","latitude":-1.0381764999999998355662000903976149857044219970703125,"longitude":37.035457766666667112076538614928722381591796875,"site_id":4,"timestamp":"2026-07-10 12:21:40","worker_id":5},{"event_type":"gps","idempotency_key":"d817968d-b99e-406f-9bfa-53a8523de098","latitude":-1.0383762000000000824684320832602679729461669921875,"longitude":37.03416320000000183654265129007399082183837890625,"site_id":4,"timestamp":"2026-07-10 12:22:07","worker_id":5},{"event_type":"gps","idempotency_key":"b454692b-973a-47c8-8801-2b9ec4283826","latitude":-1.0381762666666667360715337053989060223102569580078125,"longitude":37.03545773333333812615819624625146389007568359375,"site_id":4,"timestamp":"2026-07-10 12:22:27","worker_id":5},{"event_type":"gps","idempotency_key":"30132100-35dc-4d49-ac2e-a67de361a3a1","latitude":-1.038285216666666510576533255516551434993743896484375,"longitude":37.03541919999999976198523654602468013763427734375,"site_id":4,"timestamp":"2026-07-10 12:28:41","worker_id":5},{"event_type":"gps","idempotency_key":"5fff6941-b1d3-4c48-8e81-89c835729a30","latitude":-1.0381496333333333215165339424856938421726226806640625,"longitude":37.03543164999999959263732307590544223785400390625,"site_id":4,"timestamp":"2026-07-10 12:32:15","worker_id":5},{"event_type":"gps","idempotency_key":"86fe9e05-19bb-4cf4-95de-e1dd35d9a736","latitude":-1.03817670000000017438424038118682801723480224609375,"longitude":37.035477783333334400595049373805522918701171875,"site_id":4,"timestamp":"2026-07-10 12:37:45","worker_id":5},{"event_type":"gps","idempotency_key":"8217a354-1507-4e48-9557-fae08e531422","latitude":-1.038347016666666622342063419637270271778106689453125,"longitude":37.03549819999999925812517176382243633270263671875,"site_id":4,"timestamp":"2026-07-10 12:41:22","worker_id":5},{"event_type":"gps","idempotency_key":"cddcda3a-4207-467d-80aa-e201cb81d717","latitude":-1.0383762000000000824684320832602679729461669921875,"longitude":37.03416320000000183654265129007399082183837890625,"site_id":4,"timestamp":"2026-07-10 12:42:42","worker_id":5},{"event_type":"gps","idempotency_key":"993f6489-1014-40ba-8932-de08df525b54","latitude":-1.037963783333333278591226189746521413326263427734375,"longitude":37.0332676166666630024337791837751865386962890625,"site_id":4,"timestamp":"2026-07-10 12:45:18","worker_id":5},{"event_type":"gps","idempotency_key":"cc719dfc-e6d9-4231-9b4b-1d397b3c2535","latitude":-1.0354242833333333617673588378238491714000701904296875,"longitude":37.0290872166666673592771985568106174468994140625,"site_id":4,"timestamp":"2026-07-10 12:46:23","worker_id":5},{"event_type":"gps","idempotency_key":"75fa95aa-d55f-4837-a88e-2c1c0b46144e","latitude":-1.0305803166666664960615662494092248380184173583984375,"longitude":37.02456004999999805704646860249340534210205078125,"site_id":4,"timestamp":"2026-07-10 12:47:21","worker_id":5},{"event_type":"gps","idempotency_key":"8e36f798-3171-4ad4-a8e1-2d22966f3f97","latitude":-1.0303396666666666536826824085437692701816558837890625,"longitude":37.02351891666666716673717019148170948028564453125,"site_id":4,"timestamp":"2026-07-10 12:48:19","worker_id":5},{"event_type":"gps","idempotency_key":"c02cd1d4-f2a4-44fe-a4de-c0cf60e4ec75","latitude":-1.0306968000000000795779442341881804168224334716796875,"longitude":37.0238834000000025525878299959003925323486328125,"site_id":4,"timestamp":"2026-07-10 12:52:07","worker_id":5},{"direction":"in","event_type":"geofence","idempotency_key":"cc29bd97-23dc-41ae-b2e5-4143d9f66108","latitude":-1.0306968000000000795779442341881804168224334716796875,"longitude":37.0238834000000025525878299959003925323486328125,"site_id":4,"timestamp":"2026-07-10 12:52:07","worker_id":5},{"event_type":"gps","idempotency_key":"16e6070e-1d09-4026-950c-7af65ae25a3f","latitude":-1.0310064000000001005474814519402571022510528564453125,"longitude":37.0242544999999978472260409034788608551025390625,"site_id":4,"timestamp":"2026-07-10 12:53:35","worker_id":5},{"direction":"out","event_type":"ble","idempotency_key":"03835fbb-690c-48fd-bdfb-106fe7ea4337","latitude":-1.0310064000000001005474814519402571022510528564453125,"longitude":37.0242544999999978472260409034788608551025390625,"site_id":4,"timestamp":"2026-07-10 12:56:34","worker_id":4},{"event_type":"gps","idempotency_key":"94163c1a-fbf0-4a91-816b-9105e3a18ebc","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:13:30","worker_id":5},{"event_type":"gps","idempotency_key":"a09cfbbc-df63-4568-b944-ea6af7ea0b58","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:18:59","worker_id":5},{"event_type":"gps","idempotency_key":"5eed4fbf-4321-4544-bdfc-8e892637c194","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:24:00","worker_id":5},{"event_type":"gps","idempotency_key":"abf18428-9802-47d4-8225-517e23ab7fe1","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:29:00","worker_id":5},{"event_type":"gps","idempotency_key":"0e80032a-8c3f-4c12-a9ef-e8917551642d","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:33:30","worker_id":5},{"event_type":"gps","idempotency_key":"6b6030bd-7bcf-4163-90cd-5f98c86b6e1a","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:38:30","worker_id":5},{"event_type":"gps","idempotency_key":"eedb048f-a177-4df9-bd7c-3205e1ffe71e","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:43:31","worker_id":5},{"event_type":"gps","idempotency_key":"c8279ed9-9db3-4c6a-ae6f-2b7f9f6f9b90","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:48:31","worker_id":5},{"event_type":"gps","idempotency_key":"05b77233-f032-4c35-a4da-676eb519107a","latitude":-1.0308710000000000928110921449842862784862518310546875,"longitude":37.0239207999999990761352819390594959259033203125,"site_id":4,"timestamp":"2026-07-10 13:57:26","worker_id":5}]  
[2026-07-10 13:58:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 63.540622222464m, Allowed: 50m.  
[2026-07-10 13:58:07] local.ERROR: ProcessSiteEvent: Failed to send geofence email alert. Error: Unable to connect with STARTTLS: stream_socket_enable_crypto(): Peer certificate CN=`autoconfig.server.venix.co.ke' did not match expected CN=`smtp.gmail.com'  
[2026-07-10 13:58:07] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Yusuf has EXITED the geofence at PROSEL HQ at 2026-07-10 12:08:55. Location: -1.0304938333333, 37.023676033333.  
[2026-07-10 13:58:07] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-07-10 13:58:07] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Yusuf exited PROSEL HQ.  
[2026-07-10 13:58:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 63.540622222464m, Allowed: 50m.  
[2026-07-10 13:58:07] local.ERROR: ProcessSiteEvent: Failed to send geofence email alert. Error: Unable to connect with STARTTLS: stream_socket_enable_crypto(): Peer certificate CN=`autoconfig.server.venix.co.ke' did not match expected CN=`smtp.gmail.com'  
[2026-07-10 13:58:07] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Yusuf has EXITED the geofence at PROSEL HQ at 2026-07-10 12:08:55. Location: -1.0304938333333, 37.023676033333.  
[2026-07-10 13:58:07] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-07-10 13:58:07] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Yusuf violated geofence and exited PROSEL HQ.  
[2026-07-10 13:58:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 75.561159289682m, Allowed: 50m.  
[2026-07-10 13:58:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1495.0220674897m, Allowed: 50m.  
[2026-07-10 13:58:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1508.7482157247m, Allowed: 50m.  
[2026-07-10 13:58:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1403.6894231739m, Allowed: 50m.  
[2026-07-10 13:58:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1511.132421141m, Allowed: 50m.  
[2026-07-10 13:58:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1403.6894231739m, Allowed: 50m.  
[2026-07-10 13:58:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1511.1156039103m, Allowed: 50m.  
[2026-07-10 13:58:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1513.9077230467m, Allowed: 50m.  
[2026-07-10 13:58:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1507.0910135041m, Allowed: 50m.  
[2026-07-10 13:58:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1513.0361699171m, Allowed: 50m.  
[2026-07-10 13:58:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1525.0032782983m, Allowed: 50m.  
[2026-07-10 13:58:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1403.6894231739m, Allowed: 50m.  
[2026-07-10 13:58:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1296.221910911m, Allowed: 50m.  
[2026-07-10 13:58:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 756.38249157047m, Allowed: 50m.  
[2026-07-10 13:58:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 87.632521911776m, Allowed: 50m.  
[2026-07-10 13:58:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 86.719669848364m, Allowed: 50m.  
[2026-07-10 13:58:08] local.ERROR: ProcessSiteEvent: Failed to send geofence email alert. Error: Unable to connect with STARTTLS: stream_socket_enable_crypto(): Peer certificate CN=`autoconfig.server.venix.co.ke' did not match expected CN=`smtp.gmail.com'  
[2026-07-10 13:58:08] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Yusuf has ENTERED the geofence at PROSEL HQ at 2026-07-10 12:52:07. Location: -1.0306968, 37.0238834.  
[2026-07-10 13:58:08] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-07-10 13:58:08] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Yusuf entered PROSEL HQ.  
[2026-07-10 13:58:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:04:33, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:05:04, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 63.540622222464m, Allowed: 50m.  
[2026-07-10 13:58:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:08:55, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:09] local.INFO: ProcessSiteEvent: Idempotency key 56f85561-8881-4287-a788-55ed1cb16a91 already processed. Skipping.  
[2026-07-10 13:58:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 75.561159289682m, Allowed: 50m.  
[2026-07-10 13:58:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:09:51, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1495.0220674897m, Allowed: 50m.  
[2026-07-10 13:58:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:14:18, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1508.7482157247m, Allowed: 50m.  
[2026-07-10 13:58:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:16:10, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1403.6894231739m, Allowed: 50m.  
[2026-07-10 13:58:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:21:37, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1511.132421141m, Allowed: 50m.  
[2026-07-10 13:58:09] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:21:40, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1403.6894231739m, Allowed: 50m.  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:22:07, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1511.1156039103m, Allowed: 50m.  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:22:27, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1513.9077230467m, Allowed: 50m.  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:28:41, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1507.0910135041m, Allowed: 50m.  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:32:15, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1513.0361699171m, Allowed: 50m.  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:37:45, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1525.0032782983m, Allowed: 50m.  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:41:22, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1403.6894231739m, Allowed: 50m.  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:42:42, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1296.221910911m, Allowed: 50m.  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:45:18, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 756.38249157047m, Allowed: 50m.  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:46:23, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 87.632521911776m, Allowed: 50m.  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:47:21, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 86.719669848364m, Allowed: 50m.  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:48:19, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:52:07, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Idempotency key cc29bd97-23dc-41ae-b2e5-4143d9f66108 already processed. Skipping.  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:53:35, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Idempotency key 03835fbb-690c-48fd-bdfb-106fe7ea4337 already processed. Skipping.  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:13:30, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cd426e01-6d1a-4979-96c6-27b182a1fa16","latitude":-1.030671499999999962682295517879538238048553466796875,"longitude":37.0239057000000002517481334507465362548828125,"site_id":4,"timestamp":"2026-07-10 12:04:33","worker_id":5},{"event_type":"gps","idempotency_key":"7c7c3fa6-bb67-444e-9157-4554f88bb499","latitude":-1.030661400000000060828142522950656712055206298828125,"longitude":37.02391709999999847013896214775741100311279296875,"site_id":4,"timestamp":"2026-07-10 12:05:04","worker_id":5},{"event_type":"gps","idempotency_key":"48d8908f-6bcd-4329-ae74-31ea6b0f4a77","latitude":-1.030493833333333331125913900905288755893707275390625,"longitude":37.0236760333333307926295674405992031097412109375,"site_id":4,"timestamp":"2026-07-10 12:08:55","worker_id":5},{"direction":"out","event_type":"geofence","idempotency_key":"56f85561-8881-4287-a788-55ed1cb16a91","latitude":-1.030493833333333331125913900905288755893707275390625,"longitude":37.0236760333333307926295674405992031097412109375,"site_id":4,"timestamp":"2026-07-10 12:08:55","worker_id":5},{"event_type":"gps","idempotency_key":"6fab708b-1574-4c45-b994-f4217cb09be0","latitude":-1.0303433166666666753741310458281077444553375244140625,"longitude":37.02382071666666973897008574567735195159912109375,"site_id":4,"timestamp":"2026-07-10 12:09:51","worker_id":5},{"event_type":"gps","idempotency_key":"9f4122a5-67ce-48a8-8076-2f794184807b","latitude":-1.03821098333333328156413699616678059101104736328125,"longitude":37.03526516666666879018521285615861415863037109375,"site_id":4,"timestamp":"2026-07-10 12:14:18","worker_id":5},{"event_type":"gps","idempotency_key":"8b3ec531-0e45-46b7-8a24-0729631e7367","latitude":-1.0381893833333333265755982210976071655750274658203125,"longitude":37.035424516666665795128210447728633880615234375,"site_id":4,"timestamp":"2026-07-10 12:16:10","worker_id":5},{"event_type":"gps","idempotency_key":"6f9bf78b-0584-4d47-9b6c-f9fbd8b5911a","latitude":-1.0383762000000000824684320832602679729461669921875,"longitude":37.03416320000000183654265129007399082183837890625,"site_id":4,"timestamp":"2026-07-10 12:21:37","worker_id":5},{"event_type":"gps","idempotency_key":"72ad8c0d-f75a-4cd4-b639-2f55ed929bd7","latitude":-1.0381764999999998355662000903976149857044219970703125,"longitude":37.035457766666667112076538614928722381591796875,"site_id":4,"timestamp":"2026-07-10 12:21:40","worker_id":5},{"event_type":"gps","idempotency_key":"d817968d-b99e-406f-9bfa-53a8523de098","latitude":-1.0383762000000000824684320832602679729461669921875,"longitude":37.03416320000000183654265129007399082183837890625,"site_id":4,"timestamp":"2026-07-10 12:22:07","worker_id":5},{"event_type":"gps","idempotency_key":"b454692b-973a-47c8-8801-2b9ec4283826","latitude":-1.0381762666666667360715337053989060223102569580078125,"longitude":37.03545773333333812615819624625146389007568359375,"site_id":4,"timestamp":"2026-07-10 12:22:27","worker_id":5},{"event_type":"gps","idempotency_key":"30132100-35dc-4d49-ac2e-a67de361a3a1","latitude":-1.038285216666666510576533255516551434993743896484375,"longitude":37.03541919999999976198523654602468013763427734375,"site_id":4,"timestamp":"2026-07-10 12:28:41","worker_id":5},{"event_type":"gps","idempotency_key":"5fff6941-b1d3-4c48-8e81-89c835729a30","latitude":-1.0381496333333333215165339424856938421726226806640625,"longitude":37.03543164999999959263732307590544223785400390625,"site_id":4,"timestamp":"2026-07-10 12:32:15","worker_id":5},{"event_type":"gps","idempotency_key":"86fe9e05-19bb-4cf4-95de-e1dd35d9a736","latitude":-1.03817670000000017438424038118682801723480224609375,"longitude":37.035477783333334400595049373805522918701171875,"site_id":4,"timestamp":"2026-07-10 12:37:45","worker_id":5},{"event_type":"gps","idempotency_key":"8217a354-1507-4e48-9557-fae08e531422","latitude":-1.038347016666666622342063419637270271778106689453125,"longitude":37.03549819999999925812517176382243633270263671875,"site_id":4,"timestamp":"2026-07-10 12:41:22","worker_id":5},{"event_type":"gps","idempotency_key":"cddcda3a-4207-467d-80aa-e201cb81d717","latitude":-1.0383762000000000824684320832602679729461669921875,"longitude":37.03416320000000183654265129007399082183837890625,"site_id":4,"timestamp":"2026-07-10 12:42:42","worker_id":5},{"event_type":"gps","idempotency_key":"993f6489-1014-40ba-8932-de08df525b54","latitude":-1.037963783333333278591226189746521413326263427734375,"longitude":37.0332676166666630024337791837751865386962890625,"site_id":4,"timestamp":"2026-07-10 12:45:18","worker_id":5},{"event_type":"gps","idempotency_key":"cc719dfc-e6d9-4231-9b4b-1d397b3c2535","latitude":-1.0354242833333333617673588378238491714000701904296875,"longitude":37.0290872166666673592771985568106174468994140625,"site_id":4,"timestamp":"2026-07-10 12:46:23","worker_id":5},{"event_type":"gps","idempotency_key":"75fa95aa-d55f-4837-a88e-2c1c0b46144e","latitude":-1.0305803166666664960615662494092248380184173583984375,"longitude":37.02456004999999805704646860249340534210205078125,"site_id":4,"timestamp":"2026-07-10 12:47:21","worker_id":5},{"event_type":"gps","idempotency_key":"8e36f798-3171-4ad4-a8e1-2d22966f3f97","latitude":-1.0303396666666666536826824085437692701816558837890625,"longitude":37.02351891666666716673717019148170948028564453125,"site_id":4,"timestamp":"2026-07-10 12:48:19","worker_id":5},{"event_type":"gps","idempotency_key":"c02cd1d4-f2a4-44fe-a4de-c0cf60e4ec75","latitude":-1.0306968000000000795779442341881804168224334716796875,"longitude":37.0238834000000025525878299959003925323486328125,"site_id":4,"timestamp":"2026-07-10 12:52:07","worker_id":5},{"direction":"in","event_type":"geofence","idempotency_key":"cc29bd97-23dc-41ae-b2e5-4143d9f66108","latitude":-1.0306968000000000795779442341881804168224334716796875,"longitude":37.0238834000000025525878299959003925323486328125,"site_id":4,"timestamp":"2026-07-10 12:52:07","worker_id":5},{"event_type":"gps","idempotency_key":"16e6070e-1d09-4026-950c-7af65ae25a3f","latitude":-1.0310064000000001005474814519402571022510528564453125,"longitude":37.0242544999999978472260409034788608551025390625,"site_id":4,"timestamp":"2026-07-10 12:53:35","worker_id":5},{"direction":"out","event_type":"ble","idempotency_key":"03835fbb-690c-48fd-bdfb-106fe7ea4337","latitude":-1.0310064000000001005474814519402571022510528564453125,"longitude":37.0242544999999978472260409034788608551025390625,"site_id":4,"timestamp":"2026-07-10 12:56:34","worker_id":4},{"event_type":"gps","idempotency_key":"94163c1a-fbf0-4a91-816b-9105e3a18ebc","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:13:30","worker_id":5},{"event_type":"gps","idempotency_key":"a09cfbbc-df63-4568-b944-ea6af7ea0b58","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:18:59","worker_id":5},{"event_type":"gps","idempotency_key":"5eed4fbf-4321-4544-bdfc-8e892637c194","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:24:00","worker_id":5},{"event_type":"gps","idempotency_key":"abf18428-9802-47d4-8225-517e23ab7fe1","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:29:00","worker_id":5},{"event_type":"gps","idempotency_key":"0e80032a-8c3f-4c12-a9ef-e8917551642d","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:33:30","worker_id":5},{"event_type":"gps","idempotency_key":"6b6030bd-7bcf-4163-90cd-5f98c86b6e1a","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:38:30","worker_id":5},{"event_type":"gps","idempotency_key":"eedb048f-a177-4df9-bd7c-3205e1ffe71e","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:43:31","worker_id":5},{"event_type":"gps","idempotency_key":"c8279ed9-9db3-4c6a-ae6f-2b7f9f6f9b90","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:48:31","worker_id":5},{"event_type":"gps","idempotency_key":"05b77233-f032-4c35-a4da-676eb519107a","latitude":-1.0308710000000000928110921449842862784862518310546875,"longitude":37.0239207999999990761352819390594959259033203125,"site_id":4,"timestamp":"2026-07-10 13:57:26","worker_id":5}]  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:18:59, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:10] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:24:00, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:29:00, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:11] local.INFO: SyncController: Event skipped. Idempotency key already processed: 56f85561-8881-4287-a788-55ed1cb16a91  
[2026-07-10 13:58:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:33:30, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:38:30, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:43:31, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:48:31, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:04:33, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:05:04, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 63.540622222464m, Allowed: 50m.  
[2026-07-10 13:58:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:08:55, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 75.561159289682m, Allowed: 50m.  
[2026-07-10 13:58:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:09:51, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1495.0220674897m, Allowed: 50m.  
[2026-07-10 13:58:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:14:18, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:11] local.INFO: SyncController: Event skipped. Idempotency key already processed: cc29bd97-23dc-41ae-b2e5-4143d9f66108  
[2026-07-10 13:58:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1508.7482157247m, Allowed: 50m.  
[2026-07-10 13:58:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:16:10, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:11] local.INFO: SyncController: Event skipped. Idempotency key already processed: 03835fbb-690c-48fd-bdfb-106fe7ea4337  
[2026-07-10 13:58:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1403.6894231739m, Allowed: 50m.  
[2026-07-10 13:58:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:21:37, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1511.132421141m, Allowed: 50m.  
[2026-07-10 13:58:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:21:40, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1403.6894231739m, Allowed: 50m.  
[2026-07-10 13:58:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:22:07, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1511.1156039103m, Allowed: 50m.  
[2026-07-10 13:58:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:22:27, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1513.9077230467m, Allowed: 50m.  
[2026-07-10 13:58:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:28:41, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1507.0910135041m, Allowed: 50m.  
[2026-07-10 13:58:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:32:15, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1513.0361699171m, Allowed: 50m.  
[2026-07-10 13:58:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:37:45, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1525.0032782983m, Allowed: 50m.  
[2026-07-10 13:58:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:41:22, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1403.6894231739m, Allowed: 50m.  
[2026-07-10 13:58:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:42:42, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1296.221910911m, Allowed: 50m.  
[2026-07-10 13:58:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:45:18, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 756.38249157047m, Allowed: 50m.  
[2026-07-10 13:58:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:46:23, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 87.632521911776m, Allowed: 50m.  
[2026-07-10 13:58:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:47:21, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 86.719669848364m, Allowed: 50m.  
[2026-07-10 13:58:12] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:48:19, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:52:07, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:53:35, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:13:30, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:18:59, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:24:00, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:29:00, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:33:30, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:38:30, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:43:31, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:13] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:48:31, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:58:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cd426e01-6d1a-4979-96c6-27b182a1fa16","latitude":-1.030671499999999962682295517879538238048553466796875,"longitude":37.0239057000000002517481334507465362548828125,"site_id":4,"timestamp":"2026-07-10 12:04:33","worker_id":5},{"event_type":"gps","idempotency_key":"7c7c3fa6-bb67-444e-9157-4554f88bb499","latitude":-1.030661400000000060828142522950656712055206298828125,"longitude":37.02391709999999847013896214775741100311279296875,"site_id":4,"timestamp":"2026-07-10 12:05:04","worker_id":5},{"event_type":"gps","idempotency_key":"48d8908f-6bcd-4329-ae74-31ea6b0f4a77","latitude":-1.030493833333333331125913900905288755893707275390625,"longitude":37.0236760333333307926295674405992031097412109375,"site_id":4,"timestamp":"2026-07-10 12:08:55","worker_id":5},{"direction":"out","event_type":"geofence","idempotency_key":"56f85561-8881-4287-a788-55ed1cb16a91","latitude":-1.030493833333333331125913900905288755893707275390625,"longitude":37.0236760333333307926295674405992031097412109375,"site_id":4,"timestamp":"2026-07-10 12:08:55","worker_id":5},{"event_type":"gps","idempotency_key":"6fab708b-1574-4c45-b994-f4217cb09be0","latitude":-1.0303433166666666753741310458281077444553375244140625,"longitude":37.02382071666666973897008574567735195159912109375,"site_id":4,"timestamp":"2026-07-10 12:09:51","worker_id":5},{"event_type":"gps","idempotency_key":"9f4122a5-67ce-48a8-8076-2f794184807b","latitude":-1.03821098333333328156413699616678059101104736328125,"longitude":37.03526516666666879018521285615861415863037109375,"site_id":4,"timestamp":"2026-07-10 12:14:18","worker_id":5},{"event_type":"gps","idempotency_key":"8b3ec531-0e45-46b7-8a24-0729631e7367","latitude":-1.0381893833333333265755982210976071655750274658203125,"longitude":37.035424516666665795128210447728633880615234375,"site_id":4,"timestamp":"2026-07-10 12:16:10","worker_id":5},{"event_type":"gps","idempotency_key":"6f9bf78b-0584-4d47-9b6c-f9fbd8b5911a","latitude":-1.0383762000000000824684320832602679729461669921875,"longitude":37.03416320000000183654265129007399082183837890625,"site_id":4,"timestamp":"2026-07-10 12:21:37","worker_id":5},{"event_type":"gps","idempotency_key":"72ad8c0d-f75a-4cd4-b639-2f55ed929bd7","latitude":-1.0381764999999998355662000903976149857044219970703125,"longitude":37.035457766666667112076538614928722381591796875,"site_id":4,"timestamp":"2026-07-10 12:21:40","worker_id":5},{"event_type":"gps","idempotency_key":"d817968d-b99e-406f-9bfa-53a8523de098","latitude":-1.0383762000000000824684320832602679729461669921875,"longitude":37.03416320000000183654265129007399082183837890625,"site_id":4,"timestamp":"2026-07-10 12:22:07","worker_id":5},{"event_type":"gps","idempotency_key":"b454692b-973a-47c8-8801-2b9ec4283826","latitude":-1.0381762666666667360715337053989060223102569580078125,"longitude":37.03545773333333812615819624625146389007568359375,"site_id":4,"timestamp":"2026-07-10 12:22:27","worker_id":5},{"event_type":"gps","idempotency_key":"30132100-35dc-4d49-ac2e-a67de361a3a1","latitude":-1.038285216666666510576533255516551434993743896484375,"longitude":37.03541919999999976198523654602468013763427734375,"site_id":4,"timestamp":"2026-07-10 12:28:41","worker_id":5},{"event_type":"gps","idempotency_key":"5fff6941-b1d3-4c48-8e81-89c835729a30","latitude":-1.0381496333333333215165339424856938421726226806640625,"longitude":37.03543164999999959263732307590544223785400390625,"site_id":4,"timestamp":"2026-07-10 12:32:15","worker_id":5},{"event_type":"gps","idempotency_key":"86fe9e05-19bb-4cf4-95de-e1dd35d9a736","latitude":-1.03817670000000017438424038118682801723480224609375,"longitude":37.035477783333334400595049373805522918701171875,"site_id":4,"timestamp":"2026-07-10 12:37:45","worker_id":5},{"event_type":"gps","idempotency_key":"8217a354-1507-4e48-9557-fae08e531422","latitude":-1.038347016666666622342063419637270271778106689453125,"longitude":37.03549819999999925812517176382243633270263671875,"site_id":4,"timestamp":"2026-07-10 12:41:22","worker_id":5},{"event_type":"gps","idempotency_key":"cddcda3a-4207-467d-80aa-e201cb81d717","latitude":-1.0383762000000000824684320832602679729461669921875,"longitude":37.03416320000000183654265129007399082183837890625,"site_id":4,"timestamp":"2026-07-10 12:42:42","worker_id":5},{"event_type":"gps","idempotency_key":"993f6489-1014-40ba-8932-de08df525b54","latitude":-1.037963783333333278591226189746521413326263427734375,"longitude":37.0332676166666630024337791837751865386962890625,"site_id":4,"timestamp":"2026-07-10 12:45:18","worker_id":5},{"event_type":"gps","idempotency_key":"cc719dfc-e6d9-4231-9b4b-1d397b3c2535","latitude":-1.0354242833333333617673588378238491714000701904296875,"longitude":37.0290872166666673592771985568106174468994140625,"site_id":4,"timestamp":"2026-07-10 12:46:23","worker_id":5},{"event_type":"gps","idempotency_key":"75fa95aa-d55f-4837-a88e-2c1c0b46144e","latitude":-1.0305803166666664960615662494092248380184173583984375,"longitude":37.02456004999999805704646860249340534210205078125,"site_id":4,"timestamp":"2026-07-10 12:47:21","worker_id":5},{"event_type":"gps","idempotency_key":"8e36f798-3171-4ad4-a8e1-2d22966f3f97","latitude":-1.0303396666666666536826824085437692701816558837890625,"longitude":37.02351891666666716673717019148170948028564453125,"site_id":4,"timestamp":"2026-07-10 12:48:19","worker_id":5},{"event_type":"gps","idempotency_key":"c02cd1d4-f2a4-44fe-a4de-c0cf60e4ec75","latitude":-1.0306968000000000795779442341881804168224334716796875,"longitude":37.0238834000000025525878299959003925323486328125,"site_id":4,"timestamp":"2026-07-10 12:52:07","worker_id":5},{"direction":"in","event_type":"geofence","idempotency_key":"cc29bd97-23dc-41ae-b2e5-4143d9f66108","latitude":-1.0306968000000000795779442341881804168224334716796875,"longitude":37.0238834000000025525878299959003925323486328125,"site_id":4,"timestamp":"2026-07-10 12:52:07","worker_id":5},{"event_type":"gps","idempotency_key":"16e6070e-1d09-4026-950c-7af65ae25a3f","latitude":-1.0310064000000001005474814519402571022510528564453125,"longitude":37.0242544999999978472260409034788608551025390625,"site_id":4,"timestamp":"2026-07-10 12:53:35","worker_id":5},{"direction":"out","event_type":"ble","idempotency_key":"03835fbb-690c-48fd-bdfb-106fe7ea4337","latitude":-1.0310064000000001005474814519402571022510528564453125,"longitude":37.0242544999999978472260409034788608551025390625,"site_id":4,"timestamp":"2026-07-10 12:56:34","worker_id":4},{"event_type":"gps","idempotency_key":"94163c1a-fbf0-4a91-816b-9105e3a18ebc","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:13:30","worker_id":5},{"event_type":"gps","idempotency_key":"a09cfbbc-df63-4568-b944-ea6af7ea0b58","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:18:59","worker_id":5},{"event_type":"gps","idempotency_key":"5eed4fbf-4321-4544-bdfc-8e892637c194","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:24:00","worker_id":5},{"event_type":"gps","idempotency_key":"abf18428-9802-47d4-8225-517e23ab7fe1","latitude":-1.03089940000000002129354470525868237018585205078125,"longitude":37.023992800000002034721546806395053863525390625,"site_id":4,"timestamp":"2026-07-10 13:29:00","worker_id":5},{"event_type":"gps","idempotency_key":"0e80032a-8c3f-4c12-a9ef-e8917551642d","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:33:30","worker_id":5},{"event_type":"gps","idempotency_key":"6b6030bd-7bcf-4163-90cd-5f98c86b6e1a","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:38:30","worker_id":5},{"event_type":"gps","idempotency_key":"eedb048f-a177-4df9-bd7c-3205e1ffe71e","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:43:31","worker_id":5},{"event_type":"gps","idempotency_key":"c8279ed9-9db3-4c6a-ae6f-2b7f9f6f9b90","latitude":-1.0309340000000000170388148035272024571895599365234375,"longitude":37.02413299999999907186065684072673320770263671875,"site_id":4,"timestamp":"2026-07-10 13:48:31","worker_id":5},{"event_type":"gps","idempotency_key":"05b77233-f032-4c35-a4da-676eb519107a","latitude":-1.0308710000000000928110921449842862784862518310546875,"longitude":37.0239207999999990761352819390594959259033203125,"site_id":4,"timestamp":"2026-07-10 13:57:26","worker_id":5}]  
[2026-07-10 13:58:17] local.INFO: SyncController: Event skipped. Idempotency key already processed: 56f85561-8881-4287-a788-55ed1cb16a91  
[2026-07-10 13:58:17] local.INFO: SyncController: Event skipped. Idempotency key already processed: cc29bd97-23dc-41ae-b2e5-4143d9f66108  
[2026-07-10 13:58:17] local.INFO: SyncController: Event skipped. Idempotency key already processed: 03835fbb-690c-48fd-bdfb-106fe7ea4337  
[2026-07-10 13:59:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:04:33, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:05:04, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 63.540622222464m, Allowed: 50m.  
[2026-07-10 13:59:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:08:55, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 75.561159289682m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:09:51, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1495.0220674897m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:14:18, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1508.7482157247m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:16:10, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1403.6894231739m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:21:37, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1511.132421141m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:21:40, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1403.6894231739m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:22:07, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1511.1156039103m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:22:27, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1513.9077230467m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:28:41, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1507.0910135041m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:32:15, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1513.0361699171m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:37:45, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1525.0032782983m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:41:22, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1403.6894231739m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:42:42, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 1296.221910911m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:45:18, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 756.38249157047m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:46:23, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 87.632521911776m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:47:21, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 86.719669848364m, Allowed: 50m.  
[2026-07-10 13:59:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:48:19, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:52:07, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 12:53:35, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:13:30, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:18:59, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:24:00, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:29:00, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:33:30, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:38:30, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:43:31, DB newer: 2026-07-10 13:57:26  
[2026-07-10 13:59:08] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 13:48:31, DB newer: 2026-07-10 13:57:26  
[2026-07-10 14:15:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"030209eb-34a4-4b53-b0f8-3dd004319ac3","latitude":-1.0308710000000000928110921449842862784862518310546875,"longitude":37.0239207999999990761352819390594959259033203125,"site_id":4,"timestamp":"2026-07-10 14:15:00","worker_id":5}]  
[2026-07-10 14:15:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"030209eb-34a4-4b53-b0f8-3dd004319ac3","latitude":-1.0308710000000000928110921449842862784862518310546875,"longitude":37.0239207999999990761352819390594959259033203125,"site_id":4,"timestamp":"2026-07-10 14:15:00","worker_id":5}]  
[2026-07-10 15:13:14] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"386db633-87e5-4acb-81fb-ec91615f2c12","latitude":-1.0308710000000000928110921449842862784862518310546875,"longitude":37.0239207999999990761352819390594959259033203125,"site_id":4,"timestamp":"2026-07-10 14:31:03","worker_id":4},{"event_type":"gps","idempotency_key":"11eca0fd-b3ef-49aa-96c2-1b9a6402b39f","latitude":-1.0310007999999999395157601611572317779064178466796875,"longitude":37.0242391999999966856194077990949153900146484375,"site_id":4,"timestamp":"2026-07-10 14:45:31","worker_id":5},{"event_type":"gps","idempotency_key":"f24c7931-bfb3-43e5-92d1-6764a86aa321","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":4,"timestamp":"2026-07-10 15:12:19","worker_id":5}]  
[2026-07-10 15:13:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"04b6aa23-e27f-4ecb-8863-8f3ab360d4d9","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":3,"timestamp":"2026-07-10 15:13:16","worker_id":1}]  
[2026-07-10 15:13:17] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"26272766-9844-4240-91bd-efc2edc19949","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":4,"timestamp":"2026-07-10 15:13:16","worker_id":1}]  
[2026-07-10 15:13:19] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"ae7ec4f3-44a9-400b-bb44-12b458f80d96","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"rssi":-46,"site_id":4,"timestamp":"2026-07-10 15:13:18","worker_id":4}]  
[2026-07-10 15:13:22] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"6120a398-2850-428b-a15d-82ac9b9fd03d","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"rssi":-46,"site_id":4,"timestamp":"2026-07-10 15:13:21","worker_id":3}]  
[2026-07-10 15:13:23] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"386db633-87e5-4acb-81fb-ec91615f2c12","latitude":-1.0308710000000000928110921449842862784862518310546875,"longitude":37.0239207999999990761352819390594959259033203125,"site_id":4,"timestamp":"2026-07-10 14:31:03","worker_id":4},{"event_type":"gps","idempotency_key":"11eca0fd-b3ef-49aa-96c2-1b9a6402b39f","latitude":-1.0310007999999999395157601611572317779064178466796875,"longitude":37.0242391999999966856194077990949153900146484375,"site_id":4,"timestamp":"2026-07-10 14:45:31","worker_id":5},{"event_type":"gps","idempotency_key":"f24c7931-bfb3-43e5-92d1-6764a86aa321","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":4,"timestamp":"2026-07-10 15:12:19","worker_id":5}]  
[2026-07-10 15:13:50] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"dd3acb93-2b65-4549-97e1-162f0f87c5a6","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":4,"timestamp":"2026-07-10 15:13:48","worker_id":4}]  
[2026-07-10 15:13:52] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"26d4137e-e444-44b3-9eba-3a445fb59de9","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":4,"timestamp":"2026-07-10 15:13:51","worker_id":3}]  
[2026-07-10 15:14:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273224.67987093m, Allowed: 200m.  
[2026-07-10 15:14:10] local.ERROR: ProcessSiteEvent: Failed to send geofence email alert. Error: Connection could not be established with host "mail.echosignsltd.com:456": stream_socket_client(): Unable to connect to mail.echosignsltd.com:456 (Connection refused)  
[2026-07-10 15:14:10] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker John Muite has EXITED the geofence at Kisumu Highway Bypass at 2026-07-10 15:13:16. Location: -1.0309734, 37.0241116.  
[2026-07-10 15:14:10] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-07-10 15:14:10] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker John Muite exited Kisumu Highway Bypass.  
[2026-07-10 15:14:10] local.ERROR: ProcessSiteEvent: Failed to send geofence email alert. Error: Connection could not be established with host "mail.echosignsltd.com:456": stream_socket_client(): Unable to connect to mail.echosignsltd.com:456 (Connection refused)  
[2026-07-10 15:14:10] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker John Muite has ENTERED the geofence at PROSEL HQ at 2026-07-10 15:13:16. Location: -1.0309734, 37.0241116.  
[2026-07-10 15:14:10] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-07-10 15:14:10] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker John Muite entered PROSEL HQ.  
[2026-07-10 15:14:11] local.INFO: ProcessSiteEvent: Idempotency key 386db633-87e5-4acb-81fb-ec91615f2c12 already processed. Skipping.  
[2026-07-10 15:14:11] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 14:45:31, DB newer: 2026-07-10 15:12:19  
[2026-07-10 15:18:23] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"a1357827-667b-468b-a072-24662d15a185","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"rssi":-69,"site_id":4,"timestamp":"2026-07-10 15:18:18","worker_id":3},{"direction":"in","event_type":"ble","idempotency_key":"994d1d9a-d1c1-4a2a-8e22-24e68cc82923","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"rssi":-76,"site_id":4,"timestamp":"2026-07-10 15:18:18","worker_id":4}]  
[2026-07-10 15:18:25] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"a1357827-667b-468b-a072-24662d15a185","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"rssi":-69,"site_id":4,"timestamp":"2026-07-10 15:18:18","worker_id":3},{"direction":"in","event_type":"ble","idempotency_key":"994d1d9a-d1c1-4a2a-8e22-24e68cc82923","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"rssi":-76,"site_id":4,"timestamp":"2026-07-10 15:18:18","worker_id":4},{"event_type":"gps","idempotency_key":"5b90b821-7364-4023-8094-f03c1288a8cb","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":3,"timestamp":"2026-07-10 15:18:22","worker_id":1}]  
[2026-07-10 15:18:25] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"a1357827-667b-468b-a072-24662d15a185","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"rssi":-69,"site_id":4,"timestamp":"2026-07-10 15:18:18","worker_id":3},{"direction":"in","event_type":"ble","idempotency_key":"994d1d9a-d1c1-4a2a-8e22-24e68cc82923","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"rssi":-76,"site_id":4,"timestamp":"2026-07-10 15:18:18","worker_id":4},{"event_type":"gps","idempotency_key":"5b90b821-7364-4023-8094-f03c1288a8cb","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":3,"timestamp":"2026-07-10 15:18:22","worker_id":1}]  
[2026-07-10 15:18:32] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"a1357827-667b-468b-a072-24662d15a185","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"rssi":-69,"site_id":4,"timestamp":"2026-07-10 15:18:18","worker_id":3}]  
[2026-07-10 15:18:34] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"14b52365-b13d-4167-b753-7f731b2b6db4","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":4,"timestamp":"2026-07-10 15:18:31","worker_id":3}]  
[2026-07-10 15:18:51] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"a1068074-997d-4b25-8359-bdba8f7b7c9a","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":4,"timestamp":"2026-07-10 15:18:48","worker_id":4}]  
[2026-07-10 15:19:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273224.67987093m, Allowed: 200m.  
[2026-07-10 15:19:09] local.ERROR: ProcessSiteEvent: Failed to send geofence email alert. Error: Connection could not be established with host "mail.echosignsltd.com:456": stream_socket_client(): Unable to connect to mail.echosignsltd.com:456 (Connection refused)  
[2026-07-10 15:19:09] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker John Muite has EXITED the geofence at Kisumu Highway Bypass at 2026-07-10 15:18:22. Location: -1.0309734, 37.0241116.  
[2026-07-10 15:19:09] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-07-10 15:19:09] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker John Muite exited Kisumu Highway Bypass.  
[2026-07-10 15:19:10] local.INFO: ProcessSiteEvent: Idempotency key a1357827-667b-468b-a072-24662d15a185 already processed. Skipping.  
[2026-07-10 15:26:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"57f818f9-6044-40ee-86d9-975e6a31f146","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":3,"timestamp":"2026-07-10 15:26:33","worker_id":1}]  
[2026-07-10 15:27:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"57f818f9-6044-40ee-86d9-975e6a31f146","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":3,"timestamp":"2026-07-10 15:26:33","worker_id":1}]  
[2026-07-10 15:27:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273224.67987093m, Allowed: 200m.  
[2026-07-10 15:27:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273224.67987093m, Allowed: 200m.  
[2026-07-10 15:27:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1e1faff0-54cf-42b9-9dd9-0ae3bd0ef3e8","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":3,"timestamp":"2026-07-10 15:27:33","worker_id":4}]  
[2026-07-10 15:27:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1e1faff0-54cf-42b9-9dd9-0ae3bd0ef3e8","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":3,"timestamp":"2026-07-10 15:27:33","worker_id":4}]  
[2026-07-10 15:27:37] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"88cc17a2-2f04-41bc-9fc5-e0aec87966e4","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":4,"timestamp":"2026-07-10 15:27:37","worker_id":4}]  
[2026-07-10 15:28:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 4 at site 3. Distance: 273224.67987093m, Allowed: 200m.  
[2026-07-10 15:28:04] local.ERROR: ProcessSiteEvent: Failed to send geofence email alert. Error: Connection could not be established with host "mail.echosignsltd.com:456": stream_socket_client(): Unable to connect to mail.echosignsltd.com:456 (Connection refused)  
[2026-07-10 15:28:04] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Joseph Omondi has EXITED the geofence at Kisumu Highway Bypass at 2026-07-10 15:27:33. Location: -1.0309734, 37.0241116.  
[2026-07-10 15:28:04] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-07-10 15:28:04] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Joseph Omondi exited Kisumu Highway Bypass.  
[2026-07-10 15:28:05] local.ERROR: ProcessSiteEvent: Failed to send geofence email alert. Error: Connection could not be established with host "mail.echosignsltd.com:456": stream_socket_client(): Unable to connect to mail.echosignsltd.com:456 (Connection refused)  
[2026-07-10 15:28:05] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Joseph Omondi has ENTERED the geofence at PROSEL HQ at 2026-07-10 15:27:37. Location: -1.0309734, 37.0241116.  
[2026-07-10 15:28:05] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-07-10 15:28:05] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Joseph Omondi entered PROSEL HQ.  
[2026-07-10 15:28:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"35af648c-433c-40eb-820a-879d848cdcce","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":3,"timestamp":"2026-07-10 15:28:03","worker_id":1}]  
[2026-07-10 15:28:06] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"98a55a66-49b2-43de-a881-579d2b017c3d","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":4,"timestamp":"2026-07-10 15:28:06","worker_id":1}]  
[2026-07-10 15:28:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"29638ae0-ecb2-4d33-8070-046f0ef99848","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":4,"timestamp":"2026-07-10 15:28:33","worker_id":3}]  
[2026-07-10 15:28:35] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"geofence","idempotency_key":"1c80c0f6-0b39-4ac9-8c1e-c6d57b9f46a1","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":4,"timestamp":"2026-07-10 15:28:34","worker_id":3}]  
[2026-07-10 15:29:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 273224.67987093m, Allowed: 200m.  
[2026-07-10 15:29:03] local.ERROR: ProcessSiteEvent: Failed to send geofence email alert. Error: Connection could not be established with host "mail.echosignsltd.com:456": stream_socket_client(): Unable to connect to mail.echosignsltd.com:456 (Connection refused)  
[2026-07-10 15:29:03] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker John Muite has ENTERED the geofence at PROSEL HQ at 2026-07-10 15:28:06. Location: -1.0309734, 37.0241116.  
[2026-07-10 15:29:03] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-07-10 15:29:03] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker John Muite entered PROSEL HQ.  
[2026-07-10 15:30:16] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"ccb080be-45b5-4b69-9a4b-9edeaf1fd5eb","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"rssi":-54,"site_id":4,"timestamp":"2026-07-10 15:30:12","worker_id":5}]  
[2026-07-10 15:30:44] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"8ca1f467-06d9-44e3-856c-239c24296c61","latitude":-1.0309733999999999287666696545784361660480499267578125,"longitude":37.024111599999997679333318956196308135986328125,"site_id":4,"timestamp":"2026-07-10 15:30:42","worker_id":5}]  
[2026-07-10 15:32:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cbf36830-3753-47de-a74a-f29ae7e2c0a5","latitude":-1.0346040000000000791402499089599587023258209228515625,"longitude":37.0287952999999987468981998972594738006591796875,"site_id":4,"timestamp":"2026-07-10 15:32:47","worker_id":3}]  
[2026-07-10 15:32:55] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"geofence","idempotency_key":"51f7d8ec-c058-4638-9e77-27db283fb69d","latitude":-1.0346040000000000791402499089599587023258209228515625,"longitude":37.0287952999999987468981998972594738006591796875,"site_id":4,"timestamp":"2026-07-10 15:32:54","worker_id":3}]  
[2026-07-10 15:33:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 4. Distance: 674.31485335456m, Allowed: 50m.  
[2026-07-10 15:33:04] local.ERROR: ProcessSiteEvent: Failed to send geofence email alert. Error: Connection could not be established with host "mail.echosignsltd.com:456": stream_socket_client(): Unable to connect to mail.echosignsltd.com:456 (Connection refused)  
[2026-07-10 15:33:04] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Moses Mwaniki has EXITED the geofence at PROSEL HQ at 2026-07-10 15:32:47. Location: -1.034604, 37.0287953.  
[2026-07-10 15:33:04] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-07-10 15:33:04] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Moses Mwaniki exited PROSEL HQ.  
[2026-07-10 15:33:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 3 at site 4. Distance: 674.31485335456m, Allowed: 50m.  
[2026-07-10 15:33:04] local.ERROR: ProcessSiteEvent: Failed to send geofence email alert. Error: Connection could not be established with host "mail.echosignsltd.com:456": stream_socket_client(): Unable to connect to mail.echosignsltd.com:456 (Connection refused)  
[2026-07-10 15:33:04] local.INFO: SMS Sandbox: To: +254700000000, Message: Alert: Worker Moses Mwaniki has EXITED the geofence at PROSEL HQ at 2026-07-10 15:32:54. Location: -1.034604, 37.0287953.  
[2026-07-10 15:33:04] local.INFO: ProcessSiteEvent: SMS alert successfully sent to admin.  
[2026-07-10 15:33:04] local.INFO: ProcessSiteEvent: Geofence alert processing completed for worker Moses Mwaniki violated geofence and exited PROSEL HQ.  
[2026-07-10 15:33:13] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"ac73fce9-2103-4f00-a091-13fa4480709d","latitude":-1.0346040000000000791402499089599587023258209228515625,"longitude":37.0287952999999987468981998972594738006591796875,"rssi":-51,"site_id":4,"timestamp":"2026-07-10 15:33:11","worker_id":5}]  
[2026-07-10 15:33:17] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"ac73fce9-2103-4f00-a091-13fa4480709d","latitude":-1.0346040000000000791402499089599587023258209228515625,"longitude":37.0287952999999987468981998972594738006591796875,"rssi":-51,"site_id":4,"timestamp":"2026-07-10 15:33:11","worker_id":5},{"direction":"out","event_type":"ble","idempotency_key":"f7a10192-6c89-4465-99a9-9b0931f8e971","latitude":-1.0346040000000000791402499089599587023258209228515625,"longitude":37.0287952999999987468981998972594738006591796875,"site_id":4,"timestamp":"2026-07-10 15:33:13","worker_id":5}]  
[2026-07-10 15:33:21] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"f7a10192-6c89-4465-99a9-9b0931f8e971","latitude":-1.0346040000000000791402499089599587023258209228515625,"longitude":37.0287952999999987468981998972594738006591796875,"site_id":4,"timestamp":"2026-07-10 15:33:13","worker_id":5},{"direction":"in","event_type":"ble","idempotency_key":"d87b4156-b257-4105-b718-30e4084895d6","latitude":-1.0346040000000000791402499089599587023258209228515625,"longitude":37.0287952999999987468981998972594738006591796875,"rssi":-51,"site_id":4,"timestamp":"2026-07-10 15:33:20","worker_id":5}]  
[2026-07-10 15:33:53] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"ad29caf2-1cfe-4ec4-a09d-9c802e1fd632","latitude":-1.0346040000000000791402499089599587023258209228515625,"longitude":37.0287952999999987468981998972594738006591796875,"site_id":4,"timestamp":"2026-07-10 15:33:50","worker_id":5}]  
[2026-07-10 15:34:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 674.31485335456m, Allowed: 50m.  
[2026-07-10 15:34:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 674.31485335456m, Allowed: 50m.  
[2026-07-10 15:34:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 674.31485335456m, Allowed: 50m.  
[2026-07-10 15:34:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 5 at site 4. Distance: 674.31485335456m, Allowed: 50m.  
[2026-07-10 18:59:57] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"in","event_type":"ble","idempotency_key":"855eeb29-8a44-4c20-9766-103cda9bf311","rssi":-35,"site_id":3,"timestamp":"2026-07-10 18:59:56","worker_id":4}]  
[2026-07-10 19:00:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"be3f478d-8708-46ba-a097-5a23d286ef5e","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-10 19:00:01","worker_id":1}]  
[2026-07-10 19:00:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-10 19:00:11] local.INFO: ProcessSiteEvent: Geofence alert skipped. Event time 19:00 is outside work hours 08:00-17:00 for site Kisumu Highway Bypass.  
[2026-07-10 19:00:12] local.DEBUG: SyncController: Received bulk sync events: [{"direction":"out","event_type":"ble","idempotency_key":"1442bb65-96ad-440b-9e48-01fe41cb1baa","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-10 19:00:10","worker_id":4}]  
[2026-07-10 19:01:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 4 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-10 19:17:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c2b5424f-3ab9-473e-9c19-7e3be1f22329","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-10 19:17:37","worker_id":1}]  
[2026-07-10 19:18:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-10 19:48:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"36f70ce1-9b26-4295-9020-498e5527f013","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-10 19:48:09","worker_id":1}]  
[2026-07-10 19:49:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-10 20:12:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"058ef59b-7b2a-4ad8-a68a-d71cc0d9c838","latitude":-1.29556219999999999714646037318743765354156494140625,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 20:12:43","worker_id":1}]  
[2026-07-10 20:13:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.30623774m, Allowed: 200m.  
[2026-07-10 20:29:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"23230ac5-fde3-4b64-915d-a41e32ac8c4b","latitude":-1.29556219999999999714646037318743765354156494140625,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 20:29:43","worker_id":1}]  
[2026-07-10 20:30:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.30623774m, Allowed: 200m.  
[2026-07-10 21:00:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"86f997c8-6887-432f-8ce6-d75af38f3436","latitude":-1.295565499999999925506699582911096513271331787109375,"longitude":37.03083159999999907086021266877651214599609375,"site_id":3,"timestamp":"2026-07-10 21:00:16","worker_id":1}]  
[2026-07-10 21:01:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.59467599m, Allowed: 200m.  
[2026-07-10 21:52:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"de57fc63-17fc-4e22-9521-36fe5830a4a4","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 21:50:09","worker_id":1},{"event_type":"gps","idempotency_key":"30a48e8c-4743-48e5-a003-25faefd5c34e","latitude":-1.29456959999999998700559444841928780078887939453125,"longitude":37.03053041666667155595860094763338565826416015625,"site_id":3,"timestamp":"2026-07-10 21:51:28","worker_id":1}]  
[2026-07-10 21:52:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 21:52:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286245.56253682m, Allowed: 200m.  
[2026-07-10 21:52:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"de57fc63-17fc-4e22-9521-36fe5830a4a4","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 21:50:09","worker_id":1},{"event_type":"gps","idempotency_key":"30a48e8c-4743-48e5-a003-25faefd5c34e","latitude":-1.29456959999999998700559444841928780078887939453125,"longitude":37.03053041666667155595860094763338565826416015625,"site_id":3,"timestamp":"2026-07-10 21:51:28","worker_id":1}]  
[2026-07-10 21:52:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"560e4812-aa76-441c-8b15-fd166b527b6d","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 21:52:15","worker_id":1}]  
[2026-07-10 21:53:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 21:53:07] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 21:50:09, DB newer: 2026-07-10 21:51:28  
[2026-07-10 21:53:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286245.56253682m, Allowed: 200m.  
[2026-07-10 21:53:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29028675m, Allowed: 200m.  
[2026-07-10 21:55:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8eabf8c6-65ea-4c95-983b-99134b4301ea","latitude":-1.295511516666666640418270617374219000339508056640625,"longitude":37.0306521166666726685434696264564990997314453125,"site_id":3,"timestamp":"2026-07-10 21:54:07","worker_id":1}]  
[2026-07-10 21:55:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286306.13490265m, Allowed: 200m.  
[2026-07-10 21:56:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a4804f0e-494f-4e63-bfb8-b363aafa5192","latitude":-1.29556190000000004403091224958188831806182861328125,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 21:55:23","worker_id":1}]  
[2026-07-10 21:56:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a4804f0e-494f-4e63-bfb8-b363aafa5192","latitude":-1.29556190000000004403091224958188831806182861328125,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 21:55:23","worker_id":1},{"event_type":"gps","idempotency_key":"ad6c3a89-90f9-4e14-8d65-dd428529cb42","latitude":-1.298793533333333360957340119057334959506988525390625,"longitude":37.03252359999999754336386104114353656768798828125,"site_id":3,"timestamp":"2026-07-10 21:55:49","worker_id":1}]  
[2026-07-10 21:56:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a4804f0e-494f-4e63-bfb8-b363aafa5192","latitude":-1.29556190000000004403091224958188831806182861328125,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 21:55:23","worker_id":1},{"event_type":"gps","idempotency_key":"ad6c3a89-90f9-4e14-8d65-dd428529cb42","latitude":-1.298793533333333360957340119057334959506988525390625,"longitude":37.03252359999999754336386104114353656768798828125,"site_id":3,"timestamp":"2026-07-10 21:55:49","worker_id":1},{"event_type":"gps","idempotency_key":"8741e699-43d2-4d5b-bee2-c942bea56e9e","latitude":-1.29556190000000004403091224958188831806182861328125,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 21:55:51","worker_id":1}]  
[2026-07-10 21:56:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a4804f0e-494f-4e63-bfb8-b363aafa5192","latitude":-1.29556190000000004403091224958188831806182861328125,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 21:55:23","worker_id":1},{"event_type":"gps","idempotency_key":"ad6c3a89-90f9-4e14-8d65-dd428529cb42","latitude":-1.298793533333333360957340119057334959506988525390625,"longitude":37.03252359999999754336386104114353656768798828125,"site_id":3,"timestamp":"2026-07-10 21:55:49","worker_id":1},{"event_type":"gps","idempotency_key":"8741e699-43d2-4d5b-bee2-c942bea56e9e","latitude":-1.29556190000000004403091224958188831806182861328125,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 21:55:51","worker_id":1}]  
[2026-07-10 21:56:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a4804f0e-494f-4e63-bfb8-b363aafa5192","latitude":-1.29556190000000004403091224958188831806182861328125,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 21:55:23","worker_id":1},{"event_type":"gps","idempotency_key":"ad6c3a89-90f9-4e14-8d65-dd428529cb42","latitude":-1.298793533333333360957340119057334959506988525390625,"longitude":37.03252359999999754336386104114353656768798828125,"site_id":3,"timestamp":"2026-07-10 21:55:49","worker_id":1},{"event_type":"gps","idempotency_key":"8741e699-43d2-4d5b-bee2-c942bea56e9e","latitude":-1.29556190000000004403091224958188831806182861328125,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 21:55:51","worker_id":1},{"event_type":"gps","idempotency_key":"5c09314e-ccb3-440c-abae-c9f5a77b354c","latitude":-1.29556190000000004403091224958188831806182861328125,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 21:56:21","worker_id":1}]  
[2026-07-10 21:57:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.30060611m, Allowed: 200m.  
[2026-07-10 21:57:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286659.86154294m, Allowed: 200m.  
[2026-07-10 21:57:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.30060611m, Allowed: 200m.  
[2026-07-10 21:57:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.30060611m, Allowed: 200m.  
[2026-07-10 21:57:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 21:55:23, DB newer: 2026-07-10 21:55:51  
[2026-07-10 21:57:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286659.86154294m, Allowed: 200m.  
[2026-07-10 21:57:06] local.INFO: ProcessSiteEvent: Out-of-order event skipped for SitePresence. Event: 2026-07-10 21:55:49, DB newer: 2026-07-10 21:55:51  
[2026-07-10 21:57:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.30060611m, Allowed: 200m.  
[2026-07-10 21:57:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.30060611m, Allowed: 200m.  
[2026-07-10 21:59:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1e25e88e-cf24-4e9c-be39-1bc37e19debe","latitude":-1.2948425333333333231422557219048030674457550048828125,"longitude":37.03065638333332998399782809428870677947998046875,"site_id":3,"timestamp":"2026-07-10 21:59:26","worker_id":1}]  
[2026-07-10 21:59:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2fb49595-00b8-4bb1-9b1b-cf903de43dcf","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 21:59:58","worker_id":1}]  
[2026-07-10 22:00:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4f9f1d1e-cb3a-4b15-9555-f8388ea717d8","latitude":-1.29560273333333331180483583011664450168609619140625,"longitude":37.03096149999999653346094419248402118682861328125,"site_id":3,"timestamp":"2026-07-10 22:00:09","worker_id":1}]  
[2026-07-10 22:00:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286272.0443297m, Allowed: 200m.  
[2026-07-10 22:00:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27012m, Allowed: 200m.  
[2026-07-10 22:00:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286341.30757913m, Allowed: 200m.  
[2026-07-10 22:00:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c8aad663-0b6f-448e-9153-cb35e32589c6","latitude":-1.2963658500000001527752147012506611645221710205078125,"longitude":37.03137430000000307472873828373849391937255859375,"site_id":3,"timestamp":"2026-07-10 22:00:52","worker_id":1}]  
[2026-07-10 22:01:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286421.33652593m, Allowed: 200m.  
[2026-07-10 22:01:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"02f17285-d5f9-4c84-91ec-51a7c9ec6690","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 22:01:24","worker_id":1}]  
[2026-07-10 22:02:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27012m, Allowed: 200m.  
[2026-07-10 22:02:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3c866064-440a-4c11-ba40-33f1bc5d7775","latitude":-1.29498646666666683557878059218637645244598388671875,"longitude":37.030679133333336494615650735795497894287109375,"site_id":3,"timestamp":"2026-07-10 22:02:53","worker_id":1}]  
[2026-07-10 22:03:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286281.70859475m, Allowed: 200m.  
[2026-07-10 22:03:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c6516844-e673-440d-9fd6-281dd69af7e1","latitude":-1.2955650999999999140044337764265947043895721435546875,"longitude":37.03083190000000257668943959288299083709716796875,"site_id":3,"timestamp":"2026-07-10 22:03:25","worker_id":1}]  
[2026-07-10 22:04:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.60357943m, Allowed: 200m.  
[2026-07-10 22:04:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f2d09a4a-762f-4f28-824e-8169a16a5e79","latitude":-1.2950227166666667955041702953167259693145751953125,"longitude":37.03066530000000255995473708026111125946044921875,"site_id":3,"timestamp":"2026-07-10 22:04:35","worker_id":1}]  
[2026-07-10 22:05:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"179a83cc-6f67-442a-bde2-b4117fc38ec3","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-10 22:05:06","worker_id":1}]  
[2026-07-10 22:05:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286282.21605511m, Allowed: 200m.  
[2026-07-10 22:05:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-10 22:05:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b1c7c602-85fb-48ac-9246-5bf3fd56c6e0","latitude":-1.295530850000000011590373105718754231929779052734375,"longitude":37.0309647333333344931816100142896175384521484375,"site_id":3,"timestamp":"2026-07-10 22:05:21","worker_id":1}]  
[2026-07-10 22:05:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"69892687-70b6-4acd-94e5-c15fc61547ec","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 22:05:53","worker_id":1}]  
[2026-07-10 22:06:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286337.91719219m, Allowed: 200m.  
[2026-07-10 22:06:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27012m, Allowed: 200m.  
[2026-07-10 22:06:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cfd715fd-2d29-4e65-9dda-a73cdbd70e5a","latitude":-1.295016449999999874620471018715761601924896240234375,"longitude":37.0307492499999995061443769372999668121337890625,"site_id":3,"timestamp":"2026-07-10 22:06:05","worker_id":1}]  
[2026-07-10 22:06:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6f56c9de-bde3-4b1d-8152-16a5b8032018","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 22:06:23","worker_id":1}]  
[2026-07-10 22:07:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286290.1604207m, Allowed: 200m.  
[2026-07-10 22:07:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27012m, Allowed: 200m.  
[2026-07-10 22:07:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9394e1dc-3113-4f34-a612-a1420271b415","latitude":-1.2950246500000002214392225141637027263641357421875,"longitude":37.030735649999996894621290266513824462890625,"site_id":3,"timestamp":"2026-07-10 22:06:55","worker_id":1}]  
[2026-07-10 22:07:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9394e1dc-3113-4f34-a612-a1420271b415","latitude":-1.2950246500000002214392225141637027263641357421875,"longitude":37.030735649999996894621290266513824462890625,"site_id":3,"timestamp":"2026-07-10 22:06:55","worker_id":1}]  
[2026-07-10 22:07:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"de3ff8a0-a807-461a-a57c-74082314f902","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 22:07:23","worker_id":1}]  
[2026-07-10 22:07:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"49bcbac7-0762-4218-a0be-5becb5b67520","latitude":-1.2952681999999999806760797582683153450489044189453125,"longitude":37.0307791000000037229256122373044490814208984375,"site_id":3,"timestamp":"2026-07-10 22:07:48","worker_id":1}]  
[2026-07-10 22:08:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286289.24401075m, Allowed: 200m.  
[2026-07-10 22:08:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27012m, Allowed: 200m.  
[2026-07-10 22:08:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286306.0862782m, Allowed: 200m.  
[2026-07-10 22:08:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"90d018de-f5db-4ebf-be3a-caa91cb585d8","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:08:19","worker_id":1}]  
[2026-07-10 22:08:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"87f0176a-f4fa-4183-b83f-5f72bdca264b","latitude":-1.2952507833333333220338090541190467774868011474609375,"longitude":37.0307726500000029545844881795346736907958984375,"site_id":3,"timestamp":"2026-07-10 22:08:47","worker_id":1}]  
[2026-07-10 22:09:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-10 22:09:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286304.55260742m, Allowed: 200m.  
[2026-07-10 22:09:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9244b9bd-332e-415a-bd7d-942e074a0ffc","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 22:09:19","worker_id":1}]  
[2026-07-10 22:10:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1f59edf4-c01a-45a1-830b-45f58616e1f2","latitude":-1.2950224999999999653255144949071109294891357421875,"longitude":37.03081036666666392420665943063795566558837890625,"site_id":3,"timestamp":"2026-07-10 22:09:30","worker_id":1}]  
[2026-07-10 22:10:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1f59edf4-c01a-45a1-830b-45f58616e1f2","latitude":-1.2950224999999999653255144949071109294891357421875,"longitude":37.03081036666666392420665943063795566558837890625,"site_id":3,"timestamp":"2026-07-10 22:09:30","worker_id":1}]  
[2026-07-10 22:10:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29028675m, Allowed: 200m.  
[2026-07-10 22:10:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286296.4914375m, Allowed: 200m.  
[2026-07-10 22:10:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0b7e1828-f9b9-4bf6-9b24-2b3ef74f6844","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 22:10:19","worker_id":1}]  
[2026-07-10 22:10:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"db604606-e488-4464-9e31-c72581e96165","latitude":-1.295577883333333346627114224247634410858154296875,"longitude":37.0310519333333303393374080769717693328857421875,"site_id":3,"timestamp":"2026-07-10 22:10:21","worker_id":1}]  
[2026-07-10 22:10:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7b0616d9-6689-4982-997b-f79c7c9796f3","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 22:10:49","worker_id":1}]  
[2026-07-10 22:11:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29028675m, Allowed: 200m.  
[2026-07-10 22:11:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286348.9308869m, Allowed: 200m.  
[2026-07-10 22:11:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29028675m, Allowed: 200m.  
[2026-07-10 22:11:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"83a010d8-cab2-4469-aa5c-7b8b266fc623","latitude":-1.2950352833333333979481949427281506359577178955078125,"longitude":37.0307288666666636345325969159603118896484375,"site_id":3,"timestamp":"2026-07-10 22:11:03","worker_id":1}]  
[2026-07-10 22:11:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"52280c66-cd51-4e2a-b3f1-ebdd2a9877ef","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:11:34","worker_id":1}]  
[2026-07-10 22:11:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cdb204c1-b3d0-4eed-9ee0-2e5581366ef5","latitude":-1.295030750000000008270717444247566163539886474609375,"longitude":37.03077553333333327145737712271511554718017578125,"site_id":3,"timestamp":"2026-07-10 22:11:44","worker_id":1}]  
[2026-07-10 22:12:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286289.12444356m, Allowed: 200m.  
[2026-07-10 22:12:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-10 22:12:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286293.4864704m, Allowed: 200m.  
[2026-07-10 22:12:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a2a7a079-c9a6-448a-9a12-9e26229ab1a3","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:12:04","worker_id":1}]  
[2026-07-10 22:12:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fc5d7ea1-b542-4b61-9735-026885777397","latitude":-1.2950468666666665740194730460643768310546875,"longitude":37.03072486666666662813440780155360698699951171875,"site_id":3,"timestamp":"2026-07-10 22:12:26","worker_id":1}]  
[2026-07-10 22:12:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0fa25127-7885-4f07-9b29-8db53a7a541b","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:12:34","worker_id":1}]  
[2026-07-10 22:13:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-10 22:13:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286289.32799398m, Allowed: 200m.  
[2026-07-10 22:13:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-10 22:13:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ebc90f7d-1014-4512-8a44-98fe988caf2c","latitude":-1.295629149999999896181179792620241641998291015625,"longitude":37.0310147000000000616637407802045345306396484375,"site_id":3,"timestamp":"2026-07-10 22:13:18","worker_id":1}]  
[2026-07-10 22:13:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d08ad86d-13f9-48b5-96da-3c57c5e02640","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 22:13:50","worker_id":1}]  
[2026-07-10 22:14:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"427189c2-4318-4d1f-bd84-05ae61223db5","latitude":-1.2950473000000000123321797218522988259792327880859375,"longitude":37.0307352666666673712825286202132701873779296875,"site_id":3,"timestamp":"2026-07-10 22:14:01","worker_id":1}]  
[2026-07-10 22:14:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"427189c2-4318-4d1f-bd84-05ae61223db5","latitude":-1.2950473000000000123321797218522988259792327880859375,"longitude":37.0307352666666673712825286202132701873779296875,"site_id":3,"timestamp":"2026-07-10 22:14:01","worker_id":1}]  
[2026-07-10 22:14:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286347.90941098m, Allowed: 200m.  
[2026-07-10 22:14:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29028675m, Allowed: 200m.  
[2026-07-10 22:14:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286290.37456068m, Allowed: 200m.  
[2026-07-10 22:14:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5019c8e3-0d56-43c2-8f40-a62f78dbe124","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:14:32","worker_id":1}]  
[2026-07-10 22:15:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"08ce3e48-c6fe-44f3-8a02-542ba7b81c79","latitude":-1.2955505333333332540490800965926609933376312255859375,"longitude":37.0310324666666730308861588127911090850830078125,"site_id":3,"timestamp":"2026-07-10 22:15:02","worker_id":1}]  
[2026-07-10 22:15:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-10 22:15:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286345.60281835m, Allowed: 200m.  
[2026-07-10 22:15:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4ea3c303-537a-434c-9f0b-74671d8c0e99","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 22:15:51","worker_id":1}]  
[2026-07-10 22:16:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"57d3babd-4b6b-4b01-b958-d2ff0eacb93b","latitude":-1.2955452000000000634116759101743809878826141357421875,"longitude":37.0309992333333326541833230294287204742431640625,"site_id":3,"timestamp":"2026-07-10 22:16:00","worker_id":1}]  
[2026-07-10 22:16:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 22:16:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286342.0549713m, Allowed: 200m.  
[2026-07-10 22:16:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cd856be0-1c48-4203-a869-5343da10b8b8","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 22:16:20","worker_id":1}]  
[2026-07-10 22:17:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fcc1c432-20e3-40d4-813f-23775dd66cd8","latitude":-1.2955334833333334021432392546557821333408355712890625,"longitude":37.03099176666666636492664110846817493438720703125,"site_id":3,"timestamp":"2026-07-10 22:16:59","worker_id":1}]  
[2026-07-10 22:17:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 22:17:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286340.71518564m, Allowed: 200m.  
[2026-07-10 22:17:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0cd76ebc-577d-4f0d-b7e2-278136475649","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-10 22:17:31","worker_id":1}]  
[2026-07-10 22:18:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b6429b13-a43b-492c-be3e-b764f09c7611","latitude":-1.29539873333333321880900257383473217487335205078125,"longitude":37.03100371666666745795737369917333126068115234375,"site_id":3,"timestamp":"2026-07-10 22:18:00","worker_id":1}]  
[2026-07-10 22:18:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b6429b13-a43b-492c-be3e-b764f09c7611","latitude":-1.29539873333333321880900257383473217487335205078125,"longitude":37.03100371666666745795737369917333126068115234375,"site_id":3,"timestamp":"2026-07-10 22:18:00","worker_id":1}]  
[2026-07-10 22:18:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-10 22:18:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286334.94016234m, Allowed: 200m.  
[2026-07-10 22:18:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b06ebc15-b6e0-4cdc-ac26-5ac2bdec5312","latitude":-1.29556160000000009091536412597633898258209228515625,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-10 22:18:32","worker_id":1}]  
[2026-07-10 22:19:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29497448m, Allowed: 200m.  
[2026-07-10 22:19:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8eeb4c99-9671-4f6d-8803-4428e4670d51","latitude":-1.295318949999999968980546327657066285610198974609375,"longitude":37.03082744999999675883373129181563854217529296875,"site_id":3,"timestamp":"2026-07-10 22:19:48","worker_id":1}]  
[2026-07-10 22:20:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286313.4658129m, Allowed: 200m.  
[2026-07-10 22:20:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c0cc8a17-f4bb-4197-939f-7671822cbeeb","latitude":-1.29556160000000009091536412597633898258209228515625,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-10 22:20:20","worker_id":1}]  
[2026-07-10 22:20:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e2920e15-171b-4b3a-9d20-dde9341a74df","latitude":-1.29513918333333322152611799538135528564453125,"longitude":37.03073235000000096306393970735371112823486328125,"site_id":3,"timestamp":"2026-07-10 22:20:32","worker_id":1}]  
[2026-07-10 22:20:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d14ca162-7ecb-45d5-915a-0c75c6d786f7","latitude":-1.29556160000000009091536412597633898258209228515625,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-10 22:20:50","worker_id":1}]  
[2026-07-10 22:21:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29497448m, Allowed: 200m.  
[2026-07-10 22:21:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286294.82690542m, Allowed: 200m.  
[2026-07-10 22:21:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29497448m, Allowed: 200m.  
[2026-07-10 22:21:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a228ad4c-99de-4cfb-883b-90fd72093f8e","latitude":-1.2951397666666668584412036580033600330352783203125,"longitude":37.0307369166666688897748827002942562103271484375,"site_id":3,"timestamp":"2026-07-10 22:21:22","worker_id":1}]  
[2026-07-10 22:21:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2ac8686b-92f0-485b-92c8-99d697bbf353","latitude":-1.29556160000000009091536412597633898258209228515625,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-10 22:21:50","worker_id":1}]  
[2026-07-10 22:22:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286295.30672426m, Allowed: 200m.  
[2026-07-10 22:22:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29497448m, Allowed: 200m.  
[2026-07-10 22:24:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6987bf93-0693-4acb-976f-a9b731ff774c","latitude":-1.29563916666666667509844046435318887233734130859375,"longitude":37.03104598333333541404499555937945842742919921875,"site_id":3,"timestamp":"2026-07-10 22:24:56","worker_id":1}]  
[2026-07-10 22:25:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286351.50684004m, Allowed: 200m.  
[2026-07-10 22:25:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5ae72b89-dd00-4a76-8b45-17f27cf0baea","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:25:27","worker_id":1}]  
[2026-07-10 22:25:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"55d61b69-aeff-4dd7-a926-62f0c94a552d","latitude":-1.29518913333333340887065787683241069316864013671875,"longitude":37.0307560166666718259875779040157794952392578125,"site_id":3,"timestamp":"2026-07-10 22:25:57","worker_id":1}]  
[2026-07-10 22:26:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-10 22:26:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286299.73426686m, Allowed: 200m.  
[2026-07-10 22:26:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"65425afd-7893-43ef-b836-632f745276fe","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 22:26:29","worker_id":1}]  
[2026-07-10 22:27:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cb11043b-af44-4ecb-ac03-411573a02d08","latitude":-1.295412716666666685938480441109277307987213134765625,"longitude":37.03085684999999926958480500616133213043212890625,"site_id":3,"timestamp":"2026-07-10 22:26:59","worker_id":1}]  
[2026-07-10 22:27:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29028675m, Allowed: 200m.  
[2026-07-10 22:27:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286321.1984683m, Allowed: 200m.  
[2026-07-10 22:27:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"801325aa-9769-4048-a90c-4e47ff043b7e","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 22:27:29","worker_id":1}]  
[2026-07-10 22:27:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b51133da-d083-4347-afa2-33e8a2fea9ec","latitude":-1.2953799166666666309311040095053613185882568359375,"longitude":37.03085324999999983219822752289474010467529296875,"site_id":3,"timestamp":"2026-07-10 22:27:51","worker_id":1}]  
[2026-07-10 22:28:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3caad74c-528a-41a8-b875-6d59a7572fb0","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 22:27:59","worker_id":1}]  
[2026-07-10 22:28:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29028675m, Allowed: 200m.  
[2026-07-10 22:28:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286319.1517749m, Allowed: 200m.  
[2026-07-10 22:28:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29028675m, Allowed: 200m.  
[2026-07-10 22:28:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4132117e-0825-44dc-beb8-0231160858a4","latitude":-1.2950512666666664784997919923625886440277099609375,"longitude":37.03071978333333191812926088459789752960205078125,"site_id":3,"timestamp":"2026-07-10 22:28:32","worker_id":1}]  
[2026-07-10 22:29:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f25b9d94-0017-49a9-962e-13d8edf5ef64","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 22:28:59","worker_id":1}]  
[2026-07-10 22:29:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286289.05433447m, Allowed: 200m.  
[2026-07-10 22:29:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29028675m, Allowed: 200m.  
[2026-07-10 22:29:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c57cb9ee-45a9-4f77-adab-2a273aaf90b5","latitude":-1.295619533333333350810789852403104305267333984375,"longitude":37.030991416666665827506221830844879150390625,"site_id":3,"timestamp":"2026-07-10 22:29:27","worker_id":1}]  
[2026-07-10 22:29:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3b6ba348-7769-4ee8-8665-8dbd51b07995","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-10 22:29:28","worker_id":1}]  
[2026-07-10 22:30:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286345.12041707m, Allowed: 200m.  
[2026-07-10 22:30:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-10 22:30:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3d0f64c0-b7f9-49e6-bd6f-f7d8807ff029","latitude":-1.2962047999999999348119672504253685474395751953125,"longitude":37.03160228333333492400925024412572383880615234375,"site_id":3,"timestamp":"2026-07-10 22:30:28","worker_id":1}]  
[2026-07-10 22:31:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5e177c10-6d97-4826-877c-4d4284155a7a","latitude":-1.295565499999999925506699582911096513271331787109375,"longitude":37.03083159999999907086021266877651214599609375,"site_id":3,"timestamp":"2026-07-10 22:31:00","worker_id":1}]  
[2026-07-10 22:31:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286435.47369795m, Allowed: 200m.  
[2026-07-10 22:31:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.59467599m, Allowed: 200m.  
[2026-07-10 22:32:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cdc505d1-2b2a-43a9-979e-10f8a18049a5","latitude":-1.2962169333333333209878901470801793038845062255859375,"longitude":37.03159741666666349146908032707870006561279296875,"site_id":3,"timestamp":"2026-07-10 22:31:59","worker_id":1}]  
[2026-07-10 22:32:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286435.62062059m, Allowed: 200m.  
[2026-07-10 22:32:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"38780656-2826-4d28-bb6d-62987f6e2730","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-10 22:32:31","worker_id":1}]  
[2026-07-10 22:33:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1885191c-94a3-4571-bf95-3e25d64d6c7c","latitude":-1.2952135333333334443750572972930967807769775390625,"longitude":37.03069718333333781856708810664713382720947265625,"site_id":3,"timestamp":"2026-07-10 22:32:51","worker_id":1}]  
[2026-07-10 22:33:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-10 22:33:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286295.19910207m, Allowed: 200m.  
[2026-07-10 22:33:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1885191c-94a3-4571-bf95-3e25d64d6c7c","latitude":-1.2952135333333334443750572972930967807769775390625,"longitude":37.03069718333333781856708810664713382720947265625,"site_id":3,"timestamp":"2026-07-10 22:32:51","worker_id":1}]  
[2026-07-10 22:33:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6247782d-6237-4489-8482-01a4d6d5ad90","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:33:22","worker_id":1}]  
[2026-07-10 22:34:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286295.19910207m, Allowed: 200m.  
[2026-07-10 22:34:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-10 22:34:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"58759c3c-85c5-420d-9b3a-d951145a5906","latitude":-1.2957211166666666724012202394078485667705535888671875,"longitude":37.0311216500000028872818802483379840850830078125,"site_id":3,"timestamp":"2026-07-10 22:34:22","worker_id":1}]  
[2026-07-10 22:35:00] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"33785964-12b2-42f7-9390-2b14867468b9","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:34:53","worker_id":1}]  
[2026-07-10 22:35:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286363.18637168m, Allowed: 200m.  
[2026-07-10 22:35:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-10 22:36:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cfc3ec6d-3585-42fd-8429-7acd2b49c9bb","latitude":-1.2953538833333333446518054188345558941364288330078125,"longitude":37.03091106666666831870315945707261562347412109375,"site_id":3,"timestamp":"2026-07-10 22:36:52","worker_id":1}]  
[2026-07-10 22:37:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286323.50240072m, Allowed: 200m.  
[2026-07-10 22:37:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d4e469f9-d43b-4d6f-9784-7861145f20f0","latitude":-1.2955650999999999140044337764265947043895721435546875,"longitude":37.03083190000000257668943959288299083709716796875,"site_id":3,"timestamp":"2026-07-10 22:37:24","worker_id":1}]  
[2026-07-10 22:37:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"153c8c2e-68bc-4860-9e22-1a22c858ecbc","latitude":-1.2953360833333331658678844178211875259876251220703125,"longitude":37.030695866666661686394945718348026275634765625,"site_id":3,"timestamp":"2026-07-10 22:37:38","worker_id":1}]  
[2026-07-10 22:38:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.60357943m, Allowed: 200m.  
[2026-07-10 22:38:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286301.39172333m, Allowed: 200m.  
[2026-07-10 22:38:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"eeea3c1a-2a84-4382-a9c5-1b85be7ae240","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 22:38:09","worker_id":1}]  
[2026-07-10 22:39:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29028675m, Allowed: 200m.  
[2026-07-10 22:39:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"05cd8367-ab9f-496c-ba76-21fc8034ea27","latitude":-1.295237399999999983180032359086908400058746337890625,"longitude":37.0306920166666628801976912654936313629150390625,"site_id":3,"timestamp":"2026-07-10 22:39:38","worker_id":1}]  
[2026-07-10 22:40:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1a6723d7-fac2-4a9b-9423-f5dc3539d5db","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-10 22:40:09","worker_id":1}]  
[2026-07-10 22:40:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286295.92152394m, Allowed: 200m.  
[2026-07-10 22:40:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29028675m, Allowed: 200m.  
[2026-07-10 22:40:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8dc7511a-b656-4487-8a35-9a64efede2cd","latitude":-1.2949652833333333834531231332221068441867828369140625,"longitude":37.03036841666666845185318379662930965423583984375,"site_id":3,"timestamp":"2026-07-10 22:40:24","worker_id":1}]  
[2026-07-10 22:40:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f433fa65-b2f2-40e0-ae94-8ca0cf0329aa","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:40:39","worker_id":1}]  
[2026-07-10 22:41:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286250.01605041m, Allowed: 200m.  
[2026-07-10 22:41:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-10 22:42:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"880d1c7f-1fb4-4f3d-bd95-c90b1798f235","latitude":-1.2952187833333332900309642354841344058513641357421875,"longitude":37.03093403333333100135860149748623371124267578125,"site_id":3,"timestamp":"2026-07-10 22:42:21","worker_id":1}]  
[2026-07-10 22:42:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3b9fdf63-9768-4fcb-a8cf-3f973ea2b4ff","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-10 22:42:28","worker_id":1}]  
[2026-07-10 22:43:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286318.79491099m, Allowed: 200m.  
[2026-07-10 22:43:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-10 22:43:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7274b47d-b30d-448d-94cd-5558edce2444","latitude":-1.2952214333333333939890508190728724002838134765625,"longitude":37.03035828333333512318858993239700794219970703125,"site_id":3,"timestamp":"2026-07-10 22:43:08","worker_id":1}]  
[2026-07-10 22:43:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"85568519-657b-4110-889a-df62143f7902","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-10 22:43:29","worker_id":1}]  
[2026-07-10 22:44:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"66ae816d-f2ba-4377-86f4-e57e4728ef42","latitude":-1.294872716666666701001986439223401248455047607421875,"longitude":37.0306518833333342399782850407063961029052734375,"site_id":3,"timestamp":"2026-07-10 22:43:59","worker_id":1}]  
[2026-07-10 22:44:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286262.23271355m, Allowed: 200m.  
[2026-07-10 22:44:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-10 22:44:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286273.1578848m, Allowed: 200m.  
[2026-07-10 22:44:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b167cf75-d2e5-437e-a9fa-460f17ece168","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-10 22:44:29","worker_id":1}]  
[2026-07-10 22:45:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-10 22:45:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1579f27b-4c66-42bc-b664-740852c7686a","latitude":-1.29482173333333339115824855980463325977325439453125,"longitude":37.03043393333333455075262463651597499847412109375,"site_id":3,"timestamp":"2026-07-10 22:45:51","worker_id":1}]  
[2026-07-10 22:46:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286249.06369311m, Allowed: 200m.  
[2026-07-10 22:46:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"47f9ee36-ae02-48fa-a846-0c99bc6d3ad7","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-10 22:46:23","worker_id":1}]  
[2026-07-10 22:46:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"372ce385-3af6-4db5-adfa-8b732c13b7c5","latitude":-1.2953282500000000698747726346482522785663604736328125,"longitude":37.03083558333333513701290939934551715850830078125,"site_id":3,"timestamp":"2026-07-10 22:46:41","worker_id":1}]  
[2026-07-10 22:47:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-10 22:47:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286314.74654386m, Allowed: 200m.  
[2026-07-10 22:47:15] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0367ba8d-0a70-4a87-9704-c2c7875fc910","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:47:13","worker_id":1}]  
[2026-07-10 22:47:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b49ccc09-c797-421e-b3d8-a43a2866a18e","latitude":-1.2951694166666667396015100166550837457180023193359375,"longitude":37.0309068333333328837397857569158077239990234375,"site_id":3,"timestamp":"2026-07-10 22:47:24","worker_id":1}]  
[2026-07-10 22:47:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8eb89733-bd4c-410e-93fb-687d61b45133","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:47:43","worker_id":1}]  
[2026-07-10 22:48:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-10 22:48:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286313.56975157m, Allowed: 200m.  
[2026-07-10 22:48:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-10 22:50:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6876bee9-15fe-417f-95f2-85d19ecee72f","latitude":-1.2951044666666664539889097795821726322174072265625,"longitude":37.030827383333331681569688953459262847900390625,"site_id":3,"timestamp":"2026-07-10 22:50:22","worker_id":1}]  
[2026-07-10 22:50:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0baea2e2-7ede-4799-afc6-bc6e152775f9","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:50:44","worker_id":1}]  
[2026-07-10 22:51:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286302.3951335m, Allowed: 200m.  
[2026-07-10 22:51:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-10 22:51:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6057b775-5cd7-4f60-aa0c-9387b8d9e413","latitude":-1.295220483333333394426745144301094114780426025390625,"longitude":37.0307421166666728140626219101250171661376953125,"site_id":3,"timestamp":"2026-07-10 22:51:23","worker_id":1}]  
[2026-07-10 22:51:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"22c2ce5d-f73f-4f22-bb4e-d1f8365726d6","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:51:44","worker_id":1}]  
[2026-07-10 22:52:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286299.98262558m, Allowed: 200m.  
[2026-07-10 22:52:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-10 22:52:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"71b409b7-0c4f-4a15-ab51-c22e38c98bfd","latitude":-1.2952650999999999470446709892712533473968505859375,"longitude":37.03074906666666521459774230606853961944580078125,"site_id":3,"timestamp":"2026-07-10 22:52:24","worker_id":1}]  
[2026-07-10 22:52:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e1c591a5-9e49-4cc0-81b8-4bb1d45bfeb4","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:52:44","worker_id":1}]  
[2026-07-10 22:53:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286302.9687145m, Allowed: 200m.  
[2026-07-10 22:53:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-10 22:53:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c73a5fce-bf10-496d-9fc9-69bbaf1bc25d","latitude":-1.295361450000000136384414872736670076847076416015625,"longitude":37.030725133333334042617934755980968475341796875,"site_id":3,"timestamp":"2026-07-10 22:53:28","worker_id":1}]  
[2026-07-10 22:53:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fad76c9f-de81-4e1d-abf6-66c0ebc3739c","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:53:44","worker_id":1}]  
[2026-07-10 22:54:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286305.58251574m, Allowed: 200m.  
[2026-07-10 22:54:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-10 22:54:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b78e61ed-51f8-4469-aaf9-8145a2331e3c","latitude":-1.2952687000000000505650632476317696273326873779296875,"longitude":37.030726616666669315236504189670085906982421875,"site_id":3,"timestamp":"2026-07-10 22:54:34","worker_id":1}]  
[2026-07-10 22:54:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b21e7a49-0339-4db6-b251-7916d7957d63","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 22:54:45","worker_id":1}]  
[2026-07-10 22:55:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286300.94359349m, Allowed: 200m.  
[2026-07-10 22:55:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-10 22:57:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d71908af-fe17-4bef-a649-ff01ae5ff04e","latitude":-1.295283500000000032059688237495720386505126953125,"longitude":37.0307095333333364806094323284924030303955078125,"site_id":3,"timestamp":"2026-07-10 22:57:01","worker_id":1}]  
[2026-07-10 22:57:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d71908af-fe17-4bef-a649-ff01ae5ff04e","latitude":-1.295283500000000032059688237495720386505126953125,"longitude":37.0307095333333364806094323284924030303955078125,"site_id":3,"timestamp":"2026-07-10 22:57:01","worker_id":1}]  
[2026-07-10 22:57:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4800c46d-3883-4030-acf5-4030085f7c3a","latitude":-1.2955650999999999140044337764265947043895721435546875,"longitude":37.03083190000000257668943959288299083709716796875,"site_id":3,"timestamp":"2026-07-10 22:57:33","worker_id":1}]  
[2026-07-10 22:57:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3654c8f6-b0cc-4911-af2b-b034a5ae1125","latitude":-1.2948386999999998980825921535142697393894195556640625,"longitude":37.030816950000001952503225766122341156005859375,"site_id":3,"timestamp":"2026-07-10 22:57:53","worker_id":1}]  
[2026-07-10 22:58:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286300.02477911m, Allowed: 200m.  
[2026-07-10 22:58:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.60357943m, Allowed: 200m.  
[2026-07-10 22:58:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286287.66018694m, Allowed: 200m.  
[2026-07-10 22:58:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9800d685-3270-41ee-b80e-d4811f33f667","latitude":-1.2955650999999999140044337764265947043895721435546875,"longitude":37.03083190000000257668943959288299083709716796875,"site_id":3,"timestamp":"2026-07-10 22:58:03","worker_id":1}]  
[2026-07-10 22:58:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9800d685-3270-41ee-b80e-d4811f33f667","latitude":-1.2955650999999999140044337764265947043895721435546875,"longitude":37.03083190000000257668943959288299083709716796875,"site_id":3,"timestamp":"2026-07-10 22:58:03","worker_id":1}]  
[2026-07-10 22:59:00] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"de68d73f-b340-4937-bf54-8570c7c4e457","latitude":-1.2952858166666667560917858281754888594150543212890625,"longitude":37.03075878333333292857787455432116985321044921875,"site_id":3,"timestamp":"2026-07-10 22:58:54","worker_id":1}]  
[2026-07-10 22:59:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"555b02e0-86e8-47a7-9c2a-3600a5cbf721","latitude":-1.2955650999999999140044337764265947043895721435546875,"longitude":37.03083190000000257668943959288299083709716796875,"site_id":3,"timestamp":"2026-07-10 22:59:03","worker_id":1}]  
[2026-07-10 22:59:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"555b02e0-86e8-47a7-9c2a-3600a5cbf721","latitude":-1.2955650999999999140044337764265947043895721435546875,"longitude":37.03083190000000257668943959288299083709716796875,"site_id":3,"timestamp":"2026-07-10 22:59:03","worker_id":1}]  
[2026-07-10 22:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.60357943m, Allowed: 200m.  
[2026-07-10 22:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286304.99433613m, Allowed: 200m.  
[2026-07-10 22:59:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.60357943m, Allowed: 200m.  
[2026-07-10 23:00:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"05ee7552-6504-41d6-bf39-5c045435d6f9","latitude":-1.2954688000000000869249561219476163387298583984375,"longitude":37.0309883999999982506778906099498271942138671875,"site_id":3,"timestamp":"2026-07-10 23:00:23","worker_id":1}]  
[2026-07-10 23:00:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f7ca7435-a48f-4fac-8247-43a0bc1fb2ee","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 23:00:55","worker_id":1}]  
[2026-07-10 23:01:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286337.04651375m, Allowed: 200m.  
[2026-07-10 23:01:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-10 23:01:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"75851cfc-a090-4361-9518-cd1645970b89","latitude":-1.2960099166666665393421453700284473598003387451171875,"longitude":37.03093223333333838809267035685479640960693359375,"site_id":3,"timestamp":"2026-07-10 23:01:54","worker_id":1}]  
[2026-07-10 23:02:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286359.43753934m, Allowed: 200m.  
[2026-07-10 23:02:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f83c5175-5d73-4f85-8ab3-a3ba16618e72","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 23:02:25","worker_id":1}]  
[2026-07-10 23:02:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"74d39d08-c9bf-47b4-a022-068f25371e42","latitude":-1.2955660833333333403771803205017931759357452392578125,"longitude":37.0310132166666647890451713465154170989990234375,"site_id":3,"timestamp":"2026-07-10 23:02:39","worker_id":1}]  
[2026-07-10 23:02:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e5d4822c-2cb0-4002-aa93-2f0beae88b7a","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 23:02:55","worker_id":1}]  
[2026-07-10 23:03:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-10 23:03:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286344.50943307m, Allowed: 200m.  
[2026-07-10 23:03:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-10 23:03:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"64466b5d-13e7-4246-9f0f-de506ee253b7","latitude":-1.2955545833333335092873994653928093612194061279296875,"longitude":37.03111358333332958636674447916448116302490234375,"site_id":3,"timestamp":"2026-07-10 23:03:28","worker_id":1}]  
[2026-07-10 23:04:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"29447b8b-5e53-48c7-a702-4dd4ed078490","latitude":-1.2955650999999999140044337764265947043895721435546875,"longitude":37.03083190000000257668943959288299083709716796875,"site_id":3,"timestamp":"2026-07-10 23:04:00","worker_id":1}]  
[2026-07-10 23:04:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286353.79984453m, Allowed: 200m.  
[2026-07-10 23:04:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.60357943m, Allowed: 200m.  
[2026-07-10 23:04:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d6558070-17af-4620-98c2-f506a65a2bb1","latitude":-1.295432949999999916457227300270460546016693115234375,"longitude":37.03097601666666349728984641842544078826904296875,"site_id":3,"timestamp":"2026-07-10 23:04:29","worker_id":1}]  
[2026-07-10 23:05:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c8eba560-a53d-40cb-a8da-4253b7d0f8be","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 23:05:00","worker_id":1}]  
[2026-07-10 23:05:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286333.97752309m, Allowed: 200m.  
[2026-07-10 23:05:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-10 23:05:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"12e4907b-4e43-436a-8c0d-d8729c8482a5","latitude":-1.2956623833333333895012629000120796263217926025390625,"longitude":37.03102506666666471346616162918508052825927734375,"site_id":3,"timestamp":"2026-07-10 23:05:14","worker_id":1}]  
[2026-07-10 23:05:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6cce8daf-7cb0-4076-8784-2297b5e0c725","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 23:05:30","worker_id":1}]  
[2026-07-10 23:05:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e6ad12dd-b3da-4838-9699-d4ad5b3f3f5f","latitude":-1.2956320999999999532548144998145289719104766845703125,"longitude":37.03110638333333071159358951263129711151123046875,"site_id":3,"timestamp":"2026-07-10 23:05:57","worker_id":1}]  
[2026-07-10 23:06:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"77a05c7d-b0cd-4bff-928b-42dc73208a7f","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 23:06:01","worker_id":1}]  
[2026-07-10 23:06:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286350.64497577m, Allowed: 200m.  
[2026-07-10 23:06:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-10 23:06:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286357.09012381m, Allowed: 200m.  
[2026-07-10 23:06:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-10 23:06:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f98f72b9-7697-4645-8776-f6df38bf59a9","latitude":-1.2957440833333333518595509303850121796131134033203125,"longitude":37.03103206666666125101983197964727878570556640625,"site_id":3,"timestamp":"2026-07-10 23:06:55","worker_id":1}]  
[2026-07-10 23:07:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286355.54984801m, Allowed: 200m.  
[2026-07-10 23:07:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e62fe0a7-3c4c-43ec-b259-921fde2c1977","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 23:07:27","worker_id":1}]  
[2026-07-10 23:07:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"df1356d2-eae8-4c52-8a8a-06f6c653094b","latitude":-1.2959079333333332062494491765392012894153594970703125,"longitude":37.0307829999999995607140590436756610870361328125,"site_id":3,"timestamp":"2026-07-10 23:07:52","worker_id":1}]  
[2026-07-10 23:08:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-10 23:08:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286339.47962182m, Allowed: 200m.  
[2026-07-10 23:08:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c3dad36b-1913-4bf4-bd27-4461ff00b160","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 23:08:23","worker_id":1}]  
[2026-07-10 23:08:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"56ef17b5-3c4b-4de2-854c-af5986b514d9","latitude":-1.2955361666666664888225568574853241443634033203125,"longitude":37.03099068333333576674704090692102909088134765625,"site_id":3,"timestamp":"2026-07-10 23:08:35","worker_id":1}]  
[2026-07-10 23:09:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-10 23:09:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286340.74694454m, Allowed: 200m.  
[2026-07-10 23:09:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8adb1727-7785-49cf-822d-8d5fec758328","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-10 23:09:07","worker_id":1}]  
[2026-07-10 23:09:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f28b7d6b-9696-49cc-99e1-2cfc8217b34a","latitude":-1.295581250000000128608235172578133642673492431640625,"longitude":37.03100843333333358486925135366618633270263671875,"site_id":3,"timestamp":"2026-07-10 23:09:20","worker_id":1}]  
[2026-07-10 23:09:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e9682c84-914c-40ec-87b0-e87148466e6d","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-10 23:09:37","worker_id":1}]  
[2026-07-10 23:10:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-10 23:10:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286344.82090051m, Allowed: 200m.  
[2026-07-10 23:10:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-10 23:10:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9b68d3ea-1153-4b77-a55c-ab777675fc7b","latitude":-1.2955146166666668960942843114025890827178955078125,"longitude":37.03096511666667112194772926159203052520751953125,"site_id":3,"timestamp":"2026-07-10 23:10:51","worker_id":1}]  
[2026-07-10 23:11:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286337.11741413m, Allowed: 200m.  
[2026-07-10 23:11:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"acce93d3-7997-4588-82f4-d0aa4c8ce925","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 23:11:23","worker_id":1}]  
[2026-07-10 23:12:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 23:13:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6197853a-d1e7-4418-808e-b2462bb24ee4","latitude":-1.295490466666666673489771710592322051525115966796875,"longitude":37.030961233333329118977417238056659698486328125,"site_id":3,"timestamp":"2026-07-10 23:13:01","worker_id":1}]  
[2026-07-10 23:13:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6197853a-d1e7-4418-808e-b2462bb24ee4","latitude":-1.295490466666666673489771710592322051525115966796875,"longitude":37.030961233333329118977417238056659698486328125,"site_id":3,"timestamp":"2026-07-10 23:13:01","worker_id":1}]  
[2026-07-10 23:13:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286335.48904156m, Allowed: 200m.  
[2026-07-10 23:13:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cde55fbc-d643-4dae-9266-1cb02dfe9b49","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 23:13:23","worker_id":1}]  
[2026-07-10 23:13:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"675624cf-cc81-459d-a79f-fabffdb6fd76","latitude":-1.2957279666666667861107953285682015120983123779296875,"longitude":37.03109541666666615356007241643965244293212890625,"site_id":3,"timestamp":"2026-07-10 23:13:44","worker_id":1}]  
[2026-07-10 23:13:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bce11b72-179f-4a43-a7e0-9d1a6b02dd28","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 23:13:53","worker_id":1}]  
[2026-07-10 23:14:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 23:14:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286360.95652043m, Allowed: 200m.  
[2026-07-10 23:14:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 23:14:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"92e4cc88-956a-42b3-834a-cd829c6763c4","latitude":-1.2956662833333332240925983569468371570110321044921875,"longitude":37.030988350000001219086698256433010101318359375,"site_id":3,"timestamp":"2026-07-10 23:14:26","worker_id":1}]  
[2026-07-10 23:14:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ca9776fb-4f41-45ec-a0da-8a611410c7fe","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 23:14:54","worker_id":1}]  
[2026-07-10 23:15:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286347.23057458m, Allowed: 200m.  
[2026-07-10 23:15:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 23:16:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"df2e8ae3-1bc8-45e7-a2cf-4ab715b18f5d","latitude":-1.2956198333333333039263379760086536407470703125,"longitude":37.03101534999999699948602938093245029449462890625,"site_id":3,"timestamp":"2026-07-10 23:16:32","worker_id":1}]  
[2026-07-10 23:16:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"eaee9883-81a2-408a-af40-8a4643ff2f47","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 23:16:54","worker_id":1}]  
[2026-07-10 23:17:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286347.49272042m, Allowed: 200m.  
[2026-07-10 23:17:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 23:17:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5e46f7e5-2b36-4526-b545-39e58bfbf44c","latitude":-1.2953166833333333851641100409324280917644500732421875,"longitude":37.0306916666666694482046295888721942901611328125,"site_id":3,"timestamp":"2026-07-10 23:17:17","worker_id":1}]  
[2026-07-10 23:17:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"59850d42-bae9-4b21-be25-b5744cf20c8c","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 23:17:24","worker_id":1}]  
[2026-07-10 23:18:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"da712241-e41a-4508-b9f5-e55225d0e847","latitude":-1.2956700000000000994049287328380160033702850341796875,"longitude":37.0310261500000024170731194317340850830078125,"site_id":3,"timestamp":"2026-07-10 23:18:00","worker_id":1}]  
[2026-07-10 23:18:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286299.97725071m, Allowed: 200m.  
[2026-07-10 23:18:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 23:18:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286351.14465172m, Allowed: 200m.  
[2026-07-10 23:18:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f965f96e-5c76-4f14-858e-a366aca5cd5b","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 23:18:24","worker_id":1}]  
[2026-07-10 23:18:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d1d5a0b8-b37a-449d-a012-26542e646acb","latitude":-1.295663999999999926870941635570488870143890380859375,"longitude":37.03099698333333122945987270213663578033447265625,"site_id":3,"timestamp":"2026-07-10 23:18:51","worker_id":1}]  
[2026-07-10 23:18:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ee0d1698-3a72-4b13-9c13-a9d0528d1d98","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 23:18:54","worker_id":1}]  
[2026-07-10 23:19:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 23:19:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286347.9629165m, Allowed: 200m.  
[2026-07-10 23:19:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 23:20:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"51ea7e43-67d8-4c3c-b1f3-1d0697bdd315","latitude":-1.2949777999999998456814864766784012317657470703125,"longitude":37.03011628333333504770052968524396419525146484375,"site_id":3,"timestamp":"2026-07-10 23:20:52","worker_id":1}]  
[2026-07-10 23:21:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286225.83191074m, Allowed: 200m.  
[2026-07-10 23:21:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"29d2ad99-a98a-4fc8-8a89-fcb858a998c0","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 23:21:25","worker_id":1}]  
[2026-07-10 23:22:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 23:22:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1b45bd7b-5180-45b7-8a99-28b5c7c1454a","latitude":-1.29516723333333327872196605312637984752655029296875,"longitude":37.030334283333331768517382442951202392578125,"site_id":3,"timestamp":"2026-07-10 23:22:23","worker_id":1}]  
[2026-07-10 23:22:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8bc7190b-6e28-489a-b431-67456b9e6053","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-10 23:22:55","worker_id":1}]  
[2026-07-10 23:23:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286257.07295288m, Allowed: 200m.  
[2026-07-10 23:23:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-10 23:23:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"94839d27-d6c1-47d9-b4ed-640ddff5cfaf","latitude":-1.295167699999999921800508673186413943767547607421875,"longitude":37.0305527166666621496915468014776706695556640625,"site_id":3,"timestamp":"2026-07-10 23:23:23","worker_id":1}]  
[2026-07-10 23:23:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e7072ebd-ee3e-4aeb-9d13-659b0bc2a69e","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-10 23:23:55","worker_id":1}]  
[2026-07-10 23:24:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286278.60777385m, Allowed: 200m.  
[2026-07-10 23:24:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-10 23:24:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e3fb2b0e-4188-4e1d-a7c6-fa41dec3ade2","latitude":-1.295523283333333441902368576847948133945465087890625,"longitude":37.03102175000000073623596108518540859222412109375,"site_id":3,"timestamp":"2026-07-10 23:24:24","worker_id":1}]  
[2026-07-10 23:24:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"84a8d44f-dfa9-4823-a028-ccf44d401797","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-10 23:24:56","worker_id":1}]  
[2026-07-10 23:25:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286343.14158755m, Allowed: 200m.  
[2026-07-10 23:25:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-10 23:25:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a70e6fc0-3c3f-4428-af14-03e2eee6b7d3","latitude":-1.29563950000000005502442945726215839385986328125,"longitude":37.0309983333333292421229998581111431121826171875,"site_id":3,"timestamp":"2026-07-10 23:25:16","worker_id":1}]  
[2026-07-10 23:25:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c47f6c7b-5550-46ea-b7c2-e00c1cfc224e","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-10 23:25:47","worker_id":1}]  
[2026-07-10 23:26:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d76a84d6-3928-4732-910e-505e8c3068dd","latitude":-1.2952913500000000635026253803516738116741180419921875,"longitude":37.030808016666668436300824396312236785888671875,"site_id":3,"timestamp":"2026-07-10 23:25:59","worker_id":1}]  
[2026-07-10 23:26:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286346.83173385m, Allowed: 200m.  
[2026-07-10 23:26:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-10 23:26:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286310.12821177m, Allowed: 200m.  
[2026-07-10 23:26:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"abe38dcb-4408-409c-a93d-4b3b69858bf0","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 23:26:31","worker_id":1}]  
[2026-07-10 23:27:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 23:27:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e6c876d4-92e6-4ac8-8aed-a0f91df3e769","latitude":-1.2948652166666665408456537988968193531036376953125,"longitude":37.03062481666666627688755397684872150421142578125,"site_id":3,"timestamp":"2026-07-10 23:27:00","worker_id":1}]  
[2026-07-10 23:27:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e6c876d4-92e6-4ac8-8aed-a0f91df3e769","latitude":-1.2948652166666665408456537988968193531036376953125,"longitude":37.03062481666666627688755397684872150421142578125,"site_id":3,"timestamp":"2026-07-10 23:27:00","worker_id":1}]  
[2026-07-10 23:27:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"46aecab1-0d46-4fce-8382-8ac16e9ae8de","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 23:27:33","worker_id":1}]  
[2026-07-10 23:28:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d8116750-8e98-4b8d-99a9-797cccc47562","latitude":-1.295936883333333344836546530132181942462921142578125,"longitude":37.0310183333333355903960182331502437591552734375,"site_id":3,"timestamp":"2026-07-10 23:27:59","worker_id":1}]  
[2026-07-10 23:28:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286270.10541201m, Allowed: 200m.  
[2026-07-10 23:28:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 23:28:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286364.1465226m, Allowed: 200m.  
[2026-07-10 23:28:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7ec8a621-57f4-4f3b-a736-9f6143432d4c","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-10 23:28:30","worker_id":1}]  
[2026-07-10 23:28:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"af518732-1ab6-4c78-81f3-785c42eb739a","latitude":-1.295393316666666461145496214157901704311370849609375,"longitude":37.03091018333334005774304387159645557403564453125,"site_id":3,"timestamp":"2026-07-10 23:28:53","worker_id":1}]  
[2026-07-10 23:29:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-10 23:29:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286325.44973655m, Allowed: 200m.  
[2026-07-10 23:29:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1fd21216-100e-414d-8976-4b003c46b9c9","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-10 23:29:25","worker_id":1}]  
[2026-07-10 23:29:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"34b08eba-f56d-45d1-bd4e-da86931ee78c","latitude":-1.29542696666666667937306556268595159053802490234375,"longitude":37.0309687166666634539069491438567638397216796875,"site_id":3,"timestamp":"2026-07-10 23:29:55","worker_id":1}]  
[2026-07-10 23:30:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-10 23:30:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286332.94995742m, Allowed: 200m.  
[2026-07-10 23:30:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8f869a52-25c8-42be-ade1-8fa6e1c8fef1","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 23:30:27","worker_id":1}]  
[2026-07-10 23:30:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"acbc62cc-cd2c-41cd-9fab-7ebaf4ec0413","latitude":-1.29527101666666677459716083831153810024261474609375,"longitude":37.0308772333333280357692274264991283416748046875,"site_id":3,"timestamp":"2026-07-10 23:30:56","worker_id":1}]  
[2026-07-10 23:31:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-10 23:31:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286315.89566941m, Allowed: 200m.  
[2026-07-10 23:31:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e9235340-5e4c-4e1f-b119-b67de6427ef2","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 23:31:27","worker_id":1}]  
[2026-07-10 23:32:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-10 23:32:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4b7a43a9-3766-4ad3-b4b0-622075b300e4","latitude":-1.295707316666666830684562228270806372165679931640625,"longitude":37.03099386666666958944915677420794963836669921875,"site_id":3,"timestamp":"2026-07-10 23:31:58","worker_id":1}]  
[2026-07-10 23:32:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4b7a43a9-3766-4ad3-b4b0-622075b300e4","latitude":-1.295707316666666830684562228270806372165679931640625,"longitude":37.03099386666666958944915677420794963836669921875,"site_id":3,"timestamp":"2026-07-10 23:31:58","worker_id":1}]  
[2026-07-10 23:32:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"dc00d01d-a607-4acc-98b0-51a7c990d42f","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 23:32:30","worker_id":1}]  
[2026-07-10 23:33:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"dc00d01d-a607-4acc-98b0-51a7c990d42f","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 23:32:30","worker_id":1},{"event_type":"gps","idempotency_key":"f2f17da8-44b6-492e-a057-3d9dbae59915","latitude":-1.2953957000000000387984755434445105493068695068359375,"longitude":37.0308839166666672326755360700190067291259765625,"site_id":3,"timestamp":"2026-07-10 23:32:41","worker_id":1}]  
[2026-07-10 23:33:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286349.89106237m, Allowed: 200m.  
[2026-07-10 23:33:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286349.89106237m, Allowed: 200m.  
[2026-07-10 23:33:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-10 23:33:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-10 23:33:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286322.98601474m, Allowed: 200m.  
[2026-07-10 23:33:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f2f17da8-44b6-492e-a057-3d9dbae59915","latitude":-1.2953957000000000387984755434445105493068695068359375,"longitude":37.0308839166666672326755360700190067291259765625,"site_id":3,"timestamp":"2026-07-10 23:32:41","worker_id":1}]  
[2026-07-10 23:33:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a489621e-b6e7-47a6-b33d-82dff6e55676","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 23:33:30","worker_id":1}]  
[2026-07-10 23:34:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286322.98601474m, Allowed: 200m.  
[2026-07-10 23:34:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-10 23:34:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7c4d58ad-7e41-4be9-99c0-77f47007262f","latitude":-1.295678866666666539941843439009971916675567626953125,"longitude":37.03108295000000538266249350272119045257568359375,"site_id":3,"timestamp":"2026-07-10 23:34:10","worker_id":1}]  
[2026-07-10 23:34:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d48bd0cf-fa38-459a-a661-9c973461dc78","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 23:34:31","worker_id":1}]  
[2026-07-10 23:34:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fe1a8711-15c8-4b19-b727-a4d379803ab0","latitude":-1.295648799999999933874050839222036302089691162109375,"longitude":37.03104778333332802731092670001089572906494140625,"site_id":3,"timestamp":"2026-07-10 23:34:54","worker_id":1}]  
[2026-07-10 23:35:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"627c83b9-dff0-4cf4-8a24-299c07d4883e","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 23:35:01","worker_id":1}]  
[2026-07-10 23:35:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286357.19546875m, Allowed: 200m.  
[2026-07-10 23:35:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-10 23:35:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286352.18113277m, Allowed: 200m.  
[2026-07-10 23:35:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-10 23:38:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"46058657-3a4e-4998-a05d-157851713974","latitude":-1.2956216333333332446642316426732577383518218994140625,"longitude":37.0309823500000021567757357843220233917236328125,"site_id":3,"timestamp":"2026-07-10 23:36:17","worker_id":1},{"event_type":"gps","idempotency_key":"4e4a205c-f39c-496a-a952-18ab7d88919b","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 23:36:31","worker_id":1},{"event_type":"gps","idempotency_key":"265d75d9-6ec6-4d2a-b320-1cc30dcb07dd","latitude":-1.2955243166666665644015665748156607151031494140625,"longitude":37.0309777166666691528007504530251026153564453125,"site_id":3,"timestamp":"2026-07-10 23:37:36","worker_id":1}]  
[2026-07-10 23:38:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f455844c-a160-4d24-9196-ca9533d8896d","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-10 23:38:06","worker_id":1}]  
[2026-07-10 23:38:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"431ff6ba-99ed-4a65-b073-096cf72005d4","latitude":-1.29553589999999996251744960318319499492645263671875,"longitude":37.0309726666666705341413035057485103607177734375,"site_id":3,"timestamp":"2026-07-10 23:38:20","worker_id":1}]  
[2026-07-10 23:38:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9218a477-98d9-47e3-93dc-8e63a0472a5e","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-10 23:38:36","worker_id":1}]  
[2026-07-10 23:39:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286344.33593406m, Allowed: 200m.  
[2026-07-10 23:39:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-10 23:39:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286338.85866276m, Allowed: 200m.  
[2026-07-10 23:39:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-10 23:39:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286338.95897974m, Allowed: 200m.  
[2026-07-10 23:39:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-10 23:39:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c8c848ab-6dd6-4c54-a1af-1c90e17a1fb2","latitude":-1.2955670333333333399394859952735714614391326904296875,"longitude":37.0310232166666679631816805340349674224853515625,"site_id":3,"timestamp":"2026-07-10 23:39:21","worker_id":1}]  
[2026-07-10 23:40:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"22328afa-cfdd-4a43-a4f0-2a43c887bc33","latitude":-1.29543203333333334370536249480210244655609130859375,"longitude":37.03114053333333544060224085114896297454833984375,"site_id":3,"timestamp":"2026-07-10 23:40:07","worker_id":1}]  
[2026-07-10 23:40:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286345.54320348m, Allowed: 200m.  
[2026-07-10 23:40:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286350.13157272m, Allowed: 200m.  
[2026-07-10 23:40:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3d89b268-fc45-4f70-a006-093c5a236f8f","latitude":-1.2956957499999999239292947095236741006374359130859375,"longitude":37.03101975000000578575054532848298549652099609375,"site_id":3,"timestamp":"2026-07-10 23:40:52","worker_id":1}]  
[2026-07-10 23:41:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286351.84305459m, Allowed: 200m.  
[2026-07-10 23:43:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"37635968-b68a-424a-b510-b501dd4c6aed","latitude":-1.29595203333333319761777602252550423145294189453125,"longitude":37.03110788333333402988500893115997314453125,"site_id":3,"timestamp":"2026-07-10 23:43:21","worker_id":1}]  
[2026-07-10 23:44:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286373.74627766m, Allowed: 200m.  
[2026-07-10 23:44:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ad1fb401-042e-48a1-8a78-b7cc007ff293","latitude":-1.295670516666666660654527731821872293949127197265625,"longitude":37.03100713333333260379731655120849609375,"site_id":3,"timestamp":"2026-07-10 23:44:55","worker_id":1}]  
[2026-07-10 23:45:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286349.29866695m, Allowed: 200m.  
[2026-07-10 23:45:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b19c2271-ce10-4542-a1b1-f5f73e74b26f","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-10 23:45:49","worker_id":1}]  
[2026-07-10 23:46:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5deb9c35-45af-4504-9ec4-59fa34d13368","latitude":-1.29563160000000010541043593548238277435302734375,"longitude":37.03098356666667001491077826358377933502197265625,"site_id":3,"timestamp":"2026-07-10 23:45:59","worker_id":1}]  
[2026-07-10 23:46:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-10 23:46:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286344.96998699m, Allowed: 200m.  
[2026-07-10 23:46:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5dfec80e-a53d-4919-96c7-ad811c41d797","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-10 23:46:18","worker_id":1}]  
[2026-07-10 23:46:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e76b4b4b-dca1-44fc-9c2e-9659cf9e07f8","latitude":-1.29565265000000007233893484226427972316741943359375,"longitude":37.03102886666666648807222372852265834808349609375,"site_id":3,"timestamp":"2026-07-10 23:46:51","worker_id":1}]  
[2026-07-10 23:47:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-10 23:47:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286350.51697138m, Allowed: 200m.  
[2026-07-10 23:47:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d6f45426-7a3f-4146-aa2f-43b9b6293fb5","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-10 23:47:18","worker_id":1}]  
[2026-07-10 23:48:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-10 23:50:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9fbdce97-4270-41b5-b825-3391e462bc78","latitude":-1.2957070166666664334798042546026408672332763671875,"longitude":37.03097956666666590308523154817521572113037109375,"site_id":3,"timestamp":"2026-07-10 23:50:20","worker_id":1}]  
[2026-07-10 23:50:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2220dc99-4406-4566-9575-d505678a4182","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 23:50:33","worker_id":1}]  
[2026-07-10 23:51:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286348.46742082m, Allowed: 200m.  
[2026-07-10 23:51:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-10 23:52:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c5163bef-4405-43be-b5d9-232d4a41cea2","latitude":-1.2960702333333333768905504257418215274810791015625,"longitude":37.03076883333333313430557609535753726959228515625,"site_id":3,"timestamp":"2026-07-10 23:52:23","worker_id":1}]  
[2026-07-10 23:52:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fee6a7a7-1ec2-439c-9617-e64774e59f30","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-10 23:52:39","worker_id":1}]  
[2026-07-10 23:53:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286346.46134814m, Allowed: 200m.  
[2026-07-10 23:53:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-10 23:53:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"785d7f91-601f-4810-88f5-66f5fa0148be","latitude":-1.29566248333333344788798058289103209972381591796875,"longitude":37.03108123333333168147873948328197002410888671875,"site_id":3,"timestamp":"2026-07-10 23:53:06","worker_id":1}]  
[2026-07-10 23:53:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6e332d9d-8ef1-40dd-8afd-699563dd944b","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-10 23:53:11","worker_id":1}]  
[2026-07-10 23:54:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286356.18110696m, Allowed: 200m.  
[2026-07-10 23:54:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-10 23:54:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ed09a45c-4796-4fed-afa5-ab9990558de1","latitude":-1.295988333333333297758827029610984027385711669921875,"longitude":37.03136581666667126455649849958717823028564453125,"site_id":3,"timestamp":"2026-07-10 23:54:21","worker_id":1}]  
[2026-07-10 23:54:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3a50a2cf-ebb7-4881-92da-9ee2931ecca5","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-10 23:54:45","worker_id":1}]  
[2026-07-10 23:55:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"578e1b21-bb9a-4a71-9892-b99bddb44012","latitude":-1.295503916666666643919825219199992716312408447265625,"longitude":37.03100581666667068247988936491310596466064453125,"site_id":3,"timestamp":"2026-07-10 23:55:03","worker_id":1}]  
[2026-07-10 23:55:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"578e1b21-bb9a-4a71-9892-b99bddb44012","latitude":-1.295503916666666643919825219199992716312408447265625,"longitude":37.03100581666667068247988936491310596466064453125,"site_id":3,"timestamp":"2026-07-10 23:55:03","worker_id":1}]  
[2026-07-10 23:55:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286401.01830729m, Allowed: 200m.  
[2026-07-10 23:55:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-10 23:55:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286340.57336528m, Allowed: 200m.  
[2026-07-10 23:55:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6ca6f9d5-4a6a-4669-ab53-b329be48f5e6","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-10 23:55:17","worker_id":1}]  
[2026-07-10 23:56:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-10 23:58:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1ae12dc2-330d-4c4f-abce-55dad425a61d","latitude":-1.2955403833333332119792657977086491882801055908203125,"longitude":37.03098059999999946967363939620554447174072265625,"site_id":3,"timestamp":"2026-07-10 23:58:18","worker_id":1}]  
[2026-07-10 23:58:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9d112e79-a62b-41de-aaca-9645598c65ca","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-10 23:58:26","worker_id":1}]  
[2026-07-10 23:59:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286339.97153108m, Allowed: 200m.  
[2026-07-10 23:59:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-11 00:00:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"80ddcd93-a021-4ecd-97ef-4671cc43b4be","latitude":-1.3000323333333334563377547965501435101032257080078125,"longitude":37.03556880000000006702975952066481113433837890625,"site_id":3,"timestamp":"2026-07-11 00:00:35","worker_id":1}]  
[2026-07-11 00:01:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"94538edb-1036-4b1c-b18f-7d3799c8ad7d","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 00:01:02","worker_id":1}]  
[2026-07-11 00:01:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 287023.62601038m, Allowed: 200m.  
[2026-07-11 00:01:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 00:02:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ede87d9b-6ee2-4782-92a9-7a1aaefdc5bb","latitude":-1.2956411666666667326097694967756979167461395263671875,"longitude":37.0310029500000013058524928055703639984130859375,"site_id":3,"timestamp":"2026-07-11 00:02:55","worker_id":1}]  
[2026-07-11 00:03:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286347.37235029m, Allowed: 200m.  
[2026-07-11 00:03:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e3b7b137-6de3-463a-a6c5-2aa573ce2bef","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-11 00:03:08","worker_id":1}]  
[2026-07-11 00:04:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-11 00:08:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5649cb06-c3de-4618-a785-8a1e149d1f27","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 00:08:23","worker_id":1}]  
[2026-07-11 00:09:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26590423m, Allowed: 200m.  
[2026-07-11 00:13:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c4167a69-440d-424c-a0d1-bdb7ee6e263e","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 00:13:37","worker_id":1}]  
[2026-07-11 00:14:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 00:18:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"031a2d14-6145-43f6-9de4-549765922e46","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 00:18:51","worker_id":1}]  
[2026-07-11 00:19:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 00:24:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4777cd03-9cff-4a49-a957-97162da34f4e","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 00:24:05","worker_id":1}]  
[2026-07-11 00:24:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4777cd03-9cff-4a49-a957-97162da34f4e","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 00:24:05","worker_id":1}]  
[2026-07-11 00:24:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-11 00:29:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"279c3d94-be41-4e6f-b1c2-0546aba27087","latitude":-1.2955602999999999980218490236438810825347900390625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-11 00:29:18","worker_id":1}]  
[2026-07-11 00:30:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.23774613m, Allowed: 200m.  
[2026-07-11 00:34:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4b406efb-8685-450b-862d-04ee4d2a5a06","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 00:34:33","worker_id":1}]  
[2026-07-11 00:35:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 00:39:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5cd077f3-0899-4339-a8f9-68d45a547cb4","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 00:39:47","worker_id":1}]  
[2026-07-11 00:40:22] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26590423m, Allowed: 200m.  
[2026-07-11 00:45:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a324ce5e-f7ad-4d80-8293-4e669f56f469","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 00:45:02","worker_id":1}]  
[2026-07-11 00:45:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 00:49:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cdc82c9b-31fb-4ddc-acea-795fadb2332c","latitude":-1.29570853333333335655197515734471380710601806640625,"longitude":37.03097645000000426307451562024652957916259765625,"site_id":3,"timestamp":"2026-07-11 00:49:04","worker_id":1}]  
[2026-07-11 00:49:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286348.23877264m, Allowed: 200m.  
[2026-07-11 00:49:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1a8cf5fc-cb89-4719-a692-4470b8e4b8ac","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 00:49:14","worker_id":1}]  
[2026-07-11 00:49:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a89ae914-7f1b-4045-a33e-22081f0b7fc5","latitude":-1.295170566666666633892646132153458893299102783203125,"longitude":37.03104384999999609817677992396056652069091796875,"site_id":3,"timestamp":"2026-07-11 00:49:54","worker_id":1}]  
[2026-07-11 00:50:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 00:50:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286327.1227858m, Allowed: 200m.  
[2026-07-11 00:50:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"08b8f2d6-96e3-4049-8677-ce10c856f5d1","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-11 00:50:17","worker_id":1}]  
[2026-07-11 00:50:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9658e5cb-bb6f-4537-a79c-d18c9b407b5f","latitude":-1.2951938000000000617006890024640597403049468994140625,"longitude":37.03094316666666685478048748336732387542724609375,"site_id":3,"timestamp":"2026-07-11 00:50:51","worker_id":1}]  
[2026-07-11 00:51:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-11 00:51:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286318.40566333m, Allowed: 200m.  
[2026-07-11 00:51:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a1dc8f1a-b6ce-47a0-ba53-1e366a7b0f45","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-11 00:51:20","worker_id":1}]  
[2026-07-11 00:51:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9cee03b3-2715-4237-84e7-cb00912cd6c9","latitude":-1.295706616666666644022143373149447143077850341796875,"longitude":37.03075696666666516421173582784831523895263671875,"site_id":3,"timestamp":"2026-07-11 00:51:57","worker_id":1}]  
[2026-07-11 00:52:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-11 00:52:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52696625m, Allowed: 200m.  
[2026-07-11 00:52:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8a9d5adc-b000-455c-8197-071e2cac8b98","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 00:52:24","worker_id":1}]  
[2026-07-11 00:52:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ee8c5fae-bc5d-45cd-8268-2064a0d8c9f3","latitude":-1.2969516166666668066653755886363796889781951904296875,"longitude":37.02987031666666695173262269236147403717041015625,"site_id":3,"timestamp":"2026-07-11 00:52:52","worker_id":1}]  
[2026-07-11 00:52:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"28cf18f1-8f12-42d0-8e32-9b0a8f7a3ec6","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-11 00:52:55","worker_id":1}]  
[2026-07-11 00:53:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 00:53:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286303.51311816m, Allowed: 200m.  
[2026-07-11 00:53:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-11 00:54:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"21d813db-4afa-4cfd-8637-8c82cc05aa05","latitude":-1.29587945000000015483010429306887090206146240234375,"longitude":37.03066136666666352539323270320892333984375,"site_id":3,"timestamp":"2026-07-11 00:54:22","worker_id":1}]  
[2026-07-11 00:54:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"361aad9f-3748-432c-8e18-60fefdf9c4df","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 00:54:29","worker_id":1}]  
[2026-07-11 00:55:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.03271997m, Allowed: 200m.  
[2026-07-11 00:55:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 00:55:15] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6c10a036-98b3-4479-8f47-e9bf55a70341","latitude":-1.2954575000000001505640057075652293860912322998046875,"longitude":37.031027716666670812628581188619136810302734375,"site_id":3,"timestamp":"2026-07-11 00:55:14","worker_id":1}]  
[2026-07-11 00:55:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"85693f32-2f23-443c-924f-cd8a11d29045","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 00:55:33","worker_id":1}]  
[2026-07-11 00:56:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f10f70b8-9e79-4fe9-94ab-bc0a747199ca","latitude":-1.295195483333333452691249476629309356212615966796875,"longitude":37.03109976666666369737868080846965312957763671875,"site_id":3,"timestamp":"2026-07-11 00:56:00","worker_id":1}]  
[2026-07-11 00:56:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286340.3353466m, Allowed: 200m.  
[2026-07-11 00:56:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 00:56:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286333.91481767m, Allowed: 200m.  
[2026-07-11 00:56:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"55a4a4c4-7ebc-4dea-9d4b-daf121f5aa73","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 00:56:04","worker_id":1}]  
[2026-07-11 00:56:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e9fb3c93-9c95-4b81-83ac-7dfcb0ca1997","latitude":-1.29515896666666652237154266913421452045440673828125,"longitude":37.03118918333333198233958682976663112640380859375,"site_id":3,"timestamp":"2026-07-11 00:56:50","worker_id":1}]  
[2026-07-11 00:57:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"552e4caf-68dd-4d13-9b6c-0034720a95e4","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 00:57:07","worker_id":1}]  
[2026-07-11 00:57:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"552e4caf-68dd-4d13-9b6c-0034720a95e4","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 00:57:07","worker_id":1}]  
[2026-07-11 00:57:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-11 00:57:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286340.83744324m, Allowed: 200m.  
[2026-07-11 00:57:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 00:57:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e470bfa2-c33d-498d-8d4a-80c91911eecb","latitude":-1.2954667166666666844321298412978649139404296875,"longitude":37.03102428333333051568843075074255466461181640625,"site_id":3,"timestamp":"2026-07-11 00:57:56","worker_id":1}]  
[2026-07-11 00:58:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286340.47272725m, Allowed: 200m.  
[2026-07-11 00:58:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6e5dee0c-4087-4238-9cb9-ae6c6efe81d5","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 00:58:10","worker_id":1}]  
[2026-07-11 00:59:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 00:59:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"25235660-b823-4d3b-9a21-cb998b43d6c7","latitude":-1.29547100000000003916511559509672224521636962890625,"longitude":37.03103544999999741094143246300518512725830078125,"site_id":3,"timestamp":"2026-07-11 00:59:08","worker_id":1}]  
[2026-07-11 00:59:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7180adac-b4b7-4250-a995-c1170ae68c75","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 00:59:13","worker_id":1}]  
[2026-07-11 01:00:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c56586db-ab26-4913-b865-2700f9bc50c7","latitude":-1.29548981666666662704301415942609310150146484375,"longitude":37.0310256833333397707974654622375965118408203125,"site_id":3,"timestamp":"2026-07-11 01:00:09","worker_id":1}]  
[2026-07-11 01:00:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286341.79337008m, Allowed: 200m.  
[2026-07-11 01:00:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-11 01:00:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286341.80233544m, Allowed: 200m.  
[2026-07-11 01:00:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d6c691c4-7018-4e4d-acad-c848fb9b3f9a","latitude":-1.29556249999999995026200849679298698902130126953125,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-11 01:00:16","worker_id":1}]  
[2026-07-11 01:01:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.34141157m, Allowed: 200m.  
[2026-07-11 01:02:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b685c4f3-65bc-4a0b-824f-8d1ef4d66698","latitude":-1.2955595833333333199988146589021198451519012451171875,"longitude":37.03098278333333581713304738514125347137451171875,"site_id":3,"timestamp":"2026-07-11 01:02:47","worker_id":1}]  
[2026-07-11 01:02:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c30263dc-0527-498e-8c31-424391a189d9","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 01:02:53","worker_id":1}]  
[2026-07-11 01:03:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286341.17713468m, Allowed: 200m.  
[2026-07-11 01:03:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 01:07:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"665496c3-25db-4e5c-a69a-eb8cc173e4d3","latitude":-1.2955431500000000877292904988280497491359710693359375,"longitude":37.03091888333333514538026065565645694732666015625,"site_id":3,"timestamp":"2026-07-11 01:07:57","worker_id":1}]  
[2026-07-11 01:08:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286334.03669765m, Allowed: 200m.  
[2026-07-11 01:13:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d2a4de02-8252-49c9-b51e-2d558ffe6afa","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-11 01:13:23","worker_id":1}]  
[2026-07-11 01:13:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c49b9966-bf24-4ab5-bb24-3f2448f3f9c8","latitude":-1.295439733333333176545920650823973119258880615234375,"longitude":37.03102064999999498695615329779684543609619140625,"site_id":3,"timestamp":"2026-07-11 01:13:53","worker_id":1}]  
[2026-07-11 01:14:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-11 01:14:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286338.7228636m, Allowed: 200m.  
[2026-07-11 01:14:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7ee7f32d-730f-4f0b-a3fa-ddc4909199bb","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 01:14:26","worker_id":1}]  
[2026-07-11 01:15:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 01:15:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f0652f8e-9f75-4bb0-bb9c-c65ccab084e1","latitude":-1.295466366666666591100920413737185299396514892578125,"longitude":37.03096591666666625997095252387225627899169921875,"site_id":3,"timestamp":"2026-07-11 01:15:24","worker_id":1}]  
[2026-07-11 01:15:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1d6bfd72-9000-459a-b98e-cf97661c9e0e","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-11 01:15:29","worker_id":1}]  
[2026-07-11 01:16:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286334.70688392m, Allowed: 200m.  
[2026-07-11 01:16:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-11 01:16:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"22bf77a6-d0d9-40c2-a1b9-ae117abdc291","latitude":-1.2952892499999999476045786650502122938632965087890625,"longitude":37.0306594833333377891904092393815517425537109375,"site_id":3,"timestamp":"2026-07-11 01:16:23","worker_id":1}]  
[2026-07-11 01:16:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"dda8f010-04d8-409f-b5d7-fe51a38bda3f","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-11 01:16:32","worker_id":1}]  
[2026-07-11 01:17:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286295.3926217m, Allowed: 200m.  
[2026-07-11 01:17:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-11 01:17:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"823a035d-ae66-45ea-86b7-b4f22b85b068","latitude":-1.295315183333333397541764497873373329639434814453125,"longitude":37.0308790333333348598898737691342830657958984375,"site_id":3,"timestamp":"2026-07-11 01:17:12","worker_id":1}]  
[2026-07-11 01:17:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6cf8a2c7-117b-4ef9-b1a1-3cf4208273a4","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 01:17:35","worker_id":1}]  
[2026-07-11 01:18:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286318.35134963m, Allowed: 200m.  
[2026-07-11 01:18:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 01:18:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5a437a35-60f7-459f-8991-832a2b8eec82","latitude":-1.295354483333333472927506591076962649822235107421875,"longitude":37.03093548333333018263147096149623394012451171875,"site_id":3,"timestamp":"2026-07-11 01:18:07","worker_id":1}]  
[2026-07-11 01:18:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5a437a35-60f7-459f-8991-832a2b8eec82","latitude":-1.295354483333333472927506591076962649822235107421875,"longitude":37.03093548333333018263147096149623394012451171875,"site_id":3,"timestamp":"2026-07-11 01:18:07","worker_id":1}]  
[2026-07-11 01:18:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a1b6c9ca-4570-4d2e-8d73-44a9028a8c05","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-11 01:18:38","worker_id":1}]  
[2026-07-11 01:18:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"431704e2-7366-4633-8efd-664bed153b21","latitude":-1.2954130999999999840355258129420690238475799560546875,"longitude":37.03100371666666745795737369917333126068115234375,"site_id":3,"timestamp":"2026-07-11 01:18:54","worker_id":1}]  
[2026-07-11 01:19:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5f173769-497f-4a0b-bdad-3f8acd30d64d","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-11 01:19:09","worker_id":1}]  
[2026-07-11 01:19:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286325.93787127m, Allowed: 200m.  
[2026-07-11 01:19:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-11 01:19:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286335.68131574m, Allowed: 200m.  
[2026-07-11 01:19:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-11 01:19:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4dcb9541-0500-44fd-a634-6e26ba71ff00","latitude":-1.2954631500000000077221784522407688200473785400390625,"longitude":37.03101579999999870551619096659123897552490234375,"site_id":3,"timestamp":"2026-07-11 01:19:54","worker_id":1}]  
[2026-07-11 01:20:16] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e53c91f2-912e-439a-b2a3-3ffc0d99284b","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 01:20:13","worker_id":1}]  
[2026-07-11 01:20:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286339.45330529m, Allowed: 200m.  
[2026-07-11 01:20:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26590423m, Allowed: 200m.  
[2026-07-11 01:20:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3543c542-aad3-4dd2-93c8-e22e23abec01","latitude":-1.2949150833333333832086964321206323802471160888671875,"longitude":37.0310848499999991645381669513881206512451171875,"site_id":3,"timestamp":"2026-07-11 01:20:55","worker_id":1}]  
[2026-07-11 01:21:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286317.98412613m, Allowed: 200m.  
[2026-07-11 01:21:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5382e7fe-a100-4f3e-beba-4b402f9e7099","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 01:21:16","worker_id":1}]  
[2026-07-11 01:21:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b2ef21b8-eb34-4c11-82c7-707ed97378d0","latitude":-1.295449816666666809084063061163760721683502197265625,"longitude":37.03102700000000169211489264853298664093017578125,"site_id":3,"timestamp":"2026-07-11 01:21:49","worker_id":1}]  
[2026-07-11 01:22:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 01:22:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286339.86839079m, Allowed: 200m.  
[2026-07-11 01:22:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b88b91c5-f369-448f-941f-77df9638febd","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-11 01:22:19","worker_id":1}]  
[2026-07-11 01:22:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b06ef5da-d4dd-4d21-96f6-5f9c9eb83509","latitude":-1.2954395666666667086275310794007964432239532470703125,"longitude":37.031017966666667007302748970687389373779296875,"site_id":3,"timestamp":"2026-07-11 01:22:32","worker_id":1}]  
[2026-07-11 01:22:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"869af11d-0196-4c3a-8eda-08fa1892f87f","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 01:22:50","worker_id":1}]  
[2026-07-11 01:23:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-11 01:23:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286338.45001632m, Allowed: 200m.  
[2026-07-11 01:23:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 01:23:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"41566df0-a9fc-4ea7-b5c3-71fa24bd3381","latitude":-1.295335633333333458239167157444171607494354248046875,"longitude":37.0309783333333371047046966850757598876953125,"site_id":3,"timestamp":"2026-07-11 01:23:39","worker_id":1}]  
[2026-07-11 01:23:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bf9fbf34-c203-4b5b-9245-14c7786ae6e9","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-11 01:23:53","worker_id":1}]  
[2026-07-11 01:24:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286329.18527884m, Allowed: 200m.  
[2026-07-11 01:24:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-11 01:24:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0d376bf5-7c72-432c-8040-fae4d6c472c5","latitude":-1.2961364499999998844970150457811541855335235595703125,"longitude":37.03091859999999968522388371638953685760498046875,"site_id":3,"timestamp":"2026-07-11 01:24:41","worker_id":1}]  
[2026-07-11 01:24:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e983a234-708b-4a3a-9ab8-ee61bc270cf5","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 01:24:56","worker_id":1}]  
[2026-07-11 01:25:22] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286364.62580994m, Allowed: 200m.  
[2026-07-11 01:25:22] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 01:25:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2030322f-d290-4f61-ba3a-2d864f38b632","latitude":-1.29508124999999996163069226895458996295928955078125,"longitude":37.030928116666672167411888949573040008544921875,"site_id":3,"timestamp":"2026-07-11 01:25:42","worker_id":1}]  
[2026-07-11 01:26:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ade73e7d-a385-44f8-b757-ac77cba2d29c","latitude":-1.29556160000000009091536412597633898258209228515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-11 01:25:59","worker_id":1}]  
[2026-07-11 01:26:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286311.11811366m, Allowed: 200m.  
[2026-07-11 01:26:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26543228m, Allowed: 200m.  
[2026-07-11 01:27:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"116e9990-457e-4f82-9940-0a4a3e1a6300","latitude":-1.295335899999999984544274411746300756931304931640625,"longitude":37.03089461666666437622552621178328990936279296875,"site_id":3,"timestamp":"2026-07-11 01:27:43","worker_id":1}]  
[2026-07-11 01:28:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2982e06a-2d74-4844-9cb8-c70e8d215013","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-11 01:28:05","worker_id":1}]  
[2026-07-11 01:28:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286320.95470261m, Allowed: 200m.  
[2026-07-11 01:28:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-11 01:28:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ad5afa50-3d27-4bc5-b244-e4ca671814fc","latitude":-1.2954613833333332717501207298482768237590789794921875,"longitude":37.0310261500000024170731194317340850830078125,"site_id":3,"timestamp":"2026-07-11 01:28:28","worker_id":1}]  
[2026-07-11 01:28:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5fddfc77-cd43-4855-bb60-ac474315d85b","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 01:28:37","worker_id":1}]  
[2026-07-11 01:29:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286340.38140537m, Allowed: 200m.  
[2026-07-11 01:29:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 01:29:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0c5df418-76e7-4dca-aecc-b94373b3cb1b","latitude":-1.2953773000000001758280632202513515949249267578125,"longitude":37.03077726666666791288662352599203586578369140625,"site_id":3,"timestamp":"2026-07-11 01:29:25","worker_id":1}]  
[2026-07-11 01:29:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4b874fe0-2905-429c-bba2-57c89081ba9d","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 01:29:40","worker_id":1}]  
[2026-07-11 01:30:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6166e903-5204-4b9b-945e-403831041438","latitude":-1.2955178833333331755994777267915196716785430908203125,"longitude":37.031056666666671617349493317306041717529296875,"site_id":3,"timestamp":"2026-07-11 01:30:14","worker_id":1}]  
[2026-07-11 01:30:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286311.53416048m, Allowed: 200m.  
[2026-07-11 01:30:45] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 01:30:46] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286346.3014694m, Allowed: 200m.  
[2026-07-11 01:30:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"962d5601-26f7-4d4d-bcbb-f41a36eae753","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-11 01:30:44","worker_id":1}]  
[2026-07-11 01:31:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5796c581-9a04-4c5d-b68a-7a7ecacbd079","latitude":-1.29547241666666668180596388992853462696075439453125,"longitude":37.03100221666667124509331188164651393890380859375,"site_id":3,"timestamp":"2026-07-11 01:30:58","worker_id":1}]  
[2026-07-11 01:31:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"14effcca-bd0c-4bf8-97d1-53541a58de55","latitude":-1.29556249999999995026200849679298698902130126953125,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-11 01:31:15","worker_id":1}]  
[2026-07-11 01:31:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-11 01:31:22] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286338.59372612m, Allowed: 200m.  
[2026-07-11 01:31:22] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.34141157m, Allowed: 200m.  
[2026-07-11 01:32:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"52be93f2-b508-4959-8819-6aff4d638100","latitude":-1.295466999999999924142457530251704156398773193359375,"longitude":37.0309880666666657589303213171660900115966796875,"site_id":3,"timestamp":"2026-07-11 01:32:27","worker_id":1}]  
[2026-07-11 01:32:37] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286336.92082464m, Allowed: 200m.  
[2026-07-11 01:32:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"143f5408-c6c3-4a55-838c-c7a4c49dac36","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 01:32:49","worker_id":1}]  
[2026-07-11 01:33:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 01:33:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"36385037-8cfa-4ca8-a99b-6733394ac08c","latitude":-1.295473516666666657926043626503087580204010009765625,"longitude":37.03099399999999974397724145092070102691650390625,"site_id":3,"timestamp":"2026-07-11 01:33:26","worker_id":1}]  
[2026-07-11 01:33:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1d9cedd3-038f-4e5b-a32f-0b58fea329d4","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 01:33:52","worker_id":1}]  
[2026-07-11 01:35:09] local.ERROR: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `personal_access_tokens` where `personal_access_tokens`.`id` = 38 limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `personal_access_tokens` where `personal_access_tokens`.`id` = 38 limit 1) at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(907): Illuminate\\Database\\Query\\Builder->get(Array)
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(889): Illuminate\\Database\\Eloquent\\Builder->getModels(Array)
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(367): Illuminate\\Database\\Eloquent\\Builder->get(Array)
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(571): Illuminate\\Database\\Eloquent\\Builder->first(Array)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->find('38')
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'find', Array)
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate\\Database\\Eloquent\\Model->__call('find', Array)
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/sanctum/src/PersonalAccessToken.php(66): Illuminate\\Database\\Eloquent\\Model::__callStatic('find', Array)
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/sanctum/src/Guard.php(43): Laravel\\Sanctum\\PersonalAccessToken::findToken('PeJB1YcH4EicoRY...')
#15 [internal function]: Laravel\\Sanctum\\Guard->__invoke(Object(Illuminate\\Http\\Request), NULL)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php(56): call_user_func(Object(Laravel\\Sanctum\\Guard), Object(Illuminate\\Http\\Request), NULL)
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php(56): Illuminate\\Auth\\RequestGuard->user()
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(82): Illuminate\\Auth\\RequestGuard->check()
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(61): Illuminate\\Auth\\Middleware\\Authenticate->authenticate(Object(Illuminate\\Http\\Request), Array)
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Auth\\Middleware\\Authenticate->handle(Object(Illuminate\\Http\\Request), Object(Closure), 'sanctum')
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}(Object(Illuminate\\Http\\Request))
#28 /home/echosignsltd/public_html/crm-app/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(Illuminate\\Http\\Request))
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire\\Features\\SupportDisablingBackButtonCache\\DisableBackButtonCacheMiddleware->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#30 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#33 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#34 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#37 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#38 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#39 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#40 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#41 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#42 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#43 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#45 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#46 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#47 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#48 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#49 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#50 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#51 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#52 /home/echosignsltd/public_html/crm-app/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#53 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect(true)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}('select * from `...', Array)
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(907): Illuminate\\Database\\Query\\Builder->get(Array)
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(889): Illuminate\\Database\\Eloquent\\Builder->getModels(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(367): Illuminate\\Database\\Eloquent\\Builder->get(Array)
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(571): Illuminate\\Database\\Eloquent\\Builder->first(Array)
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->find('38')
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'find', Array)
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate\\Database\\Eloquent\\Model->__call('find', Array)
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/sanctum/src/PersonalAccessToken.php(66): Illuminate\\Database\\Eloquent\\Model::__callStatic('find', Array)
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/sanctum/src/Guard.php(43): Laravel\\Sanctum\\PersonalAccessToken::findToken('PeJB1YcH4EicoRY...')
#26 [internal function]: Laravel\\Sanctum\\Guard->__invoke(Object(Illuminate\\Http\\Request), NULL)
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php(56): call_user_func(Object(Laravel\\Sanctum\\Guard), Object(Illuminate\\Http\\Request), NULL)
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php(56): Illuminate\\Auth\\RequestGuard->user()
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(82): Illuminate\\Auth\\RequestGuard->check()
#30 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(61): Illuminate\\Auth\\Middleware\\Authenticate->authenticate(Object(Illuminate\\Http\\Request), Array)
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Auth\\Middleware\\Authenticate->handle(Object(Illuminate\\Http\\Request), Object(Closure), 'sanctum')
#32 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#33 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#34 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#37 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#38 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}(Object(Illuminate\\Http\\Request))
#39 /home/echosignsltd/public_html/crm-app/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(Illuminate\\Http\\Request))
#40 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire\\Features\\SupportDisablingBackButtonCache\\DisableBackButtonCacheMiddleware->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#42 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#45 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#46 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#47 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#48 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#49 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#50 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#51 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#52 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#53 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#54 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#55 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#56 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#57 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#58 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#59 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#60 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#61 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#62 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#63 /home/echosignsltd/public_html/crm-app/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#64 {main}
"} 
[2026-07-11 01:35:10] local.ERROR: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `personal_access_tokens` where `personal_access_tokens`.`id` = 38 limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `personal_access_tokens` where `personal_access_tokens`.`id` = 38 limit 1) at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(907): Illuminate\\Database\\Query\\Builder->get(Array)
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(889): Illuminate\\Database\\Eloquent\\Builder->getModels(Array)
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(367): Illuminate\\Database\\Eloquent\\Builder->get(Array)
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(571): Illuminate\\Database\\Eloquent\\Builder->first(Array)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->find('38')
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'find', Array)
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate\\Database\\Eloquent\\Model->__call('find', Array)
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/sanctum/src/PersonalAccessToken.php(66): Illuminate\\Database\\Eloquent\\Model::__callStatic('find', Array)
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/sanctum/src/Guard.php(43): Laravel\\Sanctum\\PersonalAccessToken::findToken('PeJB1YcH4EicoRY...')
#15 [internal function]: Laravel\\Sanctum\\Guard->__invoke(Object(Illuminate\\Http\\Request), NULL)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php(56): call_user_func(Object(Laravel\\Sanctum\\Guard), Object(Illuminate\\Http\\Request), NULL)
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php(56): Illuminate\\Auth\\RequestGuard->user()
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(82): Illuminate\\Auth\\RequestGuard->check()
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(61): Illuminate\\Auth\\Middleware\\Authenticate->authenticate(Object(Illuminate\\Http\\Request), Array)
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Auth\\Middleware\\Authenticate->handle(Object(Illuminate\\Http\\Request), Object(Closure), 'sanctum')
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}(Object(Illuminate\\Http\\Request))
#28 /home/echosignsltd/public_html/crm-app/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(Illuminate\\Http\\Request))
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire\\Features\\SupportDisablingBackButtonCache\\DisableBackButtonCacheMiddleware->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#30 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#33 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#34 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#37 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#38 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#39 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#40 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#41 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#42 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#43 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#45 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#46 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#47 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#48 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#49 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#50 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#51 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#52 /home/echosignsltd/public_html/crm-app/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#53 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect(true)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}('select * from `...', Array)
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(907): Illuminate\\Database\\Query\\Builder->get(Array)
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(889): Illuminate\\Database\\Eloquent\\Builder->getModels(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(367): Illuminate\\Database\\Eloquent\\Builder->get(Array)
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(571): Illuminate\\Database\\Eloquent\\Builder->first(Array)
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->find('38')
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'find', Array)
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate\\Database\\Eloquent\\Model->__call('find', Array)
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/sanctum/src/PersonalAccessToken.php(66): Illuminate\\Database\\Eloquent\\Model::__callStatic('find', Array)
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/sanctum/src/Guard.php(43): Laravel\\Sanctum\\PersonalAccessToken::findToken('PeJB1YcH4EicoRY...')
#26 [internal function]: Laravel\\Sanctum\\Guard->__invoke(Object(Illuminate\\Http\\Request), NULL)
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php(56): call_user_func(Object(Laravel\\Sanctum\\Guard), Object(Illuminate\\Http\\Request), NULL)
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php(56): Illuminate\\Auth\\RequestGuard->user()
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(82): Illuminate\\Auth\\RequestGuard->check()
#30 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(61): Illuminate\\Auth\\Middleware\\Authenticate->authenticate(Object(Illuminate\\Http\\Request), Array)
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Auth\\Middleware\\Authenticate->handle(Object(Illuminate\\Http\\Request), Object(Closure), 'sanctum')
#32 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#33 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#34 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#37 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#38 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}(Object(Illuminate\\Http\\Request))
#39 /home/echosignsltd/public_html/crm-app/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(Illuminate\\Http\\Request))
#40 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire\\Features\\SupportDisablingBackButtonCache\\DisableBackButtonCacheMiddleware->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#42 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#45 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#46 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#47 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#48 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#49 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#50 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#51 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#52 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#53 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#54 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#55 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#56 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#57 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#58 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#59 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#60 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#61 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#62 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#63 /home/echosignsltd/public_html/crm-app/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#64 {main}
"} 
[2026-07-11 01:35:15] local.ERROR: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect(true)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}('select * from `...', Array)
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#30 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#32 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#38 {main}
"} 
[2026-07-11 01:35:15] local.ERROR: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `cache` where `key` in (prosel-wms-cache-illuminate:queue:restart)) at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect(true)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}('select * from `...', Array)
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(124): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(798): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(174): Illuminate\\Queue\\Worker->getTimestampOfLastQueueRestart()
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(280): Illuminate\\Container\\Container->call(Array)
#30 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Command/Command.php(291): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(249): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#32 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(1107): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /home/echosignsltd/public_html/crm-app/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 /home/echosignsltd/public_html/crm-app/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#38 {main}
"} 
[2026-07-11 01:35:29] local.ERROR: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `personal_access_tokens` where `personal_access_tokens`.`id` = 38 limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: echosignsltd_crm, SQL: select * from `personal_access_tokens` where `personal_access_tokens`.`id` = 38 limit 1) at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php:841)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(907): Illuminate\\Database\\Query\\Builder->get(Array)
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(889): Illuminate\\Database\\Eloquent\\Builder->getModels(Array)
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(367): Illuminate\\Database\\Eloquent\\Builder->get(Array)
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(571): Illuminate\\Database\\Eloquent\\Builder->first(Array)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->find('38')
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'find', Array)
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate\\Database\\Eloquent\\Model->__call('find', Array)
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/sanctum/src/PersonalAccessToken.php(66): Illuminate\\Database\\Eloquent\\Model::__callStatic('find', Array)
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/sanctum/src/Guard.php(43): Laravel\\Sanctum\\PersonalAccessToken::findToken('PeJB1YcH4EicoRY...')
#15 [internal function]: Laravel\\Sanctum\\Guard->__invoke(Object(Illuminate\\Http\\Request), NULL)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php(56): call_user_func(Object(Laravel\\Sanctum\\Guard), Object(Illuminate\\Http\\Request), NULL)
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php(56): Illuminate\\Auth\\RequestGuard->user()
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(82): Illuminate\\Auth\\RequestGuard->check()
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(61): Illuminate\\Auth\\Middleware\\Authenticate->authenticate(Object(Illuminate\\Http\\Request), Array)
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Auth\\Middleware\\Authenticate->handle(Object(Illuminate\\Http\\Request), Object(Closure), 'sanctum')
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#26 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}(Object(Illuminate\\Http\\Request))
#28 /home/echosignsltd/public_html/crm-app/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(Illuminate\\Http\\Request))
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire\\Features\\SupportDisablingBackButtonCache\\DisableBackButtonCacheMiddleware->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#30 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#33 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#34 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#37 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#38 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#39 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#40 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#41 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#42 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#43 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#45 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#46 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#47 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#48 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#49 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#50 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#51 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#52 /home/echosignsltd/public_html/crm-app/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#53 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#1 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#2 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=127....', 'echosignsltd_ic...', Object(SensitiveParameterValue), Array)
#3 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#4 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(186): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():181}()
#6 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1279): call_user_func(Object(Closure))
#7 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1317): Illuminate\\Database\\Connection->getPdo()
#8 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(528): Illuminate\\Database\\Connection->getReadPdo()
#9 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(421): Illuminate\\Database\\Connection->getPdoForSelect(true)
#10 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(830): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():412}('select * from `...', Array)
#11 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1021): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#12 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1000): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(799): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#14 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Connection.php(412): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#15 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3562): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#16 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3546): Illuminate\\Database\\Query\\Builder->runSelect()
#17 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(907): Illuminate\\Database\\Query\\Builder->get(Array)
#18 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(889): Illuminate\\Database\\Eloquent\\Builder->getModels(Array)
#19 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(367): Illuminate\\Database\\Eloquent\\Builder->get(Array)
#20 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(571): Illuminate\\Database\\Eloquent\\Builder->first(Array)
#21 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php(23): Illuminate\\Database\\Eloquent\\Builder->find('38')
#22 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2793): Illuminate\\Database\\Eloquent\\Model->forwardCallTo(Object(Illuminate\\Database\\Eloquent\\Builder), 'find', Array)
#23 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2809): Illuminate\\Database\\Eloquent\\Model->__call('find', Array)
#24 /home/echosignsltd/public_html/crm-app/vendor/laravel/sanctum/src/PersonalAccessToken.php(66): Illuminate\\Database\\Eloquent\\Model::__callStatic('find', Array)
#25 /home/echosignsltd/public_html/crm-app/vendor/laravel/sanctum/src/Guard.php(43): Laravel\\Sanctum\\PersonalAccessToken::findToken('PeJB1YcH4EicoRY...')
#26 [internal function]: Laravel\\Sanctum\\Guard->__invoke(Object(Illuminate\\Http\\Request), NULL)
#27 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php(56): call_user_func(Object(Laravel\\Sanctum\\Guard), Object(Illuminate\\Http\\Request), NULL)
#28 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php(56): Illuminate\\Auth\\RequestGuard->user()
#29 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(82): Illuminate\\Auth\\RequestGuard->check()
#30 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(61): Illuminate\\Auth\\Middleware\\Authenticate->authenticate(Object(Illuminate\\Http\\Request), Array)
#31 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Auth\\Middleware\\Authenticate->handle(Object(Illuminate\\Http\\Request), Object(Closure), 'sanctum')
#32 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#33 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#34 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#35 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#36 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#37 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#38 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}(Object(Illuminate\\Http\\Request))
#39 /home/echosignsltd/public_html/crm-app/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(Illuminate\\Http\\Request))
#40 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Livewire\\Features\\SupportDisablingBackButtonCache\\DisableBackButtonCacheMiddleware->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#42 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#45 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#46 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#47 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#48 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#49 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#50 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#51 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#52 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#53 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#54 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#55 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#56 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#57 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#58 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#59 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#60 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#61 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#62 /home/echosignsltd/public_html/crm-app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#63 /home/echosignsltd/public_html/crm-app/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#64 {main}
"} 
[2026-07-11 01:36:00] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9dde6190-0b39-4a8c-a957-a56d555d5436","latitude":-1.295479250000000082110318544437177479267120361328125,"longitude":37.03098346666666174087367835454642772674560546875,"site_id":3,"timestamp":"2026-07-11 01:34:21","worker_id":1},{"event_type":"gps","idempotency_key":"073bdd8d-7c17-4358-a32c-7fdd9816b9e3","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 01:34:55","worker_id":1},{"event_type":"gps","idempotency_key":"bae5f3a5-b5a6-40e8-809c-61c24a56c45b","latitude":-1.295153133333333261845154993352480232715606689453125,"longitude":37.030671533333332945403526537120342254638671875,"site_id":3,"timestamp":"2026-07-11 01:35:27","worker_id":1},{"event_type":"gps","idempotency_key":"2587a503-2d33-4a34-9b34-383f659d0ee0","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-11 01:35:58","worker_id":1}]  
[2026-07-11 01:36:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286337.84132225m, Allowed: 200m.  
[2026-07-11 01:36:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-11 01:36:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286337.09982014m, Allowed: 200m.  
[2026-07-11 01:36:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 01:36:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286289.55727958m, Allowed: 200m.  
[2026-07-11 01:36:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27012m, Allowed: 200m.  
[2026-07-11 01:36:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"534c423f-6b27-4e26-be06-c3e1e9cfe224","latitude":-1.2953585999999999156528929233900271356105804443359375,"longitude":37.03071249999999992041921359486877918243408203125,"site_id":3,"timestamp":"2026-07-11 01:36:41","worker_id":1}]  
[2026-07-11 01:37:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a902638a-18e5-47bc-8aa0-7c318465012e","latitude":-1.2955612000000000794130983194918371737003326416015625,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-11 01:37:01","worker_id":1}]  
[2026-07-11 01:37:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286304.19139191m, Allowed: 200m.  
[2026-07-11 01:37:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26448838m, Allowed: 200m.  
[2026-07-11 01:37:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a7e8dcd3-6778-4f8c-8699-12385691f07b","latitude":-1.295405083333333262629594173631630837917327880859375,"longitude":37.0310496499999999286956153810024261474609375,"site_id":3,"timestamp":"2026-07-11 01:37:28","worker_id":1}]  
[2026-07-11 01:37:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4005c4dc-1a6c-4e36-a512-6686a88b4464","latitude":-1.2955612000000000794130983194918371737003326416015625,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-11 01:37:33","worker_id":1}]  
[2026-07-11 01:38:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286339.79119812m, Allowed: 200m.  
[2026-07-11 01:38:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26448838m, Allowed: 200m.  
[2026-07-11 01:38:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3f1a47ba-0c25-4fa0-9f49-60e31ea36019","latitude":-1.2962072833333333488070593375596217811107635498046875,"longitude":37.03091053333333348973610554821789264678955078125,"site_id":3,"timestamp":"2026-07-11 01:38:21","worker_id":1}]  
[2026-07-11 01:38:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1669d333-4cfc-4b9a-b55a-210d6d7ec96d","latitude":-1.2955609999999999626396629537339322268962860107421875,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-11 01:38:36","worker_id":1}]  
[2026-07-11 01:39:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286367.48766199m, Allowed: 200m.  
[2026-07-11 01:39:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26401643m, Allowed: 200m.  
[2026-07-11 01:39:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"674a5d6a-53aa-4d40-aca7-3d5b9a58683a","latitude":-1.295611950000000067717564888880588114261627197265625,"longitude":37.03105533333333454493185854516923427581787109375,"site_id":3,"timestamp":"2026-07-11 01:39:11","worker_id":1}]  
[2026-07-11 01:39:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"373e1941-2192-44c0-bcef-eea1ee276a0d","latitude":-1.2955612000000000794130983194918371737003326416015625,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-11 01:39:39","worker_id":1}]  
[2026-07-11 01:39:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f1b9a8f5-1060-4cb2-ab5c-c5fc2e66381e","latitude":-1.295474299999999967525354804820381104946136474609375,"longitude":37.0310229666666685943710035644471645355224609375,"site_id":3,"timestamp":"2026-07-11 01:39:54","worker_id":1}]  
[2026-07-11 01:40:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"eac4fb9a-93b6-4e80-b996-45d1eb7a549b","latitude":-1.2955612000000000794130983194918371737003326416015625,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-11 01:40:11","worker_id":1}]  
[2026-07-11 01:40:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286351.02333627m, Allowed: 200m.  
[2026-07-11 01:40:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26448838m, Allowed: 200m.  
[2026-07-11 01:40:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286340.7342913m, Allowed: 200m.  
[2026-07-11 01:40:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26448838m, Allowed: 200m.  
[2026-07-11 01:41:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7cf9da62-19c4-4d68-8c1f-ed8a0f929b0c","latitude":-1.29544068333333317610822632559575140476226806640625,"longitude":37.03101231666666848241220577619969844818115234375,"site_id":3,"timestamp":"2026-07-11 01:41:26","worker_id":1}]  
[2026-07-11 01:41:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c5b76698-5a41-4193-a127-8f444ad1021f","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-11 01:41:45","worker_id":1}]  
[2026-07-11 01:42:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286337.95122448m, Allowed: 200m.  
[2026-07-11 01:42:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-11 01:43:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e60fb102-9fcb-417b-9872-1c005fd42c2f","latitude":-1.2953316333333333432165090925991535186767578125,"longitude":37.03080198333334038807151955552399158477783203125,"site_id":3,"timestamp":"2026-07-11 01:43:27","worker_id":1}]  
[2026-07-11 01:43:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"456c02a3-304c-49aa-8b43-41bc63c0b773","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-11 01:43:51","worker_id":1}]  
[2026-07-11 01:44:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286311.61222627m, Allowed: 200m.  
[2026-07-11 01:44:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-11 01:44:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8908a479-6176-4b01-8a11-58340b2558bf","latitude":-1.2954639333333333173214896305580623447895050048828125,"longitude":37.0310497833333300832237000577151775360107421875,"site_id":3,"timestamp":"2026-07-11 01:44:30","worker_id":1}]  
[2026-07-11 01:44:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"606fb940-16cb-4444-a0af-0429e8bc8e42","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-11 01:44:54","worker_id":1}]  
[2026-07-11 01:45:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286342.84031499m, Allowed: 200m.  
[2026-07-11 01:45:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-11 01:46:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3b3f711f-d82d-417c-95c4-00848c706909","latitude":-1.2954552333333335667475694208405911922454833984375,"longitude":37.03100744999999704987203585915267467498779296875,"site_id":3,"timestamp":"2026-07-11 01:46:29","worker_id":1}]  
[2026-07-11 01:47:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0facf713-0b6a-4770-893c-00757137747b","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-11 01:47:00","worker_id":1}]  
[2026-07-11 01:47:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286338.22259683m, Allowed: 200m.  
[2026-07-11 01:47:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-11 01:49:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0041d78d-f34e-422a-9987-16d3a6fb6a0b","latitude":-1.295343716666666811221375610330142080783843994140625,"longitude":37.0309922833333331482208450324833393096923828125,"site_id":3,"timestamp":"2026-07-11 01:49:00","worker_id":1}]  
[2026-07-11 01:49:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"adb25d29-454e-4758-afc4-bbf237c7dced","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-11 01:49:06","worker_id":1}]  
[2026-07-11 01:49:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286330.97605691m, Allowed: 200m.  
[2026-07-11 01:49:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-11 01:51:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1ffff7bc-3776-4e33-9299-a84a61a0dfa1","latitude":-1.2955938166666667310522598199895583093166351318359375,"longitude":37.031059150000004365210770629346370697021484375,"site_id":3,"timestamp":"2026-07-11 01:51:04","worker_id":1}]  
[2026-07-11 01:51:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e6849a6a-774b-4cad-a31d-d874b14a582d","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-11 01:51:12","worker_id":1}]  
[2026-07-11 01:52:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286350.46361051m, Allowed: 200m.  
[2026-07-11 01:52:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-11 01:52:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cc9f448c-5ada-4a23-828e-17cdd13ab83e","latitude":-1.295407466666666618237968577886931598186492919921875,"longitude":37.03107683333333710606893873773515224456787109375,"site_id":3,"timestamp":"2026-07-11 01:52:35","worker_id":1}]  
[2026-07-11 01:52:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"705fb6d3-3369-4fd4-b789-eff366f6cf04","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-11 01:52:46","worker_id":1}]  
[2026-07-11 01:53:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286342.59113321m, Allowed: 200m.  
[2026-07-11 01:53:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-11 01:55:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ffd42cbe-aeef-44d8-a792-668531aa15f0","latitude":-1.29546228333333335314137002569623291492462158203125,"longitude":37.03107386666666656083179987035691738128662109375,"site_id":3,"timestamp":"2026-07-11 01:55:05","worker_id":1}]  
[2026-07-11 01:55:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286345.12686858m, Allowed: 200m.  
[2026-07-11 01:55:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"43cecedd-0b11-4bef-998b-1643364842cc","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 01:55:24","worker_id":1}]  
[2026-07-11 01:56:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 01:56:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"427efc3e-57ff-4215-a658-cea2ef71c604","latitude":-1.2942429833333333188960523330024443566799163818359375,"longitude":37.031166200000001254011294804513454437255859375,"site_id":3,"timestamp":"2026-07-11 01:56:07","worker_id":1}]  
[2026-07-11 01:56:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"427efc3e-57ff-4215-a658-cea2ef71c604","latitude":-1.2942429833333333188960523330024443566799163818359375,"longitude":37.031166200000001254011294804513454437255859375,"site_id":3,"timestamp":"2026-07-11 01:56:07","worker_id":1}]  
[2026-07-11 01:56:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6eea00be-04aa-4c8f-bb97-1158b08d7fde","latitude":-1.2955602999999999980218490236438810825347900390625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-11 01:56:27","worker_id":1}]  
[2026-07-11 01:57:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286291.34434112m, Allowed: 200m.  
[2026-07-11 01:57:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.23774613m, Allowed: 200m.  
[2026-07-11 01:57:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cb45020a-018f-49ed-82e1-e93fd681029b","latitude":-1.29525786666666675728265545330941677093505859375,"longitude":37.0310030499999953690348775126039981842041015625,"site_id":3,"timestamp":"2026-07-11 01:57:08","worker_id":1}]  
[2026-07-11 01:57:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cb45020a-018f-49ed-82e1-e93fd681029b","latitude":-1.29525786666666675728265545330941677093505859375,"longitude":37.0310030499999953690348775126039981842041015625,"site_id":3,"timestamp":"2026-07-11 01:57:08","worker_id":1}]  
[2026-07-11 01:57:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"378a2805-9f42-444a-92d6-65535573e331","latitude":-1.2955600000000000449063009000383317470550537109375,"longitude":37.03083079999999682740963180549442768096923828125,"site_id":3,"timestamp":"2026-07-11 01:57:31","worker_id":1}]  
[2026-07-11 01:57:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"eedc69bd-cba5-4c4e-ae30-ab5bd1e7f129","latitude":-1.295453733333333357080618952750228345394134521484375,"longitude":37.0310800499999999146893969736993312835693359375,"site_id":3,"timestamp":"2026-07-11 01:57:53","worker_id":1}]  
[2026-07-11 01:58:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a94aa898-893a-4257-946f-93eb3ca9560b","latitude":-1.2955602999999999980218490236438810825347900390625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-11 01:58:02","worker_id":1}]  
[2026-07-11 01:58:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286327.60779213m, Allowed: 200m.  
[2026-07-11 01:58:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.23211452m, Allowed: 200m.  
[2026-07-11 01:58:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286345.29470685m, Allowed: 200m.  
[2026-07-11 01:58:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.23774613m, Allowed: 200m.  
[2026-07-11 01:58:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"784b231b-683b-41bc-86df-2f340526938c","latitude":-1.2954671500000001227448365170857869088649749755859375,"longitude":37.03097393333333542386753833852708339691162109375,"site_id":3,"timestamp":"2026-07-11 01:58:52","worker_id":1}]  
[2026-07-11 01:59:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286335.536754m, Allowed: 200m.  
[2026-07-11 01:59:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f6877033-0ead-4d10-8ef7-7a94b1af0397","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-11 01:59:05","worker_id":1}]  
[2026-07-11 01:59:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"482ece34-8eb7-40ec-a03c-b2ef759c16ed","latitude":-1.295455416666666526026574501884169876575469970703125,"longitude":37.0310327333333333399423281662166118621826171875,"site_id":3,"timestamp":"2026-07-11 01:59:40","worker_id":1}]  
[2026-07-11 02:00:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-11 02:00:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286340.72189806m, Allowed: 200m.  
[2026-07-11 02:00:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3982fe43-c4e7-4ea8-98f9-89a33e2dbedd","latitude":-1.2955602999999999980218490236438810825347900390625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-11 02:00:38","worker_id":1}]  
[2026-07-11 02:00:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ee61855a-2e99-40c9-a60b-30839595ce30","latitude":-1.29546206666666652296271422528661787509918212890625,"longitude":37.0310580333333376756854704581201076507568359375,"site_id":3,"timestamp":"2026-07-11 02:00:52","worker_id":1}]  
[2026-07-11 02:01:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.23774613m, Allowed: 200m.  
[2026-07-11 02:01:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286343.55645673m, Allowed: 200m.  
[2026-07-11 02:01:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3437f031-4cfb-4c28-b9fb-a5d77e135847","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-11 02:01:10","worker_id":1}]  
[2026-07-11 02:02:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29028675m, Allowed: 200m.  
[2026-07-11 02:02:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"40da4218-cd22-4732-9113-b466cb207bc6","latitude":-1.29537458333333344029369982308708131313323974609375,"longitude":37.03078446666666678765977849252521991729736328125,"site_id":3,"timestamp":"2026-07-11 02:02:52","worker_id":1}]  
[2026-07-11 02:03:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286312.10303715m, Allowed: 200m.  
[2026-07-11 02:03:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1ea65a07-093d-4234-89a8-3b3d1f5a4b82","latitude":-1.29556160000000009091536412597633898258209228515625,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-11 02:03:16","worker_id":1}]  
[2026-07-11 02:04:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29497448m, Allowed: 200m.  
[2026-07-11 02:08:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2e88e962-7a07-4472-afa5-ced704886c06","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-11 02:08:32","worker_id":1}]  
[2026-07-11 02:09:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.2996622m, Allowed: 200m.  
[2026-07-11 02:09:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"612ce74b-acae-4786-98e4-dda510991253","latitude":-1.29512633333333315732716073398478329181671142578125,"longitude":37.03047434999999865112840780057013034820556640625,"site_id":3,"timestamp":"2026-07-11 02:09:30","worker_id":1}]  
[2026-07-11 02:09:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9665e0f0-8b9b-4076-9dfc-a5e6abd42b8f","latitude":-1.2955612000000000794130983194918371737003326416015625,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-11 02:09:35","worker_id":1}]  
[2026-07-11 02:10:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286268.75631121m, Allowed: 200m.  
[2026-07-11 02:10:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26448838m, Allowed: 200m.  
[2026-07-11 02:11:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c8bef3b9-87b9-4972-952c-65eb5bc351ae","latitude":-1.295331166666666700137966472539119422435760498046875,"longitude":37.0302702833333370335822110064327716827392578125,"site_id":3,"timestamp":"2026-07-11 02:11:21","worker_id":1}]  
[2026-07-11 02:11:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e041c441-2267-4414-bf46-61ec1f048b74","latitude":-1.29556249999999995026200849679298698902130126953125,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-11 02:11:40","worker_id":1}]  
[2026-07-11 02:12:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286259.22880932m, Allowed: 200m.  
[2026-07-11 02:12:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.34141157m, Allowed: 200m.  
[2026-07-11 02:12:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"04f0cdaa-0c71-477e-8f47-682cd787cbe5","latitude":-1.295372983333333394284636597149074077606201171875,"longitude":37.0308323000000001457010512240231037139892578125,"site_id":3,"timestamp":"2026-07-11 02:12:32","worker_id":1}]  
[2026-07-11 02:12:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c0bfc328-a8e1-47bd-bd58-99f5a830c519","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 02:12:43","worker_id":1}]  
[2026-07-11 02:13:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286316.73098095m, Allowed: 200m.  
[2026-07-11 02:13:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26590423m, Allowed: 200m.  
[2026-07-11 02:13:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8d3aeeb9-a7d8-4b6d-9a4c-333cb1a20eef","latitude":-1.295090316666666740985647265915758907794952392578125,"longitude":37.03053010000000000445652403868734836578369140625,"site_id":3,"timestamp":"2026-07-11 02:13:51","worker_id":1}]  
[2026-07-11 02:14:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286272.38851469m, Allowed: 200m.  
[2026-07-11 02:14:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8fb5e67f-0fd9-4953-9f5d-2cc5f391aa92","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-11 02:14:18","worker_id":1}]  
[2026-07-11 02:14:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"28543c3a-3ba8-419b-8265-88e9e8fa3fe2","latitude":-1.2925069166666667275222835087333805859088897705078125,"longitude":37.02759953333333697855778154917061328887939453125,"site_id":3,"timestamp":"2026-07-11 02:14:52","worker_id":1}]  
[2026-07-11 02:15:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.30013415m, Allowed: 200m.  
[2026-07-11 02:15:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 285850.5384124m, Allowed: 200m.  
[2026-07-11 02:15:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c254577a-25c8-40aa-9425-314b7a637a50","latitude":-1.2955612000000000794130983194918371737003326416015625,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-11 02:15:21","worker_id":1}]  
[2026-07-11 02:15:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"45145dbc-616f-48d7-a3e8-d643de2f7c1a","latitude":-1.2952079000000000785775000622379593551158905029296875,"longitude":37.03082359999999795263647683896124362945556640625,"site_id":3,"timestamp":"2026-07-11 02:15:40","worker_id":1}]  
[2026-07-11 02:15:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f7209c7e-c69c-4197-bbec-4e6c6f0fd263","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 02:15:53","worker_id":1}]  
[2026-07-11 02:16:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26448838m, Allowed: 200m.  
[2026-07-11 02:16:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286307.35795982m, Allowed: 200m.  
[2026-07-11 02:16:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 02:17:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8dd7b60f-b352-42ae-ae49-57fdf21fecd6","latitude":-1.295645466666666578703370760194957256317138671875,"longitude":37.0310168833333364091231487691402435302734375,"site_id":3,"timestamp":"2026-07-11 02:17:10","worker_id":1}]  
[2026-07-11 02:17:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9863a15e-887e-4a61-b5b3-3fd404c9e378","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 02:17:26","worker_id":1}]  
[2026-07-11 02:18:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0d804eb2-b0d8-4b0e-819b-a41129f3afa8","latitude":-1.295766116666666523116191456210799515247344970703125,"longitude":37.03122044999999928904799162410199642181396484375,"site_id":3,"timestamp":"2026-07-11 02:18:00","worker_id":1}]  
[2026-07-11 02:18:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286348.96628849m, Allowed: 200m.  
[2026-07-11 02:18:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 02:18:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286375.23745447m, Allowed: 200m.  
[2026-07-11 02:18:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0d804eb2-b0d8-4b0e-819b-a41129f3afa8","latitude":-1.295766116666666523116191456210799515247344970703125,"longitude":37.03122044999999928904799162410199642181396484375,"site_id":3,"timestamp":"2026-07-11 02:18:00","worker_id":1}]  
[2026-07-11 02:18:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8e2afbb0-5cf0-4224-8376-c132338edc86","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 02:18:29","worker_id":1}]  
[2026-07-11 02:19:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286375.23745447m, Allowed: 200m.  
[2026-07-11 02:19:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 02:19:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1643f7b7-881c-4ded-afd9-23b2b4ce8892","latitude":-1.2954224500000000031008084988570772111415863037109375,"longitude":37.03078638333332861520830192603170871734619140625,"site_id":3,"timestamp":"2026-07-11 02:19:24","worker_id":1}]  
[2026-07-11 02:19:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1a888921-a325-4487-bb43-e52dc21d66f8","latitude":-1.29556249999999995026200849679298698902130126953125,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-11 02:19:32","worker_id":1}]  
[2026-07-11 02:20:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286314.76132233m, Allowed: 200m.  
[2026-07-11 02:20:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.34141157m, Allowed: 200m.  
[2026-07-11 02:21:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"25d7093c-f787-4c71-beba-462600152001","latitude":-1.295786966666666817360464847297407686710357666015625,"longitude":37.03120650000000324553184327669441699981689453125,"site_id":3,"timestamp":"2026-07-11 02:21:26","worker_id":1}]  
[2026-07-11 02:21:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"94967745-9a9c-4cd8-802c-70391a112b8b","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 02:21:37","worker_id":1}]  
[2026-07-11 02:22:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.93954802m, Allowed: 200m.  
[2026-07-11 02:22:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 02:22:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"18808152-37af-46a2-b7ff-c60a42ad4e76","latitude":-1.295853999999999839332076589926145970821380615234375,"longitude":37.03119976666666701703434227965772151947021484375,"site_id":3,"timestamp":"2026-07-11 02:22:57","worker_id":1}]  
[2026-07-11 02:23:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286377.73534352m, Allowed: 200m.  
[2026-07-11 02:23:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8c589f07-b262-4189-9bbe-67a8e279e9f1","latitude":-1.29556219999999999714646037318743765354156494140625,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-11 02:23:12","worker_id":1}]  
[2026-07-11 02:24:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.30623774m, Allowed: 200m.  
[2026-07-11 02:24:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ecd07c48-e7a8-4242-a6ca-536709a0b573","latitude":-1.2957625499999998464062400671537034213542938232421875,"longitude":37.03118751666666952360174036584794521331787109375,"site_id":3,"timestamp":"2026-07-11 02:24:35","worker_id":1}]  
[2026-07-11 02:24:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"41da59ef-b21b-459a-9725-ccf802a9abd5","latitude":-1.29556249999999995026200849679298698902130126953125,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-11 02:24:46","worker_id":1}]  
[2026-07-11 02:25:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286371.81035265m, Allowed: 200m.  
[2026-07-11 02:25:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.34141157m, Allowed: 200m.  
[2026-07-11 02:26:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"874bcb66-0488-4a5f-bf6c-596ddfa2139f","latitude":-1.2957659666666667686030223194393329322338104248046875,"longitude":37.03121148333332968149989028461277484893798828125,"site_id":3,"timestamp":"2026-07-11 02:26:27","worker_id":1}]  
[2026-07-11 02:26:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6ae43162-42e1-4c27-a3b2-05fd5fe002f4","latitude":-1.2955602999999999980218490236438810825347900390625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-11 02:26:52","worker_id":1}]  
[2026-07-11 02:27:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.34673191m, Allowed: 200m.  
[2026-07-11 02:27:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.23774613m, Allowed: 200m.  
[2026-07-11 02:27:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7df46bf5-ce29-4a0e-8c8c-24ee107f0e93","latitude":-1.295767933333333399303910482558421790599822998046875,"longitude":37.03121775000000326372173731215298175811767578125,"site_id":3,"timestamp":"2026-07-11 02:27:23","worker_id":1}]  
[2026-07-11 02:27:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7bcbad92-b4a0-4d09-b977-07c78d1d52dd","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-11 02:27:55","worker_id":1}]  
[2026-07-11 02:28:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286375.06530898m, Allowed: 200m.  
[2026-07-11 02:28:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.28043935m, Allowed: 200m.  
[2026-07-11 02:29:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cb79a1fd-8722-4d33-91b5-3352e7760679","latitude":-1.2957871666666667120892952880240045487880706787109375,"longitude":37.03120776666666102983072050847113132476806640625,"site_id":3,"timestamp":"2026-07-11 02:29:20","worker_id":1}]  
[2026-07-11 02:29:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"390f4cd3-0369-41bd-85df-6bdfc9db722b","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 02:29:30","worker_id":1}]  
[2026-07-11 02:30:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286375.07460065m, Allowed: 200m.  
[2026-07-11 02:30:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-11 02:31:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"05432b8d-75c7-40b4-91e9-768a62d8ea65","latitude":-1.295569983333333397013120702467858791351318359375,"longitude":37.03114459999999752426447230391204357147216796875,"site_id":3,"timestamp":"2026-07-11 02:31:06","worker_id":1}]  
[2026-07-11 02:31:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286357.64877395m, Allowed: 200m.  
[2026-07-11 02:31:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ebec1840-0148-46fd-a39b-5de4338da862","latitude":-1.29556249999999995026200849679298698902130126953125,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-11 02:31:35","worker_id":1}]  
[2026-07-11 02:31:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1754b014-0d96-4bf4-978a-b5708da42dc6","latitude":-1.2957828833333333573563095342251472175121307373046875,"longitude":37.0311724499999996851329342462122440338134765625,"site_id":3,"timestamp":"2026-07-11 02:31:50","worker_id":1}]  
[2026-07-11 02:32:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9ba163e8-e38a-4f7d-9fdf-9ba983e71f60","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 02:32:07","worker_id":1}]  
[2026-07-11 02:32:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.34141157m, Allowed: 200m.  
[2026-07-11 02:32:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286371.37583843m, Allowed: 200m.  
[2026-07-11 02:32:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 02:32:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b31d7bb9-cea6-4775-9679-eb44bf8bbcfd","latitude":-1.295783766666666725342338395421393215656280517578125,"longitude":37.031145516666668981997645460069179534912109375,"site_id":3,"timestamp":"2026-07-11 02:32:33","worker_id":1}]  
[2026-07-11 02:32:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"73f0c510-6a27-4879-92cc-ba2d07ac605c","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-11 02:32:38","worker_id":1}]  
[2026-07-11 02:33:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286368.76920799m, Allowed: 200m.  
[2026-07-11 02:33:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-11 02:34:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a4bdf903-c079-4934-8b73-436b3b84d0d0","latitude":-1.29565600000000014091483535594306886196136474609375,"longitude":37.0310230666666626575533882714807987213134765625,"site_id":3,"timestamp":"2026-07-11 02:34:22","worker_id":1}]  
[2026-07-11 02:34:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d76c8d7e-50ee-4f2c-ac61-029a80f3f7db","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 02:34:44","worker_id":1}]  
[2026-07-11 02:35:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286350.11866924m, Allowed: 200m.  
[2026-07-11 02:35:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 02:35:26] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cfdbeff6-5279-446e-a0a4-2ca0bdb723d6","latitude":-1.29572298333333346675999564467929303646087646484375,"longitude":37.031026583333328972003073431551456451416015625,"site_id":3,"timestamp":"2026-07-11 02:35:23","worker_id":1}]  
[2026-07-11 02:35:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6d9245c6-1e9b-44bb-a5b2-41cf74034c13","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 02:35:47","worker_id":1}]  
[2026-07-11 02:36:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"baefcfe0-7502-4c11-a24f-6b1958fc095e","latitude":-1.295736900000000080268591773346997797489166259765625,"longitude":37.03106994999999557194314547814428806304931640625,"site_id":3,"timestamp":"2026-07-11 02:36:08","worker_id":1}]  
[2026-07-11 02:36:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"baefcfe0-7502-4c11-a24f-6b1958fc095e","latitude":-1.295736900000000080268591773346997797489166259765625,"longitude":37.03106994999999557194314547814428806304931640625,"site_id":3,"timestamp":"2026-07-11 02:36:08","worker_id":1}]  
[2026-07-11 02:36:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286353.92114911m, Allowed: 200m.  
[2026-07-11 02:36:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-11 02:36:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286358.90967631m, Allowed: 200m.  
[2026-07-11 02:36:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"70626c2a-2025-4a11-b0df-87e52e0ebcbd","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 02:36:19","worker_id":1}]  
[2026-07-11 02:37:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 02:37:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"421bb2a3-ffab-4421-9eb9-d0bb51dcde8a","latitude":-1.295782016666666702775501107680611312389373779296875,"longitude":37.031105066666668790276162326335906982421875,"site_id":3,"timestamp":"2026-07-11 02:37:47","worker_id":1}]  
[2026-07-11 02:37:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"541f0f59-2a28-4c30-a587-000c0c9e1a8f","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 02:37:53","worker_id":1}]  
[2026-07-11 02:38:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286364.69568488m, Allowed: 200m.  
[2026-07-11 02:38:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 02:38:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"87b424a8-924e-4357-b73e-8ca615f0a42e","latitude":-1.29578281666666672578003272064961493015289306640625,"longitude":37.031102916666668534162454307079315185546875,"site_id":3,"timestamp":"2026-07-11 02:38:29","worker_id":1}]  
[2026-07-11 02:38:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c36c62aa-ea68-4180-93bb-ac32e3982766","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-11 02:38:57","worker_id":1}]  
[2026-07-11 02:39:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286364.52524826m, Allowed: 200m.  
[2026-07-11 02:39:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-11 02:39:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"84a2e3be-a8a2-4f23-8341-725155431006","latitude":-1.295671299999999970253838910139165818691253662109375,"longitude":37.03100603333333395994486636482179164886474609375,"site_id":3,"timestamp":"2026-07-11 02:39:21","worker_id":1}]  
[2026-07-11 02:39:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bd96039b-ecaf-41ff-8053-e2b48e422be7","latitude":-1.29556249999999995026200849679298698902130126953125,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-11 02:39:28","worker_id":1}]  
[2026-07-11 02:40:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286349.2307638m, Allowed: 200m.  
[2026-07-11 02:40:26] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.34141157m, Allowed: 200m.  
[2026-07-11 02:40:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c2676503-8887-42da-b9f6-26f37ea51592","latitude":-1.2957876500000000685730583427357487380504608154296875,"longitude":37.031091266666663841533591039478778839111328125,"site_id":3,"timestamp":"2026-07-11 02:40:29","worker_id":1}]  
[2026-07-11 02:41:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0ca4a7d0-04fd-40be-85c9-188ffc192c9d","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 02:41:03","worker_id":1}]  
[2026-07-11 02:41:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7ecf092e-c23f-419c-9a91-e348037b2861","latitude":-1.2958014833333333371001572231762111186981201171875,"longitude":37.03112611666666253995572333224117755889892578125,"site_id":3,"timestamp":"2026-07-11 02:41:15","worker_id":1}]  
[2026-07-11 02:41:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286363.62744167m, Allowed: 200m.  
[2026-07-11 02:41:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 02:41:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286367.77300203m, Allowed: 200m.  
[2026-07-11 02:41:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0fec823d-fb0d-4f02-8157-1571db39b93a","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 02:41:34","worker_id":1}]  
[2026-07-11 02:42:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-11 02:42:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6d1d2fdb-9cdb-4dac-8bde-4e5b337accc5","latitude":-1.2955280666666666444797328949789516627788543701171875,"longitude":37.03101225000000340514816343784332275390625,"site_id":3,"timestamp":"2026-07-11 02:42:21","worker_id":1}]  
[2026-07-11 02:42:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d8bff2f9-bac6-484d-a4c6-27ec17d69f3d","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 02:42:37","worker_id":1}]  
[2026-07-11 02:43:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286342.45284488m, Allowed: 200m.  
[2026-07-11 02:43:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 02:43:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7d6e0302-b6ef-4f42-91ff-c9c53272bb8f","latitude":-1.29572544999999994530526237213052809238433837890625,"longitude":37.031050899999996772749000228941440582275390625,"site_id":3,"timestamp":"2026-07-11 02:43:36","worker_id":1}]  
[2026-07-11 02:43:42] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f3add62d-8feb-46e8-8f04-c32a18ff6dd1","latitude":-1.29556249999999995026200849679298698902130126953125,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-11 02:43:40","worker_id":1}]  
[2026-07-11 02:44:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286356.44296163m, Allowed: 200m.  
[2026-07-11 02:44:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.34141157m, Allowed: 200m.  
[2026-07-11 02:44:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b964700f-7ca9-4d91-8f01-5c23d877060c","latitude":-1.295803816666666552492870323476381599903106689453125,"longitude":37.03112580000000519930836162529885768890380859375,"site_id":3,"timestamp":"2026-07-11 02:44:42","worker_id":1}]  
[2026-07-11 02:45:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286367.86221831m, Allowed: 200m.  
[2026-07-11 02:45:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"87b06540-3eeb-4e76-a84d-78f79ff7a4f9","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 02:45:15","worker_id":1}]  
[2026-07-11 02:46:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fd21504e-5711-466c-896d-6fbdb95c10a8","latitude":-1.2958079666666666440733024501241743564605712890625,"longitude":37.0311183000000028187059797346591949462890625,"site_id":3,"timestamp":"2026-07-11 02:45:27","worker_id":1}]  
[2026-07-11 02:46:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fd21504e-5711-466c-896d-6fbdb95c10a8","latitude":-1.2958079666666666440733024501241743564605712890625,"longitude":37.0311183000000028187059797346591949462890625,"site_id":3,"timestamp":"2026-07-11 02:45:27","worker_id":1}]  
[2026-07-11 02:46:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 02:46:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286367.33781494m, Allowed: 200m.  
[2026-07-11 02:46:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1790df25-854c-4c8d-988a-50dbb3f4a440","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-11 02:46:18","worker_id":1}]  
[2026-07-11 02:46:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9c998410-0974-48b0-aed0-56a221e0b9d8","latitude":-1.295810333333333286276456419727765023708343505859375,"longitude":37.03110681666667147737825871445238590240478515625,"site_id":3,"timestamp":"2026-07-11 02:46:28","worker_id":1}]  
[2026-07-11 02:46:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b6abcb9a-5f90-436f-9615-fb27b5ad7c9b","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 02:46:49","worker_id":1}]  
[2026-07-11 02:47:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-11 02:47:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286366.32914593m, Allowed: 200m.  
[2026-07-11 02:47:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 02:47:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a7e452f1-7ee9-4b7c-a1be-570ed78a9cc8","latitude":-1.29576650000000004325784175307489931583404541015625,"longitude":37.03119823333333471282458049245178699493408203125,"site_id":3,"timestamp":"2026-07-11 02:47:22","worker_id":1}]  
[2026-07-11 02:47:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"97127c7d-901d-44ec-bec8-4b79053ffb5e","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 02:47:52","worker_id":1}]  
[2026-07-11 02:48:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286373.06947196m, Allowed: 200m.  
[2026-07-11 02:48:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26590423m, Allowed: 200m.  
[2026-07-11 02:48:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"634293b3-2e22-43ae-a475-0b5b49b6b73a","latitude":-1.2957541166666668441820320367696695029735565185546875,"longitude":37.03115213333332889078519656322896480560302734375,"site_id":3,"timestamp":"2026-07-11 02:48:20","worker_id":1}]  
[2026-07-11 02:48:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"09b2f697-a677-4980-8835-72edc5cbfa85","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 02:48:23","worker_id":1}]  
[2026-07-11 02:49:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"29bb129a-f400-40b4-a798-b88098368855","latitude":-1.2957801666666666218219461370608769357204437255859375,"longitude":37.03118723333333406344536342658102512359619140625,"site_id":3,"timestamp":"2026-07-11 02:49:07","worker_id":1}]  
[2026-07-11 02:49:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286367.89088861m, Allowed: 200m.  
[2026-07-11 02:49:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26590423m, Allowed: 200m.  
[2026-07-11 02:49:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286372.691428m, Allowed: 200m.  
[2026-07-11 02:49:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7feaf106-1693-4117-9811-0add711f209a","latitude":-1.29556249999999995026200849679298698902130126953125,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-11 02:49:26","worker_id":1}]  
[2026-07-11 02:50:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.34141157m, Allowed: 200m.  
[2026-07-11 02:50:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"94b1aadc-689d-4786-b9e3-5d691efbb83b","latitude":-1.29577111666666677791681649978272616863250732421875,"longitude":37.03120335000000551417542737908661365509033203125,"site_id":3,"timestamp":"2026-07-11 02:50:27","worker_id":1}]  
[2026-07-11 02:50:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6fe8a3d9-21a9-4162-9ab7-f5d19d2ba0a2","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 02:50:29","worker_id":1}]  
[2026-07-11 02:51:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286373.81153637m, Allowed: 200m.  
[2026-07-11 02:51:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 02:51:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"990abd99-0277-4621-9cd5-595cd41f0063","latitude":-1.29513421666666683762514367117546498775482177734375,"longitude":37.03086651666666995197374490089714527130126953125,"site_id":3,"timestamp":"2026-07-11 02:51:22","worker_id":1}]  
[2026-07-11 02:51:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a5901502-e5db-45e1-9e21-14a4ab02e4c8","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 02:51:33","worker_id":1}]  
[2026-07-11 02:52:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286307.78361172m, Allowed: 200m.  
[2026-07-11 02:52:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-11 02:52:16] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"856ea377-79a5-4c56-8fa7-7916c8749f85","latitude":-1.295757733333333217018434879719279706478118896484375,"longitude":37.03120788333333024411331280134618282318115234375,"site_id":3,"timestamp":"2026-07-11 02:52:14","worker_id":1}]  
[2026-07-11 02:52:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0ca51704-6c00-4702-aa04-85032dbd82ff","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-11 02:52:36","worker_id":1}]  
[2026-07-11 02:52:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c94177bf-fe97-4730-8446-376f9b96adcd","latitude":-1.295764166666666827865128652774728834629058837890625,"longitude":37.0312195666666639226605184376239776611328125,"site_id":3,"timestamp":"2026-07-11 02:52:56","worker_id":1}]  
[2026-07-11 02:53:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286373.56741203m, Allowed: 200m.  
[2026-07-11 02:53:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-11 02:53:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286375.0498555m, Allowed: 200m.  
[2026-07-11 02:53:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4e9ac47e-ed63-4397-b399-76bef4806392","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 02:53:07","worker_id":1}]  
[2026-07-11 02:54:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 02:54:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7d5dd85f-fc0c-4dba-bf79-b70124c1da04","latitude":-1.296114049999999906503944657742977142333984375,"longitude":37.0311828333333323826082050800323486328125,"site_id":3,"timestamp":"2026-07-11 02:54:37","worker_id":1}]  
[2026-07-11 02:54:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"633135e5-d2ba-41a6-9eac-9fde79719908","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-11 02:54:42","worker_id":1}]  
[2026-07-11 02:55:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286389.48770851m, Allowed: 200m.  
[2026-07-11 02:55:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-11 02:55:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"15aa2926-53d4-40ad-b1d2-5f9de955cf66","latitude":-1.2957706666666666261988893893430940806865692138671875,"longitude":37.0310920333333370990658295340836048126220703125,"site_id":3,"timestamp":"2026-07-11 02:55:23","worker_id":1}]  
[2026-07-11 02:55:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2d318746-cfe9-4274-af85-941e9ad6ed71","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-11 02:55:45","worker_id":1}]  
[2026-07-11 02:56:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286362.82660614m, Allowed: 200m.  
[2026-07-11 02:56:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-11 02:56:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"dbe24179-10bb-4ddd-b850-30326fd4edd3","latitude":-1.2953242499999999548521145698032341897487640380859375,"longitude":37.030924249999998210114426910877227783203125,"site_id":3,"timestamp":"2026-07-11 02:56:23","worker_id":1}]  
[2026-07-11 02:56:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"821a6c14-cfca-4abb-9a7f-6505dc18962e","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 02:56:48","worker_id":1}]  
[2026-07-11 02:57:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"04cedb7f-906a-437a-a467-bf3c58d8a1ff","latitude":-1.295839016666666676513841593987308442592620849609375,"longitude":37.03107286666666908558909199200570583343505859375,"site_id":3,"timestamp":"2026-07-11 02:57:06","worker_id":1}]  
[2026-07-11 02:57:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286323.2719644m, Allowed: 200m.  
[2026-07-11 02:57:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 02:57:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286364.4661209m, Allowed: 200m.  
[2026-07-11 02:57:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9a20d069-2fe9-483d-9d8f-1fb4f4742810","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 02:57:19","worker_id":1}]  
[2026-07-11 02:57:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a5cbc1e8-5a86-4340-8ee8-27b747c06c7e","latitude":-1.295843450000000007804601409588940441608428955078125,"longitude":37.03104641666666196897494955919682979583740234375,"site_id":3,"timestamp":"2026-07-11 02:57:52","worker_id":1}]  
[2026-07-11 02:58:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 02:58:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286362.09032839m, Allowed: 200m.  
[2026-07-11 02:58:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"58178040-cd5a-4a1d-bb0b-cb47ffba2a6d","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 02:58:22","worker_id":1}]  
[2026-07-11 02:58:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"697d31f4-8ace-431e-ac00-1badc92b0284","latitude":-1.295799933333333431306755301193334162235260009765625,"longitude":37.03103073333333128402955480851233005523681640625,"site_id":3,"timestamp":"2026-07-11 02:58:41","worker_id":1}]  
[2026-07-11 02:58:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"03c56e2e-2102-40b9-91ad-4a0e20bb032f","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 02:58:54","worker_id":1}]  
[2026-07-11 02:59:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26590423m, Allowed: 200m.  
[2026-07-11 02:59:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286358.30042904m, Allowed: 200m.  
[2026-07-11 02:59:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 02:59:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"06cd3ec8-4f82-4dce-a415-f9587c371e61","latitude":-1.29577111666666677791681649978272616863250732421875,"longitude":37.03122160000000206991899176500737667083740234375,"site_id":3,"timestamp":"2026-07-11 02:59:28","worker_id":1}]  
[2026-07-11 03:00:19] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286375.60868363m, Allowed: 200m.  
[2026-07-11 03:00:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9121ff17-1c39-4beb-8472-c52793b3d461","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-11 03:00:27","worker_id":1}]  
[2026-07-11 03:01:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6e7cd014-2b33-4593-8ab8-9cbbd2b06f6f","latitude":-1.296110399999999884812496020458638668060302734375,"longitude":37.0312116666666639730465249158442020416259765625,"site_id":3,"timestamp":"2026-07-11 03:00:59","worker_id":1}]  
[2026-07-11 03:01:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-11 03:01:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286392.1384858m, Allowed: 200m.  
[2026-07-11 03:01:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4fcd1074-1115-49bc-bfa3-dc4e35504330","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-11 03:01:30","worker_id":1}]  
[2026-07-11 03:02:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27012m, Allowed: 200m.  
[2026-07-11 03:02:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8a9fd94a-0dbf-4394-8025-0ac201f761a9","latitude":-1.295113383333333256786090714740566909313201904296875,"longitude":37.030846583333328680964768864214420318603515625,"site_id":3,"timestamp":"2026-07-11 03:02:41","worker_id":1}]  
[2026-07-11 03:03:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2bea2f10-b385-49a8-a540-f42ae40288ef","latitude":-1.2955612000000000794130983194918371737003326416015625,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-11 03:03:04","worker_id":1}]  
[2026-07-11 03:03:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286304.74592307m, Allowed: 200m.  
[2026-07-11 03:03:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26448838m, Allowed: 200m.  
[2026-07-11 03:03:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"041845a6-adce-4af5-b63b-4e22a0a09bf1","latitude":-1.2957356166666667007802971056662499904632568359375,"longitude":37.031185899999996991027728654444217681884765625,"site_id":3,"timestamp":"2026-07-11 03:03:26","worker_id":1}]  
[2026-07-11 03:03:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ff97b4d8-c92e-4aaf-84c8-3d7d0a872d5d","latitude":-1.2955615000000000325286464430973865091800689697265625,"longitude":37.0308303999999992583980201743543148040771484375,"site_id":3,"timestamp":"2026-07-11 03:03:36","worker_id":1}]  
[2026-07-11 03:04:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286370.26148m, Allowed: 200m.  
[2026-07-11 03:04:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27012m, Allowed: 200m.  
[2026-07-11 03:04:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"eb680362-634b-43a7-bacf-5f30bf58ad9c","latitude":-1.295763616666666617760483859456144273281097412109375,"longitude":37.03120401666667049767056596465408802032470703125,"site_id":3,"timestamp":"2026-07-11 03:04:31","worker_id":1}]  
[2026-07-11 03:04:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a7d359df-885f-4efa-adb4-6e8e6847b9cf","latitude":-1.2955612000000000794130983194918371737003326416015625,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-11 03:04:39","worker_id":1}]  
[2026-07-11 03:05:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286373.4902074m, Allowed: 200m.  
[2026-07-11 03:05:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26448838m, Allowed: 200m.  
[2026-07-11 03:05:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"47f43207-ee3a-4e25-b53a-bfeccb99c9b4","latitude":-1.2957821000000000477569983559078536927700042724609375,"longitude":37.03118764999999967812982504256069660186767578125,"site_id":3,"timestamp":"2026-07-11 03:05:37","worker_id":1}]  
[2026-07-11 03:05:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ca4577cb-99cc-4dcf-b6f6-9991107dcf0c","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-11 03:05:42","worker_id":1}]  
[2026-07-11 03:06:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286372.83221442m, Allowed: 200m.  
[2026-07-11 03:06:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-11 03:06:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"62b28aca-517e-4d06-9b93-3160fb74a007","latitude":-1.2957634333333334364368738533812575042247772216796875,"longitude":37.0312122333333348933592787943780422210693359375,"site_id":3,"timestamp":"2026-07-11 03:06:43","worker_id":1}]  
[2026-07-11 03:07:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.28987533m, Allowed: 200m.  
[2026-07-11 03:07:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"05015091-9d68-4d9e-abf8-2a650c9176ab","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 03:07:16","worker_id":1}]  
[2026-07-11 03:08:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 03:08:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d0dfa13d-0db9-44b8-affa-98abea456e0f","latitude":-1.295745849999999865787003727746196091175079345703125,"longitude":37.03114455000000049267327995039522647857666015625,"site_id":3,"timestamp":"2026-07-11 03:08:41","worker_id":1}]  
[2026-07-11 03:08:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"81bba0c9-c485-486f-86b8-0cf99215ddc1","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 03:08:50","worker_id":1}]  
[2026-07-11 03:09:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286366.71759127m, Allowed: 200m.  
[2026-07-11 03:09:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26590423m, Allowed: 200m.  
[2026-07-11 03:10:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2cd8bfb0-9b24-4073-8ef8-ebce9089b1ae","latitude":-1.29529933333333335809811615035869181156158447265625,"longitude":37.03082571666666211740448488853871822357177734375,"site_id":3,"timestamp":"2026-07-11 03:09:59","worker_id":1}]  
[2026-07-11 03:10:25] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286312.28312696m, Allowed: 200m.  
[2026-07-11 03:10:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2a66bcef-526a-4d79-902a-3d0e54bc8f96","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 03:10:25","worker_id":1}]  
[2026-07-11 03:11:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b1353783-a3c1-4a09-81b9-64a6b99a0cb2","latitude":-1.2957687333333332002638371704961173236370086669921875,"longitude":37.03119071666666428654934861697256565093994140625,"site_id":3,"timestamp":"2026-07-11 03:11:10","worker_id":1}]  
[2026-07-11 03:11:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b1353783-a3c1-4a09-81b9-64a6b99a0cb2","latitude":-1.2957687333333332002638371704961173236370086669921875,"longitude":37.03119071666666428654934861697256565093994140625,"site_id":3,"timestamp":"2026-07-11 03:11:10","worker_id":1}]  
[2026-07-11 03:11:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 03:11:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286372.44451174m, Allowed: 200m.  
[2026-07-11 03:11:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"736b75ab-6c22-483b-8617-98fb96b44c38","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 03:11:28","worker_id":1}]  
[2026-07-11 03:12:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 03:12:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5067fecb-5c46-4810-b46b-79c04a8aacb8","latitude":-1.2956577833333333682475085879559628665447235107421875,"longitude":37.03093731666667309809781727381050586700439453125,"site_id":3,"timestamp":"2026-07-11 03:12:28","worker_id":1}]  
[2026-07-11 03:12:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b5506a36-dac2-4737-a4a0-c67189c6c1a3","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 03:12:31","worker_id":1}]  
[2026-07-11 03:13:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286341.76656547m, Allowed: 200m.  
[2026-07-11 03:13:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 03:13:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"44e1c34d-3cfa-4572-9a16-b3084d1cf601","latitude":-1.295780300000000107019104689243249595165252685546875,"longitude":37.03118481666667349827548605389893054962158203125,"site_id":3,"timestamp":"2026-07-11 03:13:50","worker_id":1}]  
[2026-07-11 03:14:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5fbc74a2-3220-48f0-af66-5b5e8ee42418","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 03:14:05","worker_id":1}]  
[2026-07-11 03:14:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286372.4603303m, Allowed: 200m.  
[2026-07-11 03:14:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 03:15:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9c23228a-bb53-4631-82fe-d60f2845c602","latitude":-1.29519866666666683130415549385361373424530029296875,"longitude":37.030725300000000288491719402372837066650390625,"site_id":3,"timestamp":"2026-07-11 03:14:59","worker_id":1}]  
[2026-07-11 03:15:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7330bcaa-7239-42a4-a9bb-2efa61a984c7","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 03:15:08","worker_id":1}]  
[2026-07-11 03:15:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286297.20108462m, Allowed: 200m.  
[2026-07-11 03:15:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-11 03:16:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0852db63-a300-43a8-8ea0-bf0496d27138","latitude":-1.295782183333333392738495604135096073150634765625,"longitude":37.03118956666666150567834847606718540191650390625,"site_id":3,"timestamp":"2026-07-11 03:16:01","worker_id":1}]  
[2026-07-11 03:16:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9a9f7e8e-54df-4ea4-9409-75ccc5e8e15b","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 03:16:11","worker_id":1}]  
[2026-07-11 03:16:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286373.02525494m, Allowed: 200m.  
[2026-07-11 03:16:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9a9f7e8e-54df-4ea4-9409-75ccc5e8e15b","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 03:16:11","worker_id":1}]  
[2026-07-11 03:16:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 03:17:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"958dc07c-b88f-418c-a1fb-fbfaacb9eea1","latitude":-1.2957658999999999149821405808324925601482391357421875,"longitude":37.03121713333333531181779108010232448577880859375,"site_id":3,"timestamp":"2026-07-11 03:17:18","worker_id":1}]  
[2026-07-11 03:17:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"48ee8eec-6a3d-4ace-9158-bc94d5502dd6","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 03:17:46","worker_id":1}]  
[2026-07-11 03:18:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4023441f-7699-478c-8a46-9a25fdc9010d","latitude":-1.2957651333333333187880498371669091284275054931640625,"longitude":37.0312141499999967209078022278845310211181640625,"site_id":3,"timestamp":"2026-07-11 03:18:01","worker_id":1}]  
[2026-07-11 03:18:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.89966983m, Allowed: 200m.  
[2026-07-11 03:18:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 03:18:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.56633165m, Allowed: 200m.  
[2026-07-11 03:18:19] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"208853f2-2073-473d-af49-73172fdbb089","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-11 03:18:17","worker_id":1}]  
[2026-07-11 03:18:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"411a02ab-190a-48be-8a3b-66939744ad28","latitude":-1.295765816666666570000643332605250179767608642578125,"longitude":37.031210633333330406458117067813873291015625,"site_id":3,"timestamp":"2026-07-11 03:18:44","worker_id":1}]  
[2026-07-11 03:18:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5e884c9d-d020-498f-9126-33508c5a8e9c","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 03:18:48","worker_id":1}]  
[2026-07-11 03:19:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-11 03:19:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.25528955m, Allowed: 200m.  
[2026-07-11 03:19:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 03:19:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9ced970c-b019-4e05-b046-31c601de24b4","latitude":-1.29575503333333319488929191720671951770782470703125,"longitude":37.03121623333333189975746790878474712371826171875,"site_id":3,"timestamp":"2026-07-11 03:19:26","worker_id":1}]  
[2026-07-11 03:19:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ec243cfe-e894-45aa-b944-d59ff7278d1f","latitude":-1.29556249999999995026200849679298698902130126953125,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-11 03:19:52","worker_id":1}]  
[2026-07-11 03:20:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ca0dcd6c-de98-41a3-95ab-1e26fe3405b0","latitude":-1.295765349999999926922100712545216083526611328125,"longitude":37.0312154166666687160613946616649627685546875,"site_id":3,"timestamp":"2026-07-11 03:20:09","worker_id":1}]  
[2026-07-11 03:20:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ca0dcd6c-de98-41a3-95ab-1e26fe3405b0","latitude":-1.295765349999999926922100712545216083526611328125,"longitude":37.0312154166666687160613946616649627685546875,"site_id":3,"timestamp":"2026-07-11 03:20:09","worker_id":1}]  
[2026-07-11 03:20:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.25035987m, Allowed: 200m.  
[2026-07-11 03:20:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.34141157m, Allowed: 200m.  
[2026-07-11 03:20:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.70224463m, Allowed: 200m.  
[2026-07-11 03:20:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a0b6bfc1-7654-4e34-9fd7-1d87b4341eaa","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 03:20:23","worker_id":1}]  
[2026-07-11 03:20:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5f5b6a96-b44a-47f4-a59c-c7ad2afebbc2","latitude":-1.2951235999999999304321818272001110017299652099609375,"longitude":37.03065881666666570026791305281221866607666015625,"site_id":3,"timestamp":"2026-07-11 03:20:57","worker_id":1}]  
[2026-07-11 03:21:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 03:21:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286286.78145498m, Allowed: 200m.  
[2026-07-11 03:21:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b42ca2c8-86ed-4bd9-8e14-a0ceb9a9fbd7","latitude":-1.2955605999999999511373971472494304180145263671875,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-11 03:21:26","worker_id":1}]  
[2026-07-11 03:21:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"40649ab9-e339-4071-b970-7fe7d8fecb21","latitude":-1.2957649499999999154198349060607142746448516845703125,"longitude":37.031214833333336855503148399293422698974609375,"site_id":3,"timestamp":"2026-07-11 03:21:42","worker_id":1}]  
[2026-07-11 03:21:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2c9a4d4b-893a-4bf0-908d-78acf006c2e0","latitude":-1.2955605999999999511373971472494304180145263671875,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-11 03:21:58","worker_id":1}]  
[2026-07-11 03:22:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25322514m, Allowed: 200m.  
[2026-07-11 03:22:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.62416277m, Allowed: 200m.  
[2026-07-11 03:22:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25322514m, Allowed: 200m.  
[2026-07-11 03:22:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"25c75fef-2650-424c-a75c-3355b42a3b10","latitude":-1.295745133333333409808574288035742938518524169921875,"longitude":37.03121940000000478221409139223396778106689453125,"site_id":3,"timestamp":"2026-07-11 03:22:25","worker_id":1}]  
[2026-07-11 03:22:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c8144fd1-62a1-462c-ac3a-645681706816","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-11 03:22:29","worker_id":1}]  
[2026-07-11 03:23:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.05139208m, Allowed: 200m.  
[2026-07-11 03:23:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-11 03:24:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fe920637-f167-43bb-8206-6b5dbc894766","latitude":-1.2957694499999998782868715352378785610198974609375,"longitude":37.03120856666667037870865897275507450103759765625,"site_id":3,"timestamp":"2026-07-11 03:24:22","worker_id":1}]  
[2026-07-11 03:24:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"01c2ef25-e893-48c3-9202-c9ae022abe49","latitude":-1.2955605999999999511373971472494304180145263671875,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-11 03:24:35","worker_id":1}]  
[2026-07-11 03:25:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.23924599m, Allowed: 200m.  
[2026-07-11 03:25:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25322514m, Allowed: 200m.  
[2026-07-11 03:25:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4cea7583-c207-4d40-ab7b-a3e4ff6e8ff7","latitude":-1.29576791666666668589869004790671169757843017578125,"longitude":37.03120901666667208473882055841386318206787109375,"site_id":3,"timestamp":"2026-07-11 03:25:20","worker_id":1}]  
[2026-07-11 03:25:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"beb8a96b-5214-465a-8615-e0b0e13af619","latitude":-1.2955605999999999511373971472494304180145263671875,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-11 03:25:38","worker_id":1}]  
[2026-07-11 03:26:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9852ccf6-f418-4fe2-92d3-d511aa0eb359","latitude":-1.2957674333333333294149269931949675083160400390625,"longitude":37.0312081666666728096970473416149616241455078125,"site_id":3,"timestamp":"2026-07-11 03:26:05","worker_id":1}]  
[2026-07-11 03:26:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.20444375m, Allowed: 200m.  
[2026-07-11 03:26:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25322514m, Allowed: 200m.  
[2026-07-11 03:26:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.09580242m, Allowed: 200m.  
[2026-07-11 03:26:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b10db7ac-d33d-4853-b852-dd58c5961d6f","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 03:26:09","worker_id":1}]  
[2026-07-11 03:26:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"94607f5b-5a5a-47f3-97c8-4f2d7a7d5322","latitude":-1.294946333333333310378066016710363328456878662109375,"longitude":37.0308146999999934223524178378283977508544921875,"site_id":3,"timestamp":"2026-07-11 03:26:49","worker_id":1}]  
[2026-07-11 03:27:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-11 03:27:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286292.98971366m, Allowed: 200m.  
[2026-07-11 03:27:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b23b2d55-1f5e-4727-b93b-8dabe980cbed","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 03:27:12","worker_id":1}]  
[2026-07-11 03:27:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5c256bbf-7fb3-4d9d-b293-1db01e72b6c7","latitude":-1.29577365000000011008296496584080159664154052734375,"longitude":37.03119716666666505489047267474234104156494140625,"site_id":3,"timestamp":"2026-07-11 03:27:32","worker_id":1}]  
[2026-07-11 03:27:45] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"56c951f2-a6f8-4c6e-8f9d-e30dcae5639f","latitude":-1.2955609999999999626396629537339322268962860107421875,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-11 03:27:44","worker_id":1}]  
[2026-07-11 03:28:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-11 03:28:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286373.33335395m, Allowed: 200m.  
[2026-07-11 03:28:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26401643m, Allowed: 200m.  
[2026-07-11 03:28:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a7a339fb-9161-47bf-bcf0-b78a079d15e4","latitude":-1.2957720999999999822449581188266165554523468017578125,"longitude":37.03121226666666387927762116305530071258544921875,"site_id":3,"timestamp":"2026-07-11 03:28:23","worker_id":1}]  
[2026-07-11 03:28:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"818eea53-739e-40df-bcaf-79a805dc8c5a","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 03:28:47","worker_id":1}]  
[2026-07-11 03:29:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.74033136m, Allowed: 200m.  
[2026-07-11 03:29:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-11 03:29:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"22024b5c-70e9-434c-90f9-ac24642cb034","latitude":-1.29576598333333325996363782905973494052886962890625,"longitude":37.03121206666666154205813654698431491851806640625,"site_id":3,"timestamp":"2026-07-11 03:29:20","worker_id":1}]  
[2026-07-11 03:29:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"086b3220-2506-4198-af29-e6f3aaf70565","latitude":-1.2955602999999999980218490236438810825347900390625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-11 03:29:50","worker_id":1}]  
[2026-07-11 03:30:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fb50fe08-c43b-4c2a-b7ba-14cdc144d4f0","latitude":-1.295757500000000117523768494720570743083953857421875,"longitude":37.031215833333334330745856277644634246826171875,"site_id":3,"timestamp":"2026-07-11 03:30:03","worker_id":1}]  
[2026-07-11 03:30:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.40503497m, Allowed: 200m.  
[2026-07-11 03:30:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.23774613m, Allowed: 200m.  
[2026-07-11 03:30:20] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.33824157m, Allowed: 200m.  
[2026-07-11 03:30:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7b103bbd-f9d1-4582-885d-cf9ee52cdcfe","latitude":-1.2955602999999999980218490236438810825347900390625,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-11 03:30:21","worker_id":1}]  
[2026-07-11 03:30:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6653f914-86e6-4536-bba0-aa6701a07fb1","latitude":-1.295802433333333336662462897947989404201507568359375,"longitude":37.03101373333333157233937527053058147430419921875,"site_id":3,"timestamp":"2026-07-11 03:30:49","worker_id":1}]  
[2026-07-11 03:30:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a204fe95-e1d9-4f8b-b8b9-e0b3e727974e","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-11 03:30:53","worker_id":1}]  
[2026-07-11 03:31:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.23774613m, Allowed: 200m.  
[2026-07-11 03:31:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286356.75541688m, Allowed: 200m.  
[2026-07-11 03:31:14] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-11 03:31:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"87da293e-74d4-4920-92f4-1c1718671ce8","latitude":-1.2957558166666667265332080205553211271762847900390625,"longitude":37.03120566666666491073556244373321533203125,"site_id":3,"timestamp":"2026-07-11 03:31:32","worker_id":1}]  
[2026-07-11 03:31:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"899b4631-c1d8-4fab-9553-495a4f2222c1","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-11 03:31:55","worker_id":1}]  
[2026-07-11 03:32:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286373.25023431m, Allowed: 200m.  
[2026-07-11 03:32:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-11 03:32:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6de9be02-ff8e-47db-b4fa-b3c507868d09","latitude":-1.2956894833333334471348052829853259027004241943359375,"longitude":37.0310337333333308151850360445678234100341796875,"site_id":3,"timestamp":"2026-07-11 03:32:23","worker_id":1}]  
[2026-07-11 03:32:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ffb62640-25f5-4625-baa6-58720c5f7604","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-11 03:32:26","worker_id":1}]  
[2026-07-11 03:33:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286352.89669661m, Allowed: 200m.  
[2026-07-11 03:33:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-11 03:33:21] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c4fd37b3-8289-454f-8fb7-f4579804e2af","latitude":-1.295442483333333338890724917291663587093353271484375,"longitude":37.0308907000000004927642294205725193023681640625,"site_id":3,"timestamp":"2026-07-11 03:33:19","worker_id":1}]  
[2026-07-11 03:34:06] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4293717f-55ed-4a75-933e-da9e01f2186c","latitude":-1.2957654333333332719035979607724584639072418212890625,"longitude":37.0312020666666654733489849604666233062744140625,"site_id":3,"timestamp":"2026-07-11 03:34:03","worker_id":1}]  
[2026-07-11 03:34:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.06761255m, Allowed: 200m.  
[2026-07-11 03:34:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286373.39191795m, Allowed: 200m.  
[2026-07-11 03:34:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"881e25b9-5d6e-460d-8141-34e4969a6bbe","latitude":-1.2955609999999999626396629537339322268962860107421875,"longitude":37.03083060000000159561750479042530059814453125,"site_id":3,"timestamp":"2026-07-11 03:34:31","worker_id":1}]  
[2026-07-11 03:34:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d39cedd9-0a49-4cc3-99e8-27102687ec31","latitude":-1.2957706166666664859832280853879638016223907470703125,"longitude":37.03121358333333290602240595035254955291748046875,"site_id":3,"timestamp":"2026-07-11 03:34:49","worker_id":1}]  
[2026-07-11 03:35:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"88c5046f-9546-4d70-972d-bb9fa00868f5","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 03:35:02","worker_id":1}]  
[2026-07-11 03:35:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26401643m, Allowed: 200m.  
[2026-07-11 03:35:16] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.79345292m, Allowed: 200m.  
[2026-07-11 03:35:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-11 03:35:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f934ed1b-7061-4088-8d45-15a817a8abdc","latitude":-1.2957705666666665678121717064641416072845458984375,"longitude":37.03122143333333582404520711861550807952880859375,"site_id":3,"timestamp":"2026-07-11 03:35:31","worker_id":1}]  
[2026-07-11 03:36:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6179435d-2d31-4035-984d-3018345185e9","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-11 03:36:05","worker_id":1}]  
[2026-07-11 03:36:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286375.56389302m, Allowed: 200m.  
[2026-07-11 03:36:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-11 03:36:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b4838f8c-8c0d-45db-9069-76758fddf5de","latitude":-1.2956729833333333612443993843044154345989227294921875,"longitude":37.0311336666666619521492975763976573944091796875,"site_id":3,"timestamp":"2026-07-11 03:36:15","worker_id":1}]  
[2026-07-11 03:36:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9761f5c9-84eb-478e-95ed-3685998abb3b","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 03:36:37","worker_id":1}]  
[2026-07-11 03:36:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"05e86105-2aab-41e6-a51c-aac3b5f65597","latitude":-1.295770099999999924733629086404107511043548583984375,"longitude":37.031210549999997283521224744617938995361328125,"site_id":3,"timestamp":"2026-07-11 03:36:56","worker_id":1}]  
[2026-07-11 03:37:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286361.88621479m, Allowed: 200m.  
[2026-07-11 03:37:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 03:37:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.46809049m, Allowed: 200m.  
[2026-07-11 03:37:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3deebb69-9c0b-4952-9c85-18e18c6aeb13","latitude":-1.2955605999999999511373971472494304180145263671875,"longitude":37.03083070000000276422724709846079349517822265625,"site_id":3,"timestamp":"2026-07-11 03:37:08","worker_id":1}]  
[2026-07-11 03:37:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bd023c31-b631-45c2-8ef7-cb35f952a3e3","latitude":-1.2957706333333334214330534450709819793701171875,"longitude":37.03120551666666671053462778218090534210205078125,"site_id":3,"timestamp":"2026-07-11 03:37:38","worker_id":1}]  
[2026-07-11 03:37:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"272877e8-b4d5-4b1b-9bfc-e035dc7e6ca7","latitude":-1.2955645000000000077733375292154960334300994873046875,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 03:37:39","worker_id":1}]  
[2026-07-11 03:38:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25322514m, Allowed: 200m.  
[2026-07-11 03:38:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286373.99995752m, Allowed: 200m.  
[2026-07-11 03:38:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.58246873m, Allowed: 200m.  
[2026-07-11 03:38:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4e55429c-d2fa-4317-807f-849771aec321","latitude":-1.295765866666666710216304636560380458831787109375,"longitude":37.03121771666666717237603734247386455535888671875,"site_id":3,"timestamp":"2026-07-11 03:38:20","worker_id":1}]  
[2026-07-11 03:38:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e8d73e22-7239-427b-9039-ab873225b71c","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-11 03:38:42","worker_id":1}]  
[2026-07-11 03:39:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"dc9d26ee-6860-49ea-9807-994eaad6c7a3","latitude":-1.295480266666666491204296107753179967403411865234375,"longitude":37.03095668333333634336668183095753192901611328125,"site_id":3,"timestamp":"2026-07-11 03:39:05","worker_id":1}]  
[2026-07-11 03:39:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.95539308m, Allowed: 200m.  
[2026-07-11 03:39:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-11 03:39:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286334.51473603m, Allowed: 200m.  
[2026-07-11 03:39:15] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2906d4cf-8d61-4914-897b-e7600bca2e29","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 03:39:13","worker_id":1}]  
[2026-07-11 03:40:22] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 03:40:35] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d6e2a8ec-2b74-4154-99c7-f5528b0bcab3","latitude":-1.2953877833333333757792615870130248367786407470703125,"longitude":37.0308413166666667848403449170291423797607421875,"site_id":3,"timestamp":"2026-07-11 03:40:32","worker_id":1}]  
[2026-07-11 03:40:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ff0ed330-68ed-4185-a841-3f1b19957cf5","latitude":-1.29556160000000009091536412597633898258209228515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-11 03:40:48","worker_id":1}]  
[2026-07-11 03:41:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286318.38245715m, Allowed: 200m.  
[2026-07-11 03:41:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26543228m, Allowed: 200m.  
[2026-07-11 03:41:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0ef6cda2-3afb-4bfb-a827-a534ad5938a7","latitude":-1.2957052333333332061471310225897468626499176025390625,"longitude":37.03108488333332815045650932006537914276123046875,"site_id":3,"timestamp":"2026-07-11 03:41:27","worker_id":1}]  
[2026-07-11 03:41:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"40d72880-396d-48af-b541-9327a61a410c","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 03:41:51","worker_id":1}]  
[2026-07-11 03:42:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286358.74628401m, Allowed: 200m.  
[2026-07-11 03:42:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 03:42:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3083b7e4-4ee6-403e-bd39-5ca3a0f45794","latitude":-1.2957412333333333531726339060696773231029510498046875,"longitude":37.0310951999999957706677378155291080474853515625,"site_id":3,"timestamp":"2026-07-11 03:42:25","worker_id":1}]  
[2026-07-11 03:42:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"83b28c48-458e-4338-9510-9523b67251b4","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 03:42:54","worker_id":1}]  
[2026-07-11 03:43:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286361.61971675m, Allowed: 200m.  
[2026-07-11 03:43:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 03:43:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f21be845-aa4a-4e15-ac9c-54a2f60511ac","latitude":-1.2957794000000000256278553933952935039997100830078125,"longitude":37.03110153333333443015362718142569065093994140625,"site_id":3,"timestamp":"2026-07-11 03:43:21","worker_id":1}]  
[2026-07-11 03:43:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2b6d0c16-cd4b-4218-a858-91f48930095e","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 03:43:26","worker_id":1}]  
[2026-07-11 03:44:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b72e1490-53ed-4c0c-b1d4-2cfff0f3fb79","latitude":-1.295762983333333284718946742941625416278839111328125,"longitude":37.03121949999999884539647609926760196685791015625,"site_id":3,"timestamp":"2026-07-11 03:44:06","worker_id":1}]  
[2026-07-11 03:44:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286364.21273m, Allowed: 200m.  
[2026-07-11 03:44:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-11 03:44:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.98223449m, Allowed: 200m.  
[2026-07-11 03:44:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6a5e755a-e6b6-4e89-ba77-51e6162fe68e","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-11 03:44:29","worker_id":1}]  
[2026-07-11 03:44:54] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b54f6085-f15b-4861-8746-1f5a6a5d7dcd","latitude":-1.295651633333333219155747428885661065578460693359375,"longitude":37.03112508333333607879467308521270751953125,"site_id":3,"timestamp":"2026-07-11 03:44:52","worker_id":1}]  
[2026-07-11 03:45:02] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8aa0d3c2-984a-4b04-ad7f-e99e8172bb44","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 03:45:00","worker_id":1}]  
[2026-07-11 03:45:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-11 03:45:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286359.93942108m, Allowed: 200m.  
[2026-07-11 03:45:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-11 03:46:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"411de45f-7891-4d0c-a4e2-4c7877426ef0","latitude":-1.2952381166666666612030667238286696374416351318359375,"longitude":37.0309942333333310671150684356689453125,"site_id":3,"timestamp":"2026-07-11 03:46:35","worker_id":1}]  
[2026-07-11 03:47:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286325.72074972m, Allowed: 200m.  
[2026-07-11 03:47:08] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"887ec089-d105-42bb-b35f-c39ec18e9b9a","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-11 03:47:06","worker_id":1}]  
[2026-07-11 03:47:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"36e448c6-2c70-43bf-b0e4-ae57d0c3f996","latitude":-1.29576658333333316619473407627083361148834228515625,"longitude":37.03108180000000260179149336181581020355224609375,"site_id":3,"timestamp":"2026-07-11 03:47:22","worker_id":1}]  
[2026-07-11 03:47:39] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"04e2a5bb-fb5d-46a3-9cd5-25087356ef69","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 03:47:37","worker_id":1}]  
[2026-07-11 03:48:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-11 03:48:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286361.60820543m, Allowed: 200m.  
[2026-07-11 03:48:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-11 03:48:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1f1b4da2-d772-43c6-b4f7-24e94ae405a1","latitude":-1.295264299999999924040139376302249729633331298828125,"longitude":37.031182250000000522049958817660808563232421875,"site_id":3,"timestamp":"2026-07-11 03:48:06","worker_id":1}]  
[2026-07-11 03:48:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"66061679-01f3-40b8-be65-31fbd6f7b7ef","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 03:48:09","worker_id":1}]  
[2026-07-11 03:48:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b627a435-424c-4ddc-8ea5-4ef67b584a1f","latitude":-1.2955294333333331469049198858556337654590606689453125,"longitude":37.03110443333333279269936610944569110870361328125,"site_id":3,"timestamp":"2026-07-11 03:48:52","worker_id":1}]  
[2026-07-11 03:49:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286345.58756907m, Allowed: 200m.  
[2026-07-11 03:49:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-11 03:49:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286351.60126341m, Allowed: 200m.  
[2026-07-11 03:49:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"52fa56a4-eb84-4384-86c5-0935ba7c1a2a","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 03:49:12","worker_id":1}]  
[2026-07-11 03:49:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"52fa56a4-eb84-4384-86c5-0935ba7c1a2a","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 03:49:12","worker_id":1}]  
[2026-07-11 03:49:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"de2c55f2-f70e-4e57-b771-f604a759ff72","latitude":-1.2956798999999998844856463620089925825595855712890625,"longitude":37.03110930000000422523953602649271488189697265625,"site_id":3,"timestamp":"2026-07-11 03:49:57","worker_id":1}]  
[2026-07-11 03:50:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-11 03:50:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286359.84358429m, Allowed: 200m.  
[2026-07-11 03:50:16] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2fc921f5-49ff-43e4-94ea-3d09bc24d913","latitude":-1.29556160000000009091536412597633898258209228515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-11 03:50:15","worker_id":1}]  
[2026-07-11 03:50:46] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d258958c-1923-4abd-80bd-7c07637e4c6b","latitude":-1.29575666666666666770879601244814693927764892578125,"longitude":37.03119753333333363798374193720519542694091796875,"site_id":3,"timestamp":"2026-07-11 03:50:45","worker_id":1}]  
[2026-07-11 03:50:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cc664b6a-1cb9-4249-8084-428418b6ad8c","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 03:50:46","worker_id":1}]  
[2026-07-11 03:51:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26543228m, Allowed: 200m.  
[2026-07-11 03:51:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286372.4931698m, Allowed: 200m.  
[2026-07-11 03:51:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 03:51:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2dd0b3cd-c6df-4704-9b7a-2d96247e8832","latitude":-1.2957424499999998790400468351435847580432891845703125,"longitude":37.031206333333329894230701029300689697265625,"site_id":3,"timestamp":"2026-07-11 03:51:26","worker_id":1}]  
[2026-07-11 03:51:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"02044984-3bf7-44ac-a660-5743c67b1f4e","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 03:51:49","worker_id":1}]  
[2026-07-11 03:52:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286372.62621146m, Allowed: 200m.  
[2026-07-11 03:52:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 03:52:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7cbcd1b5-dc73-4665-b023-d35bc6bc8a27","latitude":-1.295787233333333343665572101599536836147308349609375,"longitude":37.03122685000000302579792332835495471954345703125,"site_id":3,"timestamp":"2026-07-11 03:52:10","worker_id":1}]  
[2026-07-11 03:52:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a50cabfb-9716-4b38-8348-741a3610a1fa","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 03:52:21","worker_id":1}]  
[2026-07-11 03:52:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2b2c9924-5317-4b6d-bcc1-5c90cb3e14ae","latitude":-1.2957812666666665979420258736354298889636993408203125,"longitude":37.03126465000000422378434450365602970123291015625,"site_id":3,"timestamp":"2026-07-11 03:52:53","worker_id":1}]  
[2026-07-11 03:53:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286376.95724467m, Allowed: 200m.  
[2026-07-11 03:53:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-11 03:53:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286380.37169647m, Allowed: 200m.  
[2026-07-11 03:53:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"eaf82477-7142-4c66-9aa6-aab166241fea","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-11 03:53:24","worker_id":1}]  
[2026-07-11 03:53:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ddaae5d9-b820-4658-b0f7-8d140b101192","latitude":-1.2957590666666665146777859263238497078418731689453125,"longitude":37.03121918333332729389439919032156467437744140625,"site_id":3,"timestamp":"2026-07-11 03:53:39","worker_id":1}]  
[2026-07-11 03:53:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"faa96f66-3619-4087-80ab-dba2ae70a199","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 03:53:55","worker_id":1}]  
[2026-07-11 03:54:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-11 03:54:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.74896437m, Allowed: 200m.  
[2026-07-11 03:54:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 03:54:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6e66068e-761e-498d-8a57-4e0b6da6d587","latitude":-1.29575956666666680661137434071861207485198974609375,"longitude":37.03121788333333341824982198886573314666748046875,"site_id":3,"timestamp":"2026-07-11 03:54:22","worker_id":1}]  
[2026-07-11 03:54:28] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9a6e99c8-b3ca-4cd8-8cb6-e99b9cd26ec2","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-11 03:54:27","worker_id":1}]  
[2026-07-11 03:55:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.64674633m, Allowed: 200m.  
[2026-07-11 03:55:17] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-11 03:55:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"553a4f5e-1339-405b-8210-3e54464360e4","latitude":-1.295765516666666616885095208999700844287872314453125,"longitude":37.03121466666666350420200615189969539642333984375,"site_id":3,"timestamp":"2026-07-11 03:55:39","worker_id":1}]  
[2026-07-11 03:56:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7c8698ae-b2bb-4ad2-b4a1-642fdd1a202a","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 03:56:01","worker_id":1}]  
[2026-07-11 03:56:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.63698864m, Allowed: 200m.  
[2026-07-11 03:56:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 03:56:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1ebe2f90-aa61-449d-9f08-7bc56023727b","latitude":-1.29562523333333334818462390103377401828765869140625,"longitude":37.03100333333333793461861205287277698516845703125,"site_id":3,"timestamp":"2026-07-11 03:56:28","worker_id":1}]  
[2026-07-11 03:56:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8bb680b2-0743-4f9c-bcc9-40ecb62a069e","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 03:56:33","worker_id":1}]  
[2026-07-11 03:57:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286346.58800076m, Allowed: 200m.  
[2026-07-11 03:57:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 03:57:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8dd12fdc-3174-48c0-a5d9-729076fbe5a6","latitude":-1.2957631166666667699161052951239980757236480712890625,"longitude":37.03116783333333472683079889975488185882568359375,"site_id":3,"timestamp":"2026-07-11 03:57:23","worker_id":1}]  
[2026-07-11 03:57:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0425ff93-36a9-4c76-944c-e90f5603d581","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 03:57:36","worker_id":1}]  
[2026-07-11 03:58:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286369.90130157m, Allowed: 200m.  
[2026-07-11 03:58:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 03:58:10] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ff602087-3037-4978-a993-11f568a54cd3","latitude":-1.29575413333333333554264754639007151126861572265625,"longitude":37.0311389499999989993739291094243526458740234375,"site_id":3,"timestamp":"2026-07-11 03:58:08","worker_id":1}]  
[2026-07-11 03:58:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0e559407-9004-4af2-9203-18456ced99e2","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-11 03:58:39","worker_id":1}]  
[2026-07-11 03:58:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c776e2ef-cded-4631-b69a-4279cd1bdf6c","latitude":-1.2957590166666665965067295474000275135040283203125,"longitude":37.031215833333334330745856277644634246826171875,"site_id":3,"timestamp":"2026-07-11 03:58:51","worker_id":1}]  
[2026-07-11 03:59:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286366.59353958m, Allowed: 200m.  
[2026-07-11 03:59:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-11 03:59:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.41649636m, Allowed: 200m.  
[2026-07-11 03:59:13] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"aadb6716-7fd0-4cea-a3dc-89fe2274c311","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 03:59:11","worker_id":1}]  
[2026-07-11 03:59:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"46778ba4-2e45-4bc2-aa39-a96158eef4eb","latitude":-1.2957583166666666318889156173099763691425323486328125,"longitude":37.03119728333333426917306496761739253997802734375,"site_id":3,"timestamp":"2026-07-11 03:59:31","worker_id":1}]  
[2026-07-11 03:59:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f6d40884-fa0d-4fd1-a879-e208ff2f489c","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-11 03:59:42","worker_id":1}]  
[2026-07-11 04:00:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 04:00:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286372.55368615m, Allowed: 200m.  
[2026-07-11 04:00:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-11 04:00:16] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cc00ab4e-522e-46a8-a428-0e8879600614","latitude":-1.29571591666666652287176475510932505130767822265625,"longitude":37.031147183333331440735491923987865447998046875,"site_id":3,"timestamp":"2026-07-11 04:00:14","worker_id":1}]  
[2026-07-11 04:00:47] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4ece697d-1355-480d-8f84-0583e2187263","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 04:00:45","worker_id":1}]  
[2026-07-11 04:01:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c21cff71-2443-4d90-8bea-8df3362787bf","latitude":-1.2956278500000000253322696153190918266773223876953125,"longitude":37.03114425000000409227141062729060649871826171875,"site_id":3,"timestamp":"2026-07-11 04:01:01","worker_id":1}]  
[2026-07-11 04:01:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286365.43243927m, Allowed: 200m.  
[2026-07-11 04:01:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 04:01:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286360.59978971m, Allowed: 200m.  
[2026-07-11 04:01:18] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3bcc2ea9-a76f-47c2-ad77-2a5f579f780f","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-11 04:01:17","worker_id":1}]  
[2026-07-11 04:01:53] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ab3dca55-9a3f-488f-b7a3-c99d835c9fb1","latitude":-1.29548758333333324799241381697356700897216796875,"longitude":37.0309492500000061454556998796761035919189453125,"site_id":3,"timestamp":"2026-07-11 04:01:52","worker_id":1}]  
[2026-07-11 04:02:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-11 04:02:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286334.16020837m, Allowed: 200m.  
[2026-07-11 04:02:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2b4e309b-969b-448c-b4dc-89b2fbcce3da","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-11 04:02:20","worker_id":1}]  
[2026-07-11 04:03:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-11 04:03:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"3e9ef971-f797-4221-b900-f66765540655","latitude":-1.295845283333333153308331020525656640529632568359375,"longitude":37.03153048333333430264246999286115169525146484375,"site_id":3,"timestamp":"2026-07-11 04:03:23","worker_id":1}]  
[2026-07-11 04:03:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"973b897e-b2d1-4e72-8ffd-329f2c1a3cf8","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 04:03:55","worker_id":1}]  
[2026-07-11 04:04:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286409.85253233m, Allowed: 200m.  
[2026-07-11 04:04:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 04:04:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1904b334-6cd9-466d-a5fd-c0748731b3b6","latitude":-1.29769924999999997083932612440548837184906005859375,"longitude":37.03154853333332852116654976271092891693115234375,"site_id":3,"timestamp":"2026-07-11 04:04:25","worker_id":1}]  
[2026-07-11 04:05:00] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"009ac562-ef58-4c85-a28e-28f78f2cdd20","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 04:04:58","worker_id":1}]  
[2026-07-11 04:05:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286507.34099026m, Allowed: 200m.  
[2026-07-11 04:05:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 04:05:49] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c0a22467-a87e-4e0a-af48-c89cbfd27b51","latitude":-1.2956505000000000382698317480389960110187530517578125,"longitude":37.03102390000000099234966910444200038909912109375,"site_id":3,"timestamp":"2026-07-11 04:05:47","worker_id":1}]  
[2026-07-11 04:06:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9eeb6195-3bf3-431a-9af9-23eac2e91326","latitude":-1.295562700000000067035443862550891935825347900390625,"longitude":37.03083120000000150184860103763639926910400390625,"site_id":3,"timestamp":"2026-07-11 04:06:01","worker_id":1}]  
[2026-07-11 04:06:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286349.91695069m, Allowed: 200m.  
[2026-07-11 04:06:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.41081531m, Allowed: 200m.  
[2026-07-11 04:06:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bf89f497-3afc-489e-8cd1-3356955a24fe","latitude":-1.2956086500000001393573256791569292545318603515625,"longitude":37.03113036666666602059194701723754405975341796875,"site_id":3,"timestamp":"2026-07-11 04:06:31","worker_id":1}]  
[2026-07-11 04:07:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286358.24202699m, Allowed: 200m.  
[2026-07-11 04:07:05] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"79a969fa-2401-458d-b97a-8fd7eeaad4e8","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 04:07:03","worker_id":1}]  
[2026-07-11 04:07:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"73490928-7254-4c26-9a77-327b48bf717e","latitude":-1.296170950000000043900172386202029883861541748046875,"longitude":37.0309717500000061818354879505932331085205078125,"site_id":3,"timestamp":"2026-07-11 04:07:27","worker_id":1}]  
[2026-07-11 04:07:37] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f9d2a922-eccf-41c9-bb2e-890992f0ccbd","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 04:07:35","worker_id":1}]  
[2026-07-11 04:08:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26590423m, Allowed: 200m.  
[2026-07-11 04:08:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286371.63990928m, Allowed: 200m.  
[2026-07-11 04:08:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 04:08:31] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"201d7805-6bbe-48dd-9668-8a4535b83e47","latitude":-1.2962518166666665564434879343025386333465576171875,"longitude":37.03092681666667118633995414711534976959228515625,"site_id":3,"timestamp":"2026-07-11 04:08:29","worker_id":1}]  
[2026-07-11 04:08:40] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"78e5c52f-019e-415e-b672-51e59f94b280","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 04:08:38","worker_id":1}]  
[2026-07-11 04:09:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286371.38967959m, Allowed: 200m.  
[2026-07-11 04:09:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 04:09:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c097bfbc-c0fd-4a02-b128-6fbad5a22333","latitude":-1.2955786166666667380553690236411057412624359130859375,"longitude":37.0310855833333363307247054763138294219970703125,"site_id":3,"timestamp":"2026-07-11 04:09:30","worker_id":1}]  
[2026-07-11 04:09:43] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b947b1e9-6ad9-4ee8-8e6e-97a70c7c3839","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 04:09:41","worker_id":1}]  
[2026-07-11 04:10:21] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286352.28243628m, Allowed: 200m.  
[2026-07-11 04:10:22] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 04:10:50] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"70f43b9d-2762-4898-9744-16480813b6ef","latitude":-1.295763916666666570876031983061693608760833740234375,"longitude":37.03121673333333063737882184796035289764404296875,"site_id":3,"timestamp":"2026-07-11 04:10:48","worker_id":1}]  
[2026-07-11 04:11:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.75794665m, Allowed: 200m.  
[2026-07-11 04:11:17] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2a55a1c3-756d-46f7-8e9c-4ef4b50f2b4c","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.030830199999996921178535558283329010009765625,"site_id":3,"timestamp":"2026-07-11 04:11:16","worker_id":1}]  
[2026-07-11 04:11:51] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"371997a6-adc9-4f7b-9b82-2995083af2ae","latitude":-1.29576523333333337717476752004586160182952880859375,"longitude":37.03121511666666521023216773755848407745361328125,"site_id":3,"timestamp":"2026-07-11 04:11:49","worker_id":1}]  
[2026-07-11 04:12:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.26074456m, Allowed: 200m.  
[2026-07-11 04:12:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.66668282m, Allowed: 200m.  
[2026-07-11 04:12:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"62567937-cbd8-40eb-b82a-2cc9762c3e88","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 04:12:19","worker_id":1}]  
[2026-07-11 04:12:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cdbedd24-865c-48c4-905b-9e2f71410e28","latitude":-1.2957649499999999154198349060607142746448516845703125,"longitude":37.03122031666666913451990694738924503326416015625,"site_id":3,"timestamp":"2026-07-11 04:12:31","worker_id":1}]  
[2026-07-11 04:12:52] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"c4febb9b-7a84-48b2-9b5d-66f36862051c","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 04:12:50","worker_id":1}]  
[2026-07-11 04:13:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 04:13:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286375.16412842m, Allowed: 200m.  
[2026-07-11 04:13:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 04:13:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d66a10fb-3722-4a5f-98d9-d53813a1540e","latitude":-1.2957657166666667336585305747576057910919189453125,"longitude":37.03117793333333196414969279430806636810302734375,"site_id":3,"timestamp":"2026-07-11 04:13:57","worker_id":1}]  
[2026-07-11 04:14:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286371.03003826m, Allowed: 200m.  
[2026-07-11 04:14:27] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"72ce3b2f-ba97-48de-b457-1d71c9492a98","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 04:14:25","worker_id":1}]  
[2026-07-11 04:15:11] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 04:15:30] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f8f973bf-8401-4a17-b581-3ff49f6b72ff","latitude":-1.2954318000000000221660911847720853984355926513671875,"longitude":37.0310873166666709721539518795907497406005859375,"site_id":3,"timestamp":"2026-07-11 04:15:28","worker_id":1}]  
[2026-07-11 04:16:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"cf3e7a5a-3cbc-4839-9013-c34bcd5f2803","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 04:15:59","worker_id":1}]  
[2026-07-11 04:16:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286344.87881512m, Allowed: 200m.  
[2026-07-11 04:16:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 04:16:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ec47c60c-57ba-40f1-9f8e-c702f1a666be","latitude":-1.29574538333333322270846110768616199493408203125,"longitude":37.0312207500000027948772185482084751129150390625,"site_id":3,"timestamp":"2026-07-11 04:16:42","worker_id":1}]  
[2026-07-11 04:17:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"9b7a3a25-2b37-463f-b58a-aa02193a0ee5","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 04:17:02","worker_id":1}]  
[2026-07-11 04:17:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.19723147m, Allowed: 200m.  
[2026-07-11 04:17:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 04:17:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d8c65ef1-bebc-4b75-b9ec-c1c6fcd78de7","latitude":-1.2953945333333332090575140682631172239780426025390625,"longitude":37.03121396666666242936116759665310382843017578125,"site_id":3,"timestamp":"2026-07-11 04:17:33","worker_id":1}]  
[2026-07-11 04:18:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286355.42881773m, Allowed: 200m.  
[2026-07-11 04:18:07] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d23c0007-e55e-468e-b4ab-f2329d399b93","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 04:18:05","worker_id":1}]  
[2026-07-11 04:18:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"754ba9d6-8643-46c0-b659-08948c722ee4","latitude":-1.2957106833333333906210782515699975192546844482421875,"longitude":37.0310660666666677798275486566126346588134765625,"site_id":3,"timestamp":"2026-07-11 04:18:23","worker_id":1}]  
[2026-07-11 04:18:38] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"0819b0fe-800f-4742-b7a8-34b5207af435","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 04:18:37","worker_id":1}]  
[2026-07-11 04:19:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 04:19:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286357.17454337m, Allowed: 200m.  
[2026-07-11 04:19:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 04:19:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"564cb8d2-d845-4343-bace-d2c1a03ea845","latitude":-1.2956085333333333675653875616262666881084442138671875,"longitude":37.03110128333333506134295021183788776397705078125,"site_id":3,"timestamp":"2026-07-11 04:19:22","worker_id":1}]  
[2026-07-11 04:19:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"afaa95fa-7e6f-4540-bc2b-dd4e12bf886b","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 04:19:39","worker_id":1}]  
[2026-07-11 04:20:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286355.37200293m, Allowed: 200m.  
[2026-07-11 04:20:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 04:20:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bcc441ab-4454-4af5-9c75-50e6099fa614","latitude":-1.295514383333333352510408076341263949871063232421875,"longitude":37.030993649999999206556822173297405242919921875,"site_id":3,"timestamp":"2026-07-11 04:20:23","worker_id":1}]  
[2026-07-11 04:20:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a6645666-4ce0-4108-9125-2a23769e10b0","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 04:20:42","worker_id":1}]  
[2026-07-11 04:21:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286339.91523051m, Allowed: 200m.  
[2026-07-11 04:21:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 04:21:25] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"efc9f084-971c-4d4f-9523-504351363e15","latitude":-1.2957737999999998645961341026122681796550750732421875,"longitude":37.03120516666667327854156610555946826934814453125,"site_id":3,"timestamp":"2026-07-11 04:21:23","worker_id":1}]  
[2026-07-11 04:21:48] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d8f2515a-97e8-4c54-a0ab-9115b301f4e5","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 04:21:46","worker_id":1}]  
[2026-07-11 04:22:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286374.12888292m, Allowed: 200m.  
[2026-07-11 04:22:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 04:22:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"8d34b510-2453-4978-9c42-98a843ccb021","latitude":-1.2953233500000000955054701989865861833095550537109375,"longitude":37.03102390000000099234966910444200038909912109375,"site_id":3,"timestamp":"2026-07-11 04:22:54","worker_id":1}]  
[2026-07-11 04:23:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286333.03902433m, Allowed: 200m.  
[2026-07-11 04:23:22] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"15058899-c427-4c59-abac-fc6a365f3c04","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 04:23:20","worker_id":1}]  
[2026-07-11 04:24:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 04:24:32] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"f67f194b-ab7e-4c3f-b8b3-c972cc43e3dd","latitude":-1.29541079999999997340864865691401064395904541015625,"longitude":37.03090846666666635655928985215723514556884765625,"site_id":3,"timestamp":"2026-07-11 04:24:29","worker_id":1}]  
[2026-07-11 04:24:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ce803076-a8f6-4a74-ab5c-64c544c038da","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 04:24:54","worker_id":1}]  
[2026-07-11 04:25:18] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.18264771m, Allowed: 200m.  
[2026-07-11 04:25:18] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 04:27:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"1eeb2089-844f-4aa9-b68f-28160ddb9494","latitude":-1.2954344666666666174847932779812254011631011962890625,"longitude":37.03090958333333304608459002338349819183349609375,"site_id":3,"timestamp":"2026-07-11 04:27:21","worker_id":1}]  
[2026-07-11 04:27:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"a5e6f2b9-15fe-4a3e-bb20-6b342d919471","latitude":-1.2955634000000000316532577926409430801868438720703125,"longitude":37.03083199999999663987182429991662502288818359375,"site_id":3,"timestamp":"2026-07-11 04:27:32","worker_id":1}]  
[2026-07-11 04:28:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286327.51359268m, Allowed: 200m.  
[2026-07-11 04:28:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.52571224m, Allowed: 200m.  
[2026-07-11 04:33:00] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"86d0fa15-0cda-4691-b403-abd18d2e4e65","latitude":-1.2955628999999999617642743032774887979030609130859375,"longitude":37.03083170000000023946995497681200504302978515625,"site_id":3,"timestamp":"2026-07-11 04:32:57","worker_id":1}]  
[2026-07-11 04:33:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.47037165m, Allowed: 200m.  
[2026-07-11 04:38:14] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"06608085-4149-48d6-a3f9-6931f8acb40b","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083029999999808978827786631882190704345703125,"site_id":3,"timestamp":"2026-07-11 04:38:12","worker_id":1}]  
[2026-07-11 04:39:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.27575163m, Allowed: 200m.  
[2026-07-11 04:43:29] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"d3d0cf5b-e4be-4142-a9e6-05b7ea6fa809","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 04:43:27","worker_id":1}]  
[2026-07-11 04:44:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 04:48:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"18eed613-428d-4920-bf44-41908fe71b4d","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 04:48:41","worker_id":1}]  
[2026-07-11 04:49:12] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
[2026-07-11 04:53:58] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"569ec7e1-398c-4a57-a9bd-19ef083db433","latitude":-1.2955639000000001015422412820043973624706268310546875,"longitude":37.030832099999997808481566607952117919921875,"site_id":3,"timestamp":"2026-07-11 04:53:56","worker_id":1}]  
[2026-07-11 04:54:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.56135803m, Allowed: 200m.  
[2026-07-11 04:59:12] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"2c5b09a4-ddcb-47aa-a18c-5304c4bcf27b","latitude":-1.295561699999999927257476883823983371257781982421875,"longitude":37.03083050000000042700776248238980770111083984375,"site_id":3,"timestamp":"2026-07-11 04:59:11","worker_id":1}]  
[2026-07-11 05:00:15] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.29028675m, Allowed: 200m.  
[2026-07-11 05:10:24] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"92890adc-fa11-4360-9972-3637501a176c","latitude":-1.294961866666666683300945805967785418033599853515625,"longitude":37.030602216666665071898023597896099090576171875,"site_id":3,"timestamp":"2026-07-11 05:10:20","worker_id":1}]  
[2026-07-11 05:11:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"bb335925-210b-4c68-ba6f-908cfa87c2f1","latitude":-1.29368324999999995128519003628753125667572021484375,"longitude":37.02957409999999782712620799429714679718017578125,"site_id":3,"timestamp":"2026-07-11 05:11:02","worker_id":1}]  
[2026-07-11 05:11:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286272.86476276m, Allowed: 200m.  
[2026-07-11 05:11:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286105.67080153m, Allowed: 200m.  
[2026-07-11 05:12:04] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7cb9f84c-a9aa-4c90-86db-1f5cd6af6330","latitude":-1.2955613500000000559708723812946118414402008056640625,"longitude":37.03102249999999884266799199394881725311279296875,"site_id":3,"timestamp":"2026-07-11 05:12:02","worker_id":1}]  
[2026-07-11 05:12:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286345.17940658m, Allowed: 200m.  
[2026-07-11 05:14:57] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b241d01d-bd62-42a9-9f8b-2d4daeb6038e","latitude":-1.2952831833333331434943147542071528732776641845703125,"longitude":37.03085578333332961165069718845188617706298828125,"site_id":3,"timestamp":"2026-07-11 05:14:55","worker_id":1}]  
[2026-07-11 05:15:09] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286314.41092216m, Allowed: 200m.  
[2026-07-11 05:15:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5b102805-c728-4d5d-a36a-9062d36937d7","latitude":-1.2955317333333333795764019669150002300739288330078125,"longitude":37.03073231666666487171823973767459392547607421875,"site_id":3,"timestamp":"2026-07-11 05:15:52","worker_id":1}]  
[2026-07-11 05:16:10] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286315.07560718m, Allowed: 200m.  
[2026-07-11 05:21:59] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"7fe158cd-9f5b-4109-a30c-94f4025a98a4","latitude":-1.2954851333333332608077625991427339613437652587890625,"longitude":37.0310414166666674873340525664389133453369140625,"site_id":3,"timestamp":"2026-07-11 05:21:57","worker_id":1}]  
[2026-07-11 05:22:05] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286343.11009388m, Allowed: 200m.  
[2026-07-11 05:23:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"6c53dc17-678b-4c3d-a926-7009aeb9fb5f","latitude":-1.2955292000000000474102535008569248020648956298828125,"longitude":37.0307305666666621846161433495581150054931640625,"site_id":3,"timestamp":"2026-07-11 05:23:32","worker_id":1}]  
[2026-07-11 05:24:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286314.77256478m, Allowed: 200m.  
[2026-07-11 05:28:01] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"877302ec-4779-4e90-9671-c29152640834","latitude":-1.2954457333333333490799077480915002524852752685546875,"longitude":37.031006216666668251491500996053218841552734375,"site_id":3,"timestamp":"2026-07-11 05:27:59","worker_id":1}]  
[2026-07-11 05:28:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286337.61103747m, Allowed: 200m.  
[2026-07-11 05:29:20] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"357da197-22ce-48a0-8fb1-2722a4a0b02a","latitude":-1.2955242499999999328252897612401284277439117431640625,"longitude":37.03073653333333226100876345299184322357177734375,"site_id":3,"timestamp":"2026-07-11 05:29:17","worker_id":1}]  
[2026-07-11 05:30:11] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"4b616ad7-93f0-4d8c-a25c-f115be4c9bef","latitude":-1.29438288333333328949947826913557946681976318359375,"longitude":37.03067391666666452465506154112517833709716796875,"site_id":3,"timestamp":"2026-07-11 05:30:08","worker_id":1}]  
[2026-07-11 05:30:18] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286315.10471796m, Allowed: 200m.  
[2026-07-11 05:30:18] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286250.06815037m, Allowed: 200m.  
[2026-07-11 05:32:03] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"eaf6f7e9-03b5-4167-98ab-78ecd0ee8db0","latitude":-1.29550825000000013886847227695398032665252685546875,"longitude":37.03074285000000287482180283404886722564697265625,"site_id":3,"timestamp":"2026-07-11 05:32:01","worker_id":1}]  
[2026-07-11 05:32:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286314.90119577m, Allowed: 200m.  
[2026-07-11 05:33:09] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"850b4091-df02-4d5c-8348-8e3e0b7c17ee","latitude":-1.2957269666666666463328283498412929475307464599609375,"longitude":37.03092298333333332038819207809865474700927734375,"site_id":3,"timestamp":"2026-07-11 05:33:07","worker_id":1}]  
[2026-07-11 05:34:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286343.9249442m, Allowed: 200m.  
[2026-07-11 05:34:41] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"dda9756c-ff44-4254-abc3-baf5faaf8cb0","latitude":-1.29551578333333328174603593652136623859405517578125,"longitude":37.03077164999999837391442270018160343170166015625,"site_id":3,"timestamp":"2026-07-11 05:34:39","worker_id":1}]  
[2026-07-11 05:35:13] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286318.12594517m, Allowed: 200m.  
[2026-07-11 05:35:34] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"e574b9e4-022a-4262-87f8-69abe3c4aef6","latitude":-1.295398566666666528846008077380247414112091064453125,"longitude":37.0308792833333342287005507387220859527587890625,"site_id":3,"timestamp":"2026-07-11 05:35:32","worker_id":1}]  
[2026-07-11 05:36:06] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286322.6776283m, Allowed: 200m.  
[2026-07-11 05:37:36] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"b9f68501-1b82-409d-a066-8d6a2234a2f2","latitude":-1.29560101666666671604843941167928278446197509765625,"longitude":37.03082843333333329383094678632915019989013671875,"site_id":3,"timestamp":"2026-07-11 05:37:34","worker_id":1}]  
[2026-07-11 05:38:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286328.11541398m, Allowed: 200m.  
[2026-07-11 05:40:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"fa2e95e6-137e-452b-8a03-d921cf7b3c03","latitude":-1.2952832333333332837099760581622831523418426513671875,"longitude":37.03076648333333054097238346002995967864990234375,"site_id":3,"timestamp":"2026-07-11 05:40:53","worker_id":1}]  
[2026-07-11 05:41:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286305.61934842m, Allowed: 200m.  
[2026-07-11 05:42:33] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"49d2fc84-d8a3-42a8-9d9d-81d9d9880303","latitude":-1.295970483333333422848454574705101549625396728515625,"longitude":37.0308704333333338354350416921079158782958984375,"site_id":3,"timestamp":"2026-07-11 05:42:25","worker_id":1}]  
[2026-07-11 05:43:04] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286351.31712211m, Allowed: 200m.  
[2026-07-11 05:43:23] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"67f11354-351d-4e2c-a38a-1a54d4e82d51","latitude":-1.2955436166666667308078331188880838453769683837890625,"longitude":37.0307441166666677645480376668274402618408203125,"site_id":3,"timestamp":"2026-07-11 05:43:21","worker_id":1}]  
[2026-07-11 05:44:07] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286316.85074645m, Allowed: 200m.  
[2026-07-11 05:44:55] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"5cb1b6de-76ce-40c6-895f-392830c23645","latitude":-1.2956221500000000279584355666884221136569976806640625,"longitude":37.03094478333333228192714159376919269561767578125,"site_id":3,"timestamp":"2026-07-11 05:44:53","worker_id":1}]  
[2026-07-11 05:45:08] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286340.66324635m, Allowed: 200m.  
[2026-07-11 05:46:56] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"ff9dc7ac-d61d-4597-96d1-67f8b850a958","latitude":-1.2953180499999998875892970318091101944446563720703125,"longitude":37.0309523166666707538752234540879726409912109375,"site_id":3,"timestamp":"2026-07-11 05:46:54","worker_id":1}]  
[2026-07-11 05:47:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286325.71611165m, Allowed: 200m.  
[2026-07-11 05:47:44] local.DEBUG: SyncController: Received bulk sync events: [{"event_type":"gps","idempotency_key":"950d2f42-114b-46d6-bd69-3038716676a5","latitude":-1.2955617999999999856441945667029358446598052978515625,"longitude":37.03083010000000285799615085124969482421875,"site_id":3,"timestamp":"2026-07-11 05:47:42","worker_id":1}]  
[2026-07-11 05:48:03] local.WARNING: ProcessSiteEvent: Geofence violation for worker 1 at site 3. Distance: 286326.25605684m, Allowed: 200m.  
