Primo commit
This commit is contained in:
21
storage/framework/views/18a64c56ab3b601c0c2762b63c7470ac.php
Normal file
21
storage/framework/views/18a64c56ab3b601c0c2762b63c7470ac.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="it" class="h-full bg-gray-50">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
|
||||
<title><?php echo e($title ?? 'TerManager2'); ?></title>
|
||||
<?php echo app('Illuminate\Foundation\Vite')(['resources/css/app.css', 'resources/js/app.js']); ?>
|
||||
<?php echo \Livewire\Mechanisms\FrontendAssets\FrontendAssets::styles(); ?>
|
||||
|
||||
</head>
|
||||
<body class="h-full flex items-center justify-center">
|
||||
<div class="w-full max-w-md">
|
||||
<?php echo e($slot); ?>
|
||||
|
||||
</div>
|
||||
<?php echo \Livewire\Mechanisms\FrontendAssets\FrontendAssets::scripts(); ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?php /**PATH /var/www/html/resources/views/components/layouts/guest.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user