File: //var/www/hobbyistgarage/storage/framework/views/be098db1c2550cbce559ead422d42fa587346014.php
<!DOCTYPE html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<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(config('app.name', 'Laravel')); ?></title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700" rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" href="<?php echo e(asset('css/app.css')); ?>">
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.2.1/dist/alpine.js" defer></script>
</head>
<body>
<div class="font-sans text-gray-900 antialiased">
<?php echo e($slot); ?>
</div>
</body>
</html>
<?php /**PATH /var/www/hobbyistgarage/resources/views/layouts/guest.blade.php ENDPATH**/ ?>