File: /var/www/quadcode-site/storage/framework/views/bad73f012629e204ff53359f696d0480d38bb898.php
<!DOCTYPE html>
<html dir="ltr" lang="<?php echo e(config('twill.locale', 'en')); ?>">
<head>
<?php echo $__env->make('twill::partials.head', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</head>
<body class="env env--<?php echo e(app()->environment()); ?>">
<div class="a17 a17--login">
<section class="login">
<form accept-charset="UTF-8" action="<?php echo e($route); ?>" method="post">
<input type="hidden" name="_token" value="<?php echo e(csrf_token()); ?>">
<h1 class="f--heading login__heading login__heading--title"><?php echo e(config('app.name')); ?> <span class="envlabel envlabel--heading"><?php echo e(app()->environment() === 'production' ? 'prod' : app()->environment()); ?></span></h1>
<h2 class="f--heading login__heading"><?php echo e($screenTitle); ?></h2>
<?php echo $__env->yieldContent('form'); ?>
</form>
</section>
<?php echo $__env->make('twill::partials.toaster', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<div class="login__copyright f--small">
<a href="https://twill.io/" target="_blank" rel="noopener">Made with
<svg xmlns="http://www.w3.org/2000/svg" width="55" height="24">
<path fill="currentColor" d="M42 2h5v21h-5zM49 2h5v21h-5zM26.776 16.587L23.24 9h-4.097l-3.37 7.11L12.532 9H8V5H3v4H1v4h2v10h5V13h1.333l5.205 10h3.449l3.421-7.762L24.998 23h3.393l5.303-10H35v10h5V9h-9.66z"/>
<circle fill="currentColor" cx="37.5" cy="4.5" r="2.875"/>
</svg>
</a>
</div>
</div>
</body>
</html>
<?php /**PATH /var/www/html/vendor/area17/twill/src/../views/auth/layout.blade.php ENDPATH**/ ?>