55 lines
2.8 KiB
PHP
55 lines
2.8 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="<?php echo e(app()->getLocale()); ?>" dir="<?php echo e(in_array(app()->getLocale(), ['fa', 'ar']) ? 'rtl' : 'ltr'); ?>">
|
|
<head>
|
|
<title>Super Admin Login</title>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="base-url" content="<?php echo e(url()->to('/')); ?>">
|
|
|
|
<?php echo e(vite()->set(['src/Resources/assets/css/app.css', 'src/Resources/assets/js/app.js'])); ?>
|
|
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
|
|
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap" rel="stylesheet" />
|
|
|
|
<link type="image/x-icon" href="<?php echo e(vite()->asset('images/favicon.ico')); ?>" rel="shortcut icon" sizes="16x16" />
|
|
|
|
<style>
|
|
:root { --brand-color: #0E90D9; }
|
|
</style>
|
|
</head>
|
|
<body class="font-inter">
|
|
<div id="app">
|
|
<?php if (isset($component)) { $__componentOriginal701f473bf36886c6d0b4697249a816f6 = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginal701f473bf36886c6d0b4697249a816f6 = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.flash-group.index','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
|
|
<?php $component->withName('admin::flash-group'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
|
|
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes([]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginal701f473bf36886c6d0b4697249a816f6)): ?>
|
|
<?php $attributes = $__attributesOriginal701f473bf36886c6d0b4697249a816f6; ?>
|
|
<?php unset($__attributesOriginal701f473bf36886c6d0b4697249a816f6); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginal701f473bf36886c6d0b4697249a816f6)): ?>
|
|
<?php $component = $__componentOriginal701f473bf36886c6d0b4697249a816f6; ?>
|
|
<?php unset($__componentOriginal701f473bf36886c6d0b4697249a816f6); ?>
|
|
<?php endif; ?>
|
|
<?php echo e($slot); ?>
|
|
|
|
</div>
|
|
|
|
<script>
|
|
window.addEventListener("load", function(event) {
|
|
app.mount("#app");
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|
|
<?php /**PATH /var/www/html/resources/views/super-admin/layouts/anonymous.blade.php ENDPATH**/ ?>
|