ruạṛ
<?php $__env->startSection('meta_title', $__env->yieldContent('title')); ?> <?php $__env->startSection('body'); ?> <div class="grid lg:grid-cols-3"> <div class="hidden lg:block col-span-1 bg-red-100 h-screen"> <img src="<?php echo e(asset('images/client-portal-new-image.jpg')); ?>" class="w-full h-screen object-cover" alt="Background image"> </div> <div class="col-span-2 h-screen flex"> <div class="m-auto md:w-1/2 lg:w-1/3 flex flex-col items-center"> <span class="flex items-center text-2xl"> <?php echo $__env->yieldContent('code'); ?> — <?php echo $__env->yieldContent('message'); ?> </span> <?php if(\App\Utils\Ninja::isSelfHost()): ?> <span class="flex items-center text-1xl"> Check storage/logs for more details </span> <?php endif; ?> <a class="button-link text-sm mt-2" href="<?php echo e(url(request()->getSchemeAndHttpHost() . '/client')); ?>"> <?php echo e(ctrans('texts.back_to', ['url' => parse_url(request()->getHttpHost())['host'] ?? request()->getHttpHost()])); ?> </a> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('portal.ninja2020.layout.clean', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/adaptiv2/invoice.controlfusion.co.nz/resources/views/portal/ninja2020/layout/error.blade.php ENDPATH**/ ?>
cải xoăn