diff --git a/app/Http/Controllers/Admin/EmailSettingsController.php b/app/Http/Controllers/Admin/EmailSettingsController.php
index 6bd206f8..189521e6 100644
--- a/app/Http/Controllers/Admin/EmailSettingsController.php
+++ b/app/Http/Controllers/Admin/EmailSettingsController.php
@@ -5,6 +5,7 @@ namespace App\Http\Controllers\Admin;
use App\Http\Controllers\Controller;
use App\Models\EmailSetting;
use App\Models\SenderAccount;
+use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Crypt;
diff --git a/resources/views/admin/email-settings/index.blade.php b/resources/views/admin/email-settings/index.blade.php
index 80eac2c0..9e39ec17 100644
--- a/resources/views/admin/email-settings/index.blade.php
+++ b/resources/views/admin/email-settings/index.blade.php
@@ -527,7 +527,7 @@ function editSender(id) {
const sender = senderAccounts.find(s => s.id === id);
if (!sender) return;
- document.getElementById('senderForm').action = '{{ route('impostazioni.sender.update', '') }}/' + id;
+ document.getElementById('senderForm').action = '{{ route('impostazioni.sender.update', '__ID__') }}'.replace('__ID__', id);
document.getElementById('senderMethod').value = 'PUT';
document.getElementById('senderModalTitle').textContent = 'Modifica Mittente - ' + sender.email_address;
document.getElementById('senderId').value = sender.id;
@@ -557,7 +557,7 @@ function testSenderSmtp(id) {
btn.innerHTML = ' ';
$.ajax({
- url: '{{ route('impostazioni.sender.test', '') }}/' + id,
+ url: '{{ route('impostazioni.sender.test', '__ID__') }}'.replace('__ID__', id),
method: 'POST',
headers: { 'X-CSRF-TOKEN': '{{ csrf_token() }}' },
data: { email: email },
diff --git a/storage/framework/views/0148037841f0b0a1145e45ff04bf608f.php b/storage/framework/views/0148037841f0b0a1145e45ff04bf608f.php
new file mode 100755
index 00000000..7854d454
--- /dev/null
+++ b/storage/framework/views/0148037841f0b0a1145e45ff04bf608f.php
@@ -0,0 +1,6 @@
+>
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/0325075c0e28e108f55852a5213b7453.php b/storage/framework/views/0325075c0e28e108f55852a5213b7453.php
new file mode 100755
index 00000000..434270e9
--- /dev/null
+++ b/storage/framework/views/0325075c0e28e108f55852a5213b7453.php
@@ -0,0 +1,4 @@
+>
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/07a2b546b33f00549cc0ad3c37e7e8f4.php b/storage/framework/views/07a2b546b33f00549cc0ad3c37e7e8f4.php
new file mode 100755
index 00000000..4cc160ed
--- /dev/null
+++ b/storage/framework/views/07a2b546b33f00549cc0ad3c37e7e8f4.php
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/0ee9db77d28cdb3ed3633c69f149c2cd.php b/storage/framework/views/0ee9db77d28cdb3ed3633c69f149c2cd.php
new file mode 100755
index 00000000..a6cf66de
--- /dev/null
+++ b/storage/framework/views/0ee9db77d28cdb3ed3633c69f149c2cd.php
@@ -0,0 +1,77 @@
+ 'default', 'variant' => 'soft']));
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['type' => 'default', 'variant' => 'soft']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+ [
+ 'soft' => 'bg-black/8 text-neutral-900 dark:border-neutral-700 dark:bg-white/10 dark:text-neutral-100',
+ 'solid' => 'bg-neutral-600 text-neutral-100 dark:border-neutral-500 dark:bg-neutral-600',
+ ],
+ 'success' => [
+ 'soft' => 'bg-emerald-200 text-emerald-900 dark:border-emerald-600 dark:bg-emerald-900/70 dark:text-emerald-400',
+ 'solid' => 'bg-emerald-600 dark:border-emerald-500 dark:bg-emerald-600',
+ ],
+ 'primary' => [
+ 'soft' => 'bg-blue-100 text-blue-900 dark:border-blue-800 dark:bg-blue-950 dark:text-blue-300',
+ 'solid' => 'bg-blue-700 dark:border-blue-600 dark:bg-blue-700',
+ ],
+ 'error' => [
+ 'soft' => 'bg-rose-200 text-rose-900 dark:border-rose-900 dark:bg-rose-950 dark:text-rose-100 dark:[&_svg]:!text-white',
+ 'solid' => 'bg-rose-600 dark:border-rose-500 dark:bg-rose-600',
+ ],
+ 'alert' => [
+ 'soft' => 'bg-amber-200 text-amber-900 dark:border-amber-800 dark:bg-amber-950 dark:text-amber-300',
+ 'solid' => 'bg-amber-600 dark:border-amber-500 dark:bg-amber-600',
+ ],
+ 'white' => [
+ 'soft' => 'bg-white text-neutral-900 dark:border-neutral-700 dark:bg-neutral-800 dark:text-neutral-100',
+ 'solid' => 'bg-black/10 text-neutral-900 dark:text-neutral-900 dark:bg-white',
+ ],
+];
+
+$variants = [
+ 'soft' => '',
+ 'solid' => 'text-white dark:text-white [&_svg]:!text-white',
+];
+
+$typeClasses = $types[$type][$variant] ?? $types['default']['soft'];
+$variantClasses = $variants[$variant] ?? $variants['soft'];
+
+$classes = implode(' ', [$baseClasses, $typeClasses, $variantClasses]);
+
+?>
+
+
merge(['class' => $classes])); ?>>
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/10bfd1cba180cea07cac837f84b0c800.php b/storage/framework/views/10bfd1cba180cea07cac837f84b0c800.php
new file mode 100755
index 00000000..147fbe92
--- /dev/null
+++ b/storage/framework/views/10bfd1cba180cea07cac837f84b0c800.php
@@ -0,0 +1,4 @@
+>
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/220e52aac064839c26a440ed843d711d.php b/storage/framework/views/220e52aac064839c26a440ed843d711d.php
new file mode 100755
index 00000000..31d9f7cc
--- /dev/null
+++ b/storage/framework/views/220e52aac064839c26a440ed843d711d.php
@@ -0,0 +1,8 @@
+merge(['class' => "w-full max-w-7xl mx-auto p-4 sm:p-14 border-x border-dashed border-neutral-300 dark:border-white/[9%]"])); ?>
+
+>
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/256fc02842ebb80196b5b450c0b70cc5.php b/storage/framework/views/256fc02842ebb80196b5b450c0b70cc5.php
new file mode 100755
index 00000000..0fa38bbf
--- /dev/null
+++ b/storage/framework/views/256fc02842ebb80196b5b450c0b70cc5.php
@@ -0,0 +1,180 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['frame']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.formatted-source','data' => ['frame' => $frame]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::formatted-source'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['frame' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($frame)]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.file-with-line','data' => ['frame' => $frame,'direction' => 'rtl']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::file-with-line'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['frame' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($frame),'direction' => 'rtl']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.chevrons-down-up','data' => ['xShow' => 'expanded']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.chevrons-down-up'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['x-show' => 'expanded']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.chevrons-up-down','data' => ['xShow' => '!expanded']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.chevrons-up-down'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['x-show' => '!expanded']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ snippet()): ?>
+
+
+ 'laravel-exceptions-renderer::components.frame-code','data' => ['code' => $snippet,'highlightedLine' => $frame->line(),'xShow' => 'expanded','xCloak' => !$frame->isMain()]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::frame-code'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['code' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($snippet),'highlightedLine' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($frame->line()),'x-show' => 'expanded','x-cloak' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(!$frame->isMain())]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/299f71d41d7345c8afe8aca0236c72bc.php b/storage/framework/views/299f71d41d7345c8afe8aca0236c72bc.php
new file mode 100755
index 00000000..829bc13b
--- /dev/null
+++ b/storage/framework/views/299f71d41d7345c8afe8aca0236c72bc.php
@@ -0,0 +1,5 @@
+>
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/3b76cd18274c0dba317c52215ca14210.php b/storage/framework/views/3b76cd18274c0dba317c52215ca14210.php
new file mode 100755
index 00000000..fbf7df73
--- /dev/null
+++ b/storage/framework/views/3b76cd18274c0dba317c52215ca14210.php
@@ -0,0 +1,170 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['frames']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.folder','data' => ['class' => 'w-3 h-3 text-neutral-400','xShow' => '!expanded','xCloak' => true]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.folder'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-3 h-3 text-neutral-400','x-show' => '!expanded','x-cloak' => true]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.folder-open','data' => ['class' => 'w-3 h-3 text-blue-500 dark:text-emerald-500','xShow' => 'expanded']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.folder-open'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-3 h-3 text-blue-500 dark:text-emerald-500','x-show' => 'expanded']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+ vendor
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.chevrons-down-up','data' => ['xShow' => 'expanded']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.chevrons-down-up'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['x-show' => 'expanded']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.chevrons-up-down','data' => ['xShow' => '!expanded']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.chevrons-up-down'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['x-show' => '!expanded']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ addLoop($__currentLoopData); foreach($__currentLoopData as $frame): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
+
+
+
+ 'laravel-exceptions-renderer::components.vendor-frame','data' => ['frame' => $frame]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::vendor-frame'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['frame' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($frame)]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+ popLoop(); $loop = $__env->getLastLoop(); ?>
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/4a1caea37715ae550150698b1b586bdb.php b/storage/framework/views/4a1caea37715ae550150698b1b586bdb.php
new file mode 100755
index 00000000..04bfd3cc
--- /dev/null
+++ b/storage/framework/views/4a1caea37715ae550150698b1b586bdb.php
@@ -0,0 +1,79 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['routeParameters']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+
+
Routing parameters
+
+
+
+
+ 'laravel-exceptions-renderer::components.syntax-highlight','data' => ['code' => $routeParameters,'language' => 'json']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::syntax-highlight'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['code' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($routeParameters),'language' => 'json']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.empty-state','data' => ['message' => 'No routing parameters']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::empty-state'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['message' => 'No routing parameters']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/4a704f9f6f92d0a3272ccbfa6b7fe314.php b/storage/framework/views/4a704f9f6f92d0a3272ccbfa6b7fe314.php
new file mode 100755
index 00000000..b603e2c5
--- /dev/null
+++ b/storage/framework/views/4a704f9f6f92d0a3272ccbfa6b7fe314.php
@@ -0,0 +1,12 @@
+>
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/4dfd58c25b7cb5c8baf6fd5763c912f1.php b/storage/framework/views/4dfd58c25b7cb5c8baf6fd5763c912f1.php
new file mode 100755
index 00000000..13b03cae
--- /dev/null
+++ b/storage/framework/views/4dfd58c25b7cb5c8baf6fd5763c912f1.php
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/4ff85f2bf93314bc22669760c5ce7051.php b/storage/framework/views/4ff85f2bf93314bc22669760c5ce7051.php
new file mode 100755
index 00000000..1af3d61a
--- /dev/null
+++ b/storage/framework/views/4ff85f2bf93314bc22669760c5ce7051.php
@@ -0,0 +1,374 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['queries']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+merge(['class' => "flex flex-col gap-2.5 bg-neutral-50 dark:bg-white/1 border border-neutral-200 dark:border-neutral-800 rounded-xl p-2.5 shadow-xs"])); ?>
+
+ x-data="{
+ totalQueries: ,
+ currentPage: 1,
+ perPage: 10,
+ get totalPages() {
+ return Math.ceil(this.totalQueries / this.perPage);
+ },
+ get hasPrevious() {
+ return this.currentPage > 1;
+ },
+ get hasNext() {
+ return this.currentPage < this.totalPages;
+ },
+ goToPage(page) {
+ if (page >= 1 && page <= this.totalPages) {
+ this.currentPage = page;
+ }
+ },
+ first() {
+ this.currentPage = 1;
+ },
+ last() {
+ this.currentPage = this.totalPages;
+ },
+ previous() {
+ if (this.hasPrevious) {
+ this.currentPage--;
+ }
+ },
+ next() {
+ if (this.hasNext) {
+ this.currentPage++;
+ }
+ },
+ get visiblePages() {
+ const total = this.totalPages;
+ const current = this.currentPage;
+ const pages = [];
+
+ if (total <= 7) {
+ for (let i = 1; i <= total; i++) {
+ pages.push({ type: 'page', value: i });
+ }
+ } else {
+ if (current <= 4) {
+ for (let i = 1; i <= 5; i++) {
+ pages.push({ type: 'page', value: i });
+ }
+ if (total > 6) {
+ pages.push({ type: 'ellipsis', value: '...', id: 'end' });
+ pages.push({ type: 'page', value: total });
+ }
+ } else if (current > total - 4) {
+ pages.push({ type: 'page', value: 1 });
+ if (total > 6) {
+ pages.push({ type: 'ellipsis', value: '...', id: 'start' });
+ }
+ for (let i = Math.max(total - 4, 2); i <= total; i++) {
+ pages.push({ type: 'page', value: i });
+ }
+ } else {
+ pages.push({ type: 'page', value: 1 });
+ pages.push({ type: 'ellipsis', value: '...', id: 'start' });
+ for (let i = current - 1; i <= current + 1; i++) {
+ pages.push({ type: 'page', value: i });
+ }
+ pages.push({ type: 'ellipsis', value: '...', id: 'end' });
+ pages.push({ type: 'page', value: total });
+ }
+ }
+ return pages;
+ }
+ }"
+>
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.database','data' => ['class' => 'w-2.5 h-2.5 text-blue-500 dark:text-emerald-500']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.database'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-2.5 h-2.5 text-blue-500 dark:text-emerald-500']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
Queries
+
+
+
+ 100): ?>
+
+
+ 'laravel-exceptions-renderer::components.icons.info','data' => ['class' => 'w-3 h-3 text-blue-500 dark:text-emerald-500','dataTippyContent' => 'Only the first 100 queries are shown']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.info'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-3 h-3 text-blue-500 dark:text-emerald-500','data-tippy-content' => 'Only the first 100 queries are shown']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ addLoop($__currentLoopData); foreach($__currentLoopData as $index => ['connectionName' => $connectionName, 'sql' => $sql, 'time' => $time]): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.database','data' => ['class' => 'w-3 h-3 text-neutral-500 dark:text-neutral-400']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.database'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-3 h-3 text-neutral-500 dark:text-neutral-400']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.syntax-highlight','data' => ['code' => $sql,'language' => 'sql','truncate' => true,'class' => 'min-w-0','dataTippyContent' => ''.e(nl2br($sql)).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::syntax-highlight'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['code' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($sql),'language' => 'sql','truncate' => true,'class' => 'min-w-0','data-tippy-content' => ''.e(nl2br($sql)).'']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
ms
+
+ popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
+
+
+ 'laravel-exceptions-renderer::components.empty-state','data' => ['message' => 'No queries executed']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::empty-state'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['message' => 'No queries executed']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.chevrons-left','data' => ['class' => 'w-3 h-3']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.chevrons-left'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-3 h-3']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.chevron-left','data' => ['class' => 'w-3 h-3']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.chevron-left'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-3 h-3']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ...
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.chevron-right','data' => ['class' => 'w-3 h-3']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.chevron-right'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-3 h-3']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.chevrons-right','data' => ['class' => 'w-3 h-3']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.chevrons-right'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-3 h-3']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/52fdfffd5ede6c5418fc40f761d0b0ef.php b/storage/framework/views/52fdfffd5ede6c5418fc40f761d0b0ef.php
new file mode 100755
index 00000000..612c4950
--- /dev/null
+++ b/storage/framework/views/52fdfffd5ede6c5418fc40f761d0b0ef.php
@@ -0,0 +1,65 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['frame']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+class();
+ $operator = $frame->operator();
+ $callable = $frame->callable();
+
+ if ($class && $operator) {
+ $source = $class.$operator.$callable.'('.implode(', ', $frame->args()).')';
+ } elseif ($callable !== 'throw') {
+ $source = $callable.'('.implode(', ', $frame->args()).')';
+ } else {
+ $source = $frame->source();
+ }
+?>
+
+
+
+ 'laravel-exceptions-renderer::components.syntax-highlight','data' => ['code' => $source,'language' => 'php','truncate' => true,'class' => 'text-xs min-w-0','dataTippyContent' => ''.e($source).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::syntax-highlight'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['code' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($source),'language' => 'php','truncate' => true,'class' => 'text-xs min-w-0','data-tippy-content' => ''.e($source).'']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/55151abdb561150ddc421ea357f4086f.php b/storage/framework/views/55151abdb561150ddc421ea357f4086f.php
new file mode 100755
index 00000000..1dbd05ae
--- /dev/null
+++ b/storage/framework/views/55151abdb561150ddc421ea357f4086f.php
@@ -0,0 +1,6 @@
+>
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/6a7aaead1cd4adb109b2f35a98221f9f.php b/storage/framework/views/6a7aaead1cd4adb109b2f35a98221f9f.php
new file mode 100755
index 00000000..3ce59b2b
--- /dev/null
+++ b/storage/framework/views/6a7aaead1cd4adb109b2f35a98221f9f.php
@@ -0,0 +1,5 @@
+startSection('title', __('Not Found')); ?>
+startSection('code', '404'); ?>
+startSection('message', __('Not Found')); ?>
+
+make('errors::minimal', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
\ No newline at end of file
diff --git a/storage/framework/views/7315ffcc42918a0596a5647be04a02e5.php b/storage/framework/views/7315ffcc42918a0596a5647be04a02e5.php
new file mode 100755
index 00000000..6d130971
--- /dev/null
+++ b/storage/framework/views/7315ffcc42918a0596a5647be04a02e5.php
@@ -0,0 +1,157 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['exception']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+
+
+
class()); ?>
+
+
+ 'laravel-exceptions-renderer::components.file-with-line','data' => ['frame' => $exception->frames()->first(),'class' => '-mt-3 text-xs']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::file-with-line'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['frame' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception->frames()->first()),'class' => '-mt-3 text-xs']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+ message()); ?>
+
+
+
+
+
+
+
+ LARAVEL
+ version()); ?>
+
+
+ PHP
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.badge','data' => ['type' => 'error']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::badge'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['type' => 'error']); ?>
+
+
+ 'laravel-exceptions-renderer::components.icons.alert','data' => ['class' => 'w-2.5 h-2.5']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.alert'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-2.5 h-2.5']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+ UNHANDLED
+ renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.badge','data' => ['type' => 'error','variant' => 'solid']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::badge'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['type' => 'error','variant' => 'solid']); ?>
+ CODE code()); ?>
+
+ renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.request-url','data' => ['exception' => $exception,'request' => $exception->request(),'class' => 'relative z-50']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::request-url'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['exception' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception),'request' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception->request()),'class' => 'relative z-50']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/754addd99af21c53da38b869388c70f7.php b/storage/framework/views/754addd99af21c53da38b869388c70f7.php
new file mode 100755
index 00000000..a746d058
--- /dev/null
+++ b/storage/framework/views/754addd99af21c53da38b869388c70f7.php
@@ -0,0 +1,69 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['routing']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+
+
Routing
+
+ addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
+
+ popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
+
+
+ 'laravel-exceptions-renderer::components.empty-state','data' => ['message' => 'No routing context']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::empty-state'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['message' => 'No routing context']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/777291c79d06e67372d280f7c72b4392.php b/storage/framework/views/777291c79d06e67372d280f7c72b4392.php
new file mode 100755
index 00000000..3e18aabc
--- /dev/null
+++ b/storage/framework/views/777291c79d06e67372d280f7c72b4392.php
@@ -0,0 +1,78 @@
+# class()); ?> - title(); ?>
+
+
+message(); ?>
+
+
+PHP
+
+Laravel version()); ?>
+
+request()->httpHost()); ?>
+
+
+## Stack Trace
+
+frames(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $frame): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
+ - file()); ?>:line()); ?>
+
+popLoop(); $loop = $__env->getLastLoop(); ?>
+
+previousExceptions()->isNotEmpty()): ?>
+## Previous previousExceptions()->count())); ?>
+
+previousExceptions(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $previous): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
+
+### . class()); ?>
+
+
+message(); ?>
+
+
+frames(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $frame): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
+ - file()); ?>:line()); ?>
+
+popLoop(); $loop = $__env->getLastLoop(); ?>
+popLoop(); $loop = $__env->getLastLoop(); ?>
+
+
+## Request
+
+request()->method()); ?> request()->path(), '/')); ?>
+
+
+## Headers
+
+requestHeaders(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
+* ****:
+
+popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
+No header data available.
+
+
+## Route Context
+
+applicationRouteContext(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $name => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
+:
+
+popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
+No routing data available.
+
+
+## Route Parameters
+
+applicationRouteParametersContext()): ?>
+
+
+
+No route parameter data available.
+
+
+## Database Queries
+
+applicationQueries(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as ['connectionName' => $connectionName, 'sql' => $sql, 'time' => $time]): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
+* - ( ms)
+popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
+No database queries detected.
+
+
\ No newline at end of file
diff --git a/storage/framework/views/80d6e427e76e80ae16c8694fb235b812.php b/storage/framework/views/80d6e427e76e80ae16c8694fb235b812.php
new file mode 100755
index 00000000..d5af2091
--- /dev/null
+++ b/storage/framework/views/80d6e427e76e80ae16c8694fb235b812.php
@@ -0,0 +1,123 @@
+
+
+
+
+
+ yieldContent('title', 'Admin'); ?> - Glastree
+
+
+ yieldContent('styles'); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yieldContent('content'); ?>
+
+
+
+
+
+
+
+
+
+
+ yieldContent('scripts'); ?>
+
+
\ No newline at end of file
diff --git a/storage/framework/views/8b9977afce0441eebc9a0bd1fb46f778.php b/storage/framework/views/8b9977afce0441eebc9a0bd1fb46f778.php
new file mode 100755
index 00000000..60df9002
--- /dev/null
+++ b/storage/framework/views/8b9977afce0441eebc9a0bd1fb46f778.php
@@ -0,0 +1,80 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['frame']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+
+ previous()): ?>
+
+
+
+ 'laravel-exceptions-renderer::components.formatted-source','data' => ['frame' => $frame,'className' => 'text-xs']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::formatted-source'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['frame' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($frame),'className' => 'text-xs']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
Entrypoint
+
+
+
+
+ 'laravel-exceptions-renderer::components.file-with-line','data' => ['frame' => $frame,'class' => 'text-xs']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::file-with-line'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['frame' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($frame),'class' => 'text-xs']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/8c5f6437f4fa38903d79a2499f9f10c3.php b/storage/framework/views/8c5f6437f4fa38903d79a2499f9f10c3.php
new file mode 100755
index 00000000..8a1e7ba2
--- /dev/null
+++ b/storage/framework/views/8c5f6437f4fa38903d79a2499f9f10c3.php
@@ -0,0 +1,44 @@
+hasPages()): ?>
+
+
\ No newline at end of file
diff --git a/storage/framework/views/8ccf07814526c219b38460c975c96622.php b/storage/framework/views/8ccf07814526c219b38460c975c96622.php
new file mode 100755
index 00000000..379f1e94
--- /dev/null
+++ b/storage/framework/views/8ccf07814526c219b38460c975c96622.php
@@ -0,0 +1,11 @@
+>
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/8e3d156f62cc75d4f1c4c5338e84e21d.php b/storage/framework/views/8e3d156f62cc75d4f1c4c5338e84e21d.php
new file mode 100755
index 00000000..8b492d19
--- /dev/null
+++ b/storage/framework/views/8e3d156f62cc75d4f1c4c5338e84e21d.php
@@ -0,0 +1,248 @@
+
+startSection('title', 'Backup - ' . $appName); ?>
+startSection('page_title', 'Backup e Migrazione'); ?>
+startSection('breadcrumbs'); ?>
+Home
+Admin
+Backup
+stopSection(); ?>
+
+startSection('content'); ?>
+
+
+
+
+
+
+ 0): ?>
+
+
+
+
+ File
+ Data
+ Dimensione
+ Contenuto
+ Azioni
+
+
+
+ addLoop($__currentLoopData); foreach($__currentLoopData as $backup): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
+
+
+
+
+
+
+
+ DB
+
+
+
+
+
+ N/A
+
+
+
+
+
+
+
+
+
+ popLoop(); $loop = $__env->getLastLoop(); ?>
+
+
+
+
+
+
+
Nessun backup disponibile.
+
Clicca "Esegui Backup Ora" per creare il primo backup.
+
+
+
+
+
+
+
+
+
+
+
+
+ Componente
+ Incluso
+ Dettagli
+
+
+
+
+ Database (MySQL)
+ Sempre
+ Struttura, dati, stored procedure, eventi, trigger
+
+
+ File caricati
+
+
+ Sì
+
+ No
+
+
+ Documenti, avatar, gallerie — dalla cartella storage
+
+
+ Configurazione (.env)
+
+
+ Sì
+
+ No
+
+
+ APP_KEY, DB credentials, SMTP, OAuth token
+
+
+ Metadati
+ Sempre
+ Manifest JSON con versione app, PHP, Laravel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Scarica il backup, poi esegui lo script di setup sul nuovo server per una migrazione completa.
+
+ Guida alla Migrazione
+
+
+
+
+
+
+
+
+
+ Importante: Per il backup automatico, assicurati che il cron di Laravel sia configurato sul server:
+ * * * * * cd && php artisan schedule:run >> /dev/null 2>&1
+
+stopSection(); ?>
+
+make('admin.layout', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
\ No newline at end of file
diff --git a/storage/framework/views/939eb8cb617596f2e1aabfc5ec06db74.php b/storage/framework/views/939eb8cb617596f2e1aabfc5ec06db74.php
new file mode 100755
index 00000000..694d33b5
--- /dev/null
+++ b/storage/framework/views/939eb8cb617596f2e1aabfc5ec06db74.php
@@ -0,0 +1,418 @@
+
+
+ 'laravel-exceptions-renderer::components.layout','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::layout'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes([]); ?>
+
+
+ 'laravel-exceptions-renderer::components.section-container','data' => ['class' => 'px-6 py-0 sm:py-0']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::section-container'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'px-6 py-0 sm:py-0']); ?>
+
+
+ 'laravel-exceptions-renderer::components.topbar','data' => ['title' => $exception->title(),'markdown' => $exceptionAsMarkdown]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::topbar'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception->title()),'markdown' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exceptionAsMarkdown)]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+ renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.separator','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::separator'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes([]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.section-container','data' => ['class' => 'flex flex-col gap-8 py-0 sm:py-0']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::section-container'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'flex flex-col gap-8 py-0 sm:py-0']); ?>
+
+
+ 'laravel-exceptions-renderer::components.header','data' => ['exception' => $exception]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::header'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['exception' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception)]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+ renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.separator','data' => ['class' => '-mt-5 -z-10']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::separator'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => '-mt-5 -z-10']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.section-container','data' => ['class' => 'flex flex-col gap-8 pt-14']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::section-container'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'flex flex-col gap-8 pt-14']); ?>
+
+
+ 'laravel-exceptions-renderer::components.trace','data' => ['exception' => $exception]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::trace'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['exception' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception)]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+ previousExceptions()->isNotEmpty()): ?>
+
+
+ 'laravel-exceptions-renderer::components.previous-exceptions','data' => ['exception' => $exception]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::previous-exceptions'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['exception' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception)]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.query','data' => ['queries' => $exception->applicationQueries()]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::query'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['queries' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception->applicationQueries())]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+ renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.separator','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::separator'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes([]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.section-container','data' => ['class' => 'flex flex-col gap-12']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::section-container'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'flex flex-col gap-12']); ?>
+
+
+ 'laravel-exceptions-renderer::components.request-header','data' => ['headers' => $exception->requestHeaders()]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::request-header'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['headers' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception->requestHeaders())]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.request-body','data' => ['body' => $exception->requestBody()]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::request-body'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['body' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception->requestBody())]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.routing','data' => ['routing' => $exception->applicationRouteContext()]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::routing'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['routing' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception->applicationRouteContext())]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.routing-parameter','data' => ['routeParameters' => $exception->applicationRouteParametersContext()]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::routing-parameter'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['routeParameters' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($exception->applicationRouteParametersContext())]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+ renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.separator','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::separator'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes([]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+ runningUnitTests() && ! app()->runningInConsole()): ?>
+
+
+ 'laravel-exceptions-renderer::components.section-container','data' => ['class' => 'pb-0 sm:pb-0']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::section-container'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'pb-0 sm:pb-0']); ?>
+
+
+ 'laravel-exceptions-renderer::components.laravel-ascii-spotlight','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::laravel-ascii-spotlight'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes([]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+ renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+ renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/9cacf54b36643c217670450c9fcf532e.php b/storage/framework/views/9cacf54b36643c217670450c9fcf532e.php
new file mode 100755
index 00000000..22cebe8b
--- /dev/null
+++ b/storage/framework/views/9cacf54b36643c217670450c9fcf532e.php
@@ -0,0 +1,723 @@
+startSection('title', 'Impostazioni Email'); ?>
+startSection('page_title', 'Configurazione Email'); ?>
+
+startSection('breadcrumbs'); ?>
+Dashboard
+Impostazioni
+Email Settings
+stopSection(); ?>
+
+startSection('content'); ?>
+
+stopSection(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Nome visualizzato
+
+
+
+
+
+
Configurazione SMTP
+
+
+
+
+
+ Crittografia
+
+ TLS
+ SSL
+ Nessuna
+
+
+
+
+
+
+
+
+ Password SMTP
+
+ Lascia vuoto per non cambiare
+
+
+
+
+
+
+
+ Reply-To (no-reply)
+
+ Indirizzo di risposta per le email inviate
+
+
+
+
+ Verify Email (report)
+
+ Riceve report riepilogo dopo invii massivi
+
+
+
+
+ Nota interna
+
+
+
+
+
+
+
+
+
+
+startSection('scripts'); ?>
+
+stopSection(); ?>
+make('layouts.adminlte', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
\ No newline at end of file
diff --git a/storage/framework/views/9fa1b9abba3a4cc55010af37ac53b5d0.php b/storage/framework/views/9fa1b9abba3a4cc55010af37ac53b5d0.php
new file mode 100755
index 00000000..8475d134
--- /dev/null
+++ b/storage/framework/views/9fa1b9abba3a4cc55010af37ac53b5d0.php
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+ yieldContent('title'); ?>
+
+
+
+
+
+
+
+
+
+
+ yieldContent('code'); ?>
+
+
+
+ yieldContent('message'); ?>
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/a13682949a8a3afd650c3981b691d454.php b/storage/framework/views/a13682949a8a3afd650c3981b691d454.php
new file mode 100755
index 00000000..e09cc39b
--- /dev/null
+++ b/storage/framework/views/a13682949a8a3afd650c3981b691d454.php
@@ -0,0 +1,79 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['body']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+
+
Body
+
+
+
+
+ 'laravel-exceptions-renderer::components.syntax-highlight','data' => ['code' => $body,'language' => 'json']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::syntax-highlight'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['code' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($body),'language' => 'json']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.empty-state','data' => ['message' => 'No request body']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::empty-state'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['message' => 'No request body']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/a32b10b44eee0941ea0a3f2990b69de8.php b/storage/framework/views/a32b10b44eee0941ea0a3f2990b69de8.php
new file mode 100755
index 00000000..98152fbe
--- /dev/null
+++ b/storage/framework/views/a32b10b44eee0941ea0a3f2990b69de8.php
@@ -0,0 +1,158 @@
+startSection('title', 'Log Attività'); ?>
+startSection('page_title', 'Log Attività'); ?>
+
+startSection('breadcrumbs'); ?>
+ Admin
+ Log Attività
+stopSection(); ?>
+
+startSection('content'); ?>
+
+
+
+
+
+
+
+
+
+ Tutti gli utenti
+ addLoop($__currentLoopData); foreach($__currentLoopData as $u): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
+ id ? 'selected' : ''); ?>>name); ?>
+ popLoop(); $loop = $__env->getLastLoop(); ?>
+
+
+
+
+ Tutti i moduli
+ addLoop($__currentLoopData); foreach($__currentLoopData as $module): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
+ >
+ popLoop(); $loop = $__env->getLastLoop(); ?>
+
+
+
+
+ Tutte le azioni
+ >Create
+ >Update
+ >Delete
+ >Login
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data/Ora
+ Utente
+ Azione
+ Modulo
+ Descrizione
+ IP
+
+
+
+ addLoop($__currentLoopData); foreach($__currentLoopData as $log): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
+
+ created_at->format('d/m/Y H:i:s')); ?>
+ user->name ?? 'Sistema'); ?>
+
+
+ action); ?>
+
+
+
+ module); ?>
+ description); ?>
+ ip_address); ?>
+
+ popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
+
+ Nessun log presente
+
+
+
+
+
+ links()); ?>
+
+
+
+
+
+stopSection(); ?>
+
+startSection('scripts'); ?>
+
+stopSection(); ?>
+make('admin.layout', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
\ No newline at end of file
diff --git a/storage/framework/views/ad087901c72ad7a36a2c6365638410c2.php b/storage/framework/views/ad087901c72ad7a36a2c6365638410c2.php
new file mode 100755
index 00000000..6c6b157a
--- /dev/null
+++ b/storage/framework/views/ad087901c72ad7a36a2c6365638410c2.php
@@ -0,0 +1,35 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['message']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+
+ //
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/aeec4b923f181d6dfbdbdee6371b3a13.php b/storage/framework/views/aeec4b923f181d6dfbdbdee6371b3a13.php
new file mode 100755
index 00000000..b4598b14
--- /dev/null
+++ b/storage/framework/views/aeec4b923f181d6dfbdbdee6371b3a13.php
@@ -0,0 +1,4 @@
+>
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/af35a05c8ef83518f24824985b6913aa.php b/storage/framework/views/af35a05c8ef83518f24824985b6913aa.php
new file mode 100755
index 00000000..0960f8ef
--- /dev/null
+++ b/storage/framework/views/af35a05c8ef83518f24824985b6913aa.php
@@ -0,0 +1,114 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['exception']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.alert','data' => ['class' => 'w-2.5 h-2.5 text-blue-500 dark:text-emerald-500']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.alert'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-2.5 h-2.5 text-blue-500 dark:text-emerald-500']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
Exception trace
+ previousExceptions()->isNotEmpty()): ?>
+
+ previousExceptions()->count()); ?> previous previousExceptions()->count())); ?>
+
+
+
+
+
+
+ frameGroups(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $group): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
+
+
+
+ 'laravel-exceptions-renderer::components.vendor-frames','data' => ['frames' => $group['frames']]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::vendor-frames'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['frames' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($group['frames'])]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+ addLoop($__currentLoopData); foreach($__currentLoopData as $frame): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
+
+
+ 'laravel-exceptions-renderer::components.frame','data' => ['frame' => $frame]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::frame'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['frame' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($frame)]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+ popLoop(); $loop = $__env->getLastLoop(); ?>
+
+ popLoop(); $loop = $__env->getLastLoop(); ?>
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/b6646e88d61568a5ac9c3b4514e32f0b.php b/storage/framework/views/b6646e88d61568a5ac9c3b4514e32f0b.php
new file mode 100755
index 00000000..7cca3069
--- /dev/null
+++ b/storage/framework/views/b6646e88d61568a5ac9c3b4514e32f0b.php
@@ -0,0 +1,98 @@
+ false,
+ 'startingLine' => 1,
+ 'highlightedLine' => null,
+ 'truncate' => false,
+]));
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter(([
+ 'code',
+ 'language',
+ 'editor' => false,
+ 'startingLine' => 1,
+ 'highlightedLine' => null,
+ 'truncate' => false,
+]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+' : '';
+
+ if ($editor) {
+ $lines = explode("\n", $code);
+
+ foreach ($lines as $index => $line) {
+ $lineNumber = $startingLine + $index;
+ $highlight = $highlightedLine === $index;
+ $lineClass = implode(' ', [
+ 'block px-4 py-1 h-7 even:bg-white odd:bg-white/2 even:dark:bg-white/2 odd:dark:bg-white/4',
+ $highlight ? 'bg-rose-200! dark:bg-rose-900!' : '',
+ ]);
+ $lineNumberClass = implode(' ', [
+ 'mr-6 text-neutral-500! dark:text-neutral-600!',
+ $highlight ? 'dark:text-white!' : '',
+ ]);
+
+ $fallback .= '';
+ $fallback .= '' . $lineNumber . ' ';
+ $fallback .= htmlspecialchars($line);
+ $fallback .= ' ';
+ }
+
+ } else {
+ $fallback .= htmlspecialchars($code);
+ }
+
+ $fallback .= ' ';
+?>
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/ccb661205c3b97b26f74821bf1594cbb.php b/storage/framework/views/ccb661205c3b97b26f74821bf1594cbb.php
new file mode 100755
index 00000000..2e087a08
--- /dev/null
+++ b/storage/framework/views/ccb661205c3b97b26f74821bf1594cbb.php
@@ -0,0 +1,12 @@
+>
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/dbf1aba50187f5a88c0059a9e5682127.php b/storage/framework/views/dbf1aba50187f5a88c0059a9e5682127.php
new file mode 100755
index 00000000..08ec2dbb
--- /dev/null
+++ b/storage/framework/views/dbf1aba50187f5a88c0059a9e5682127.php
@@ -0,0 +1,11 @@
+>
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/e0f3579b0db5b4089af4a16d6fb7ed18.php b/storage/framework/views/e0f3579b0db5b4089af4a16d6fb7ed18.php
new file mode 100755
index 00000000..c281b2f4
--- /dev/null
+++ b/storage/framework/views/e0f3579b0db5b4089af4a16d6fb7ed18.php
@@ -0,0 +1,12 @@
+>
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/e37af6fdbe0d2e13adaf2a765cfb077b.php b/storage/framework/views/e37af6fdbe0d2e13adaf2a765cfb077b.php
new file mode 100755
index 00000000..95a6c37e
--- /dev/null
+++ b/storage/framework/views/e37af6fdbe0d2e13adaf2a765cfb077b.php
@@ -0,0 +1,57 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['code', 'highlightedLine']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+
+
+>
+
+
+ 'laravel-exceptions-renderer::components.syntax-highlight','data' => ['code' => $code,'language' => 'php','editor' => true,'startingLine' => max(1, $highlightedLine - 5),'highlightedLine' => min(5, $highlightedLine - 1),'class' => 'overflow-x-auto']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::syntax-highlight'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['code' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($code),'language' => 'php','editor' => true,'starting-line' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(max(1, $highlightedLine - 5)),'highlighted-line' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(min(5, $highlightedLine - 1)),'class' => 'overflow-x-auto']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/e7d59d4817278e963603075f56062214.php b/storage/framework/views/e7d59d4817278e963603075f56062214.php
new file mode 100755
index 00000000..7d9fb92e
--- /dev/null
+++ b/storage/framework/views/e7d59d4817278e963603075f56062214.php
@@ -0,0 +1,61 @@
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.laravel-ascii','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.laravel-ascii'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes([]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.laravel-ascii','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.laravel-ascii'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes([]); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/e8f60d5f5b2a4c688f1bc12477b209df.php b/storage/framework/views/e8f60d5f5b2a4c688f1bc12477b209df.php
new file mode 100755
index 00000000..4a5ca4aa
--- /dev/null
+++ b/storage/framework/views/e8f60d5f5b2a4c688f1bc12477b209df.php
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+ Accedi -
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/eaac5a8a0151a978b555cc328e81a8ac.php b/storage/framework/views/eaac5a8a0151a978b555cc328e81a8ac.php
new file mode 100755
index 00000000..2f466119
--- /dev/null
+++ b/storage/framework/views/eaac5a8a0151a978b555cc328e81a8ac.php
@@ -0,0 +1,4 @@
+merge(['class' => "h-0 w-full relative"])); ?>>
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/f03e8af4a6092d6881e7ed70e09278fa.php b/storage/framework/views/f03e8af4a6092d6881e7ed70e09278fa.php
new file mode 100755
index 00000000..973f9eb8
--- /dev/null
+++ b/storage/framework/views/f03e8af4a6092d6881e7ed70e09278fa.php
@@ -0,0 +1,167 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['exception', 'request']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+merge(['class' => "bg-white dark:bg-[#1a1a1a] border border-neutral-200 dark:border-white/10 rounded-lg flex items-center justify-between h-10 px-2 shadow-xs"])); ?>
+
+>
+
+
+
+ 'laravel-exceptions-renderer::components.badge','data' => ['type' => 'error','variant' => 'solid']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::badge'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['type' => 'error','variant' => 'solid']); ?>
+
+
+ 'laravel-exceptions-renderer::components.icons.alert','data' => ['class' => 'w-2.5 h-2.5']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.alert'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-2.5 h-2.5']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+ httpStatusCode()); ?>
+
+ renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.http-method','data' => ['method' => ''.e($request->method()).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::http-method'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['method' => ''.e($request->method()).'']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+ fullUrl()); ?>
+
+
+
+
"
+ >
+
+
+ 'laravel-exceptions-renderer::components.icons.copy','data' => ['class' => 'w-3 h-3 text-neutral-400','xShow' => '!copied']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.copy'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-3 h-3 text-neutral-400','x-show' => '!copied']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.check','data' => ['class' => 'w-3 h-3 text-emerald-500','xShow' => 'copied']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.check'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-3 h-3 text-emerald-500','x-show' => 'copied']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/f058bd7a6e36e22fa0a2c2b274000562.php b/storage/framework/views/f058bd7a6e36e22fa0a2c2b274000562.php
new file mode 100755
index 00000000..e4d7bd1c
--- /dev/null
+++ b/storage/framework/views/f058bd7a6e36e22fa0a2c2b274000562.php
@@ -0,0 +1,51 @@
+ 'ltr']));
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['frame', 'direction' => 'ltr']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+file();
+ $line = $frame->line();
+?>
+
+merge(['class' => 'truncate font-mono text-xs text-neutral-500 dark:text-neutral-400'])); ?>
+
+ dir=""
+>
+
+
+
+ :
+
+
+ :
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/f12020bb89b8233e2109b511817b624b.php b/storage/framework/views/f12020bb89b8233e2109b511817b624b.php
new file mode 100755
index 00000000..562ad09a
--- /dev/null
+++ b/storage/framework/views/f12020bb89b8233e2109b511817b624b.php
@@ -0,0 +1,83 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['method']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+ 'default',
+ 'POST' => 'success',
+ 'PUT', 'PATCH' => 'primary',
+ 'DELETE' => 'error',
+ default => 'default',
+};
+?>
+
+
+
+ 'laravel-exceptions-renderer::components.badge','data' => ['type' => ''.e($type).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::badge'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['type' => ''.e($type).'']); ?>
+
+
+ 'laravel-exceptions-renderer::components.icons.globe','data' => ['class' => 'w-2.5 h-2.5']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.globe'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-2.5 h-2.5']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+ renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/f2fa1cf0aa4626e33e581418a60abb0a.php b/storage/framework/views/f2fa1cf0aa4626e33e581418a60abb0a.php
new file mode 100755
index 00000000..b9cf714b
--- /dev/null
+++ b/storage/framework/views/f2fa1cf0aa4626e33e581418a60abb0a.php
@@ -0,0 +1,5 @@
+>
+
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/fae7aaf520edfdd27792182a3a067c71.php b/storage/framework/views/fae7aaf520edfdd27792182a3a067c71.php
new file mode 100755
index 00000000..28a584b1
--- /dev/null
+++ b/storage/framework/views/fae7aaf520edfdd27792182a3a067c71.php
@@ -0,0 +1,48 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['headers']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+
+
Headers
+
+ addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
+
+ popLoop(); $loop = $__env->getLastLoop(); ?>
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/faf704a674ad044464b67e881c35189f.php b/storage/framework/views/faf704a674ad044464b67e881c35189f.php
new file mode 100755
index 00000000..c2ec286c
--- /dev/null
+++ b/storage/framework/views/faf704a674ad044464b67e881c35189f.php
@@ -0,0 +1,4 @@
+>
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/ffa5a43c43745f4f13f6522763e47af3.php b/storage/framework/views/ffa5a43c43745f4f13f6522763e47af3.php
new file mode 100755
index 00000000..ce45f9cb
--- /dev/null
+++ b/storage/framework/views/ffa5a43c43745f4f13f6522763e47af3.php
@@ -0,0 +1,115 @@
+all() as $__key => $__value) {
+ if (in_array($__key, $__propNames)) {
+ $$__key = $$__key ?? $__value;
+ } else {
+ $__newAttributes[$__key] = $__value;
+ }
+}
+
+$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
+
+unset($__propNames);
+unset($__newAttributes);
+
+foreach (array_filter((['title', 'markdown']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
+ $$__key = $$__key ?? $__value;
+}
+
+$__defined_vars = get_defined_vars();
+
+foreach ($attributes->all() as $__key => $__value) {
+ if (array_key_exists($__key, $__defined_vars)) unset($$__key);
+}
+
+unset($__defined_vars, $__key, $__value); ?>
+
+
+
+
+
+
+
"
+ @click="copyToClipboard()"
+ >
+
+
+ 'laravel-exceptions-renderer::components.icons.copy','data' => ['class' => 'w-3 h-3','xShow' => '!copied']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.copy'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-3 h-3','x-show' => '!copied']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+ 'laravel-exceptions-renderer::components.icons.check','data' => ['class' => 'w-3 h-3 text-emerald-500','xShow' => 'copied']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
+withName('laravel-exceptions-renderer::icons.check'); ?>
+shouldRender()): ?>
+startComponent($component->resolveView(), $component->data()); ?>
+
+except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
+
+withAttributes(['class' => 'w-3 h-3 text-emerald-500','x-show' => 'copied']); ?>
+renderComponent(); ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file