File manager - Edit - /var/www/ratemypay_dev/storage/framework/views/4159087972202e99553d0874cdc3d16f.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?php echo $__env->yieldContent('title', 'Business - ' . config('app.name', 'RateMyPay')); ?></title> <link rel="icon" type="image/png" href="/favicon.png"> <?php echo app('Illuminate\Foundation\Vite')(['resources/css/app.css', 'resources/js/app.js']); ?> </head> <body class="bg-[#F5F7FA] min-h-screen"> <div class="min-h-screen p-4 lg:p-6"> <div class="max-w-[1600px] mx-auto grid grid-cols-1 lg:grid-cols-2 gap-6 lg:gap-10"> <?php echo $__env->make('business.partials.wave-panel', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <div class="flex flex-col items-center justify-start py-10 lg:py-12 px-4 lg:px-10"> <div class="w-full max-w-[440px]"> <a href="<?php echo e(route('business')); ?>" class="flex items-center justify-center mb-8"> <img src="<?php echo e(asset('logo.png')); ?>" alt="<?php echo e(config('app.name', 'RateMyPay')); ?>" class="h-7 w-auto"> </a> <?php if (! empty(trim($__env->yieldContent('tab')))): ?> <?php $tab = trim($__env->yieldContent('tab')); ?> <div class="grid grid-cols-2 bg-[#EEF1F7] p-1 rounded-xl mb-8"> <a href="<?php echo e(route('business.register')); ?>" class="h-10 rounded-lg flex items-center justify-center text-sm font-medium transition <?php echo e($tab === 'signup' ? 'bg-[#2F3D7E] text-white shadow-sm' : 'text-[#4A5565] hover:text-[#2F3D7E]'); ?>"> Sign Up </a> <a href="<?php echo e(route('business.login')); ?>" class="h-10 rounded-lg flex items-center justify-center text-sm font-medium transition <?php echo e($tab === 'signin' ? 'bg-[#2F3D7E] text-white shadow-sm' : 'text-[#4A5565] hover:text-[#2F3D7E]'); ?>"> Sign In </a> </div> <?php endif; ?> <?php echo $__env->yieldContent('content'); ?> <?php if (! empty(trim($__env->yieldContent('footnote')))): ?> <p class="text-center text-xs text-[#4A5565] mt-8"> By signing up to create an account I accept Company's<br> <a href="#" class="font-semibold text-[#101828]">Terms of use</a> & <a href="#" class="font-semibold text-[#101828]">Privacy Policy</a>. </p> <?php endif; ?> </div> </div> </div> </div> </body> </html> <?php /**PATH /var/www/ratemypay_dev/resources/views/layouts/business-auth.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings