24 lines
774 B
PHP
24 lines
774 B
PHP
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title><?php echo e($title ?? 'DFOOD Auth'); ?></title>
|
|
|
|
<link rel="preconnect" href="https://fonts.bunny.net">
|
|
<link href="https://fonts.bunny.net/css?family=instrument-sans:400,500,600" rel="stylesheet" />
|
|
|
|
<style>
|
|
input[type="radio"],
|
|
input[type="checkbox"],
|
|
input[type="button"],
|
|
input[type="submit"],
|
|
input[type="reset"],
|
|
input[type="image"],
|
|
select,
|
|
button {
|
|
cursor: pointer;
|
|
}
|
|
</style>
|
|
<?php echo app('Illuminate\Foundation\Vite')(['resources/css/app.css', 'resources/js/app.js']); ?>
|
|
<?php echo app('flux')->fluxAppearance(); ?>
|
|
|
|
<?php /**PATH E:\!PROJECT\dfood-website\resources\views/partials/head.blade.php ENDPATH**/ ?>
|