File manager - Edit - /var/www/ratemypay_dev/storage/framework/views/3d2c670341323f46e57c75b94e241bc0.php
Back
<?php $__env->startSection('title', 'Create New Password - Business - ' . config('app.name')); ?> <?php $__env->startSection('tab', 'signin'); ?> <?php $__env->startSection('content'); ?> <?php if($errors->any()): ?> <div class="rounded-xl border border-[#FCA5A5] bg-[#FEF2F2] px-4 py-3 text-sm text-[#B91C1C] mb-6"> <?php echo e($errors->first()); ?> </div> <?php endif; ?> <h1 class="text-[28px] font-bold text-[#101828] mb-2">Create new password</h1> <p class="text-sm text-[#4A5565] mb-8">Reset your password with the new one of your choice below.</p> <form action="<?php echo e(route('business.reset-password.submit')); ?>" method="POST" class="flex flex-col gap-5" x-data="{ showNew: false, showConfirm: false }"> <?php echo csrf_field(); ?> <div> <label for="new_password" class="block text-sm font-semibold text-[#101828] mb-2">New Password</label> <div class="relative"> <input :type="showNew ? 'text' : 'password'" id="new_password" name="new_password" required class="w-full h-12 px-4 pr-12 rounded-xl border border-[#E5E7EB] focus:outline-none focus:ring-2 focus:ring-[#2F3D7E]/20 focus:border-[#2F3D7E] text-sm"> <button type="button" @click="showNew = !showNew" class="absolute right-3 top-1/2 -translate-y-1/2 text-[#4A5565] hover:text-[#2F3D7E]"> <svg x-show="!showNew" class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.875 18.825A10.05 10.05 0 0112 19c-4.478 0-8.268-2.943-9.542-7a9.97 9.97 0 011.563-3.029m5.858.908a3 3 0 114.243 4.243M9.878 9.878l4.242 4.242M9.88 9.88l-3.29-3.29m7.532 7.532l3.29 3.29M3 3l3.59 3.59m0 0A9.953 9.953 0 0112 5c4.478 0 8.268 2.943 9.542 7a10.025 10.025 0 01-4.132 5.411m0 0L21 21" /> </svg> <svg x-show="showNew" class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" style="display:none;"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z" /> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z" /> </svg> </button> </div> <?php $__errorArgs = ['new_password']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <p class="text-xs text-[#B91C1C] mt-1.5"><?php echo e($message); ?></p> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div> <label for="confirm_password" class="block text-sm font-semibold text-[#101828] mb-2">Confirm Password</label> <div class="relative"> <input :type="showConfirm ? 'text' : 'password'" id="confirm_password" name="confirm_password" required class="w-full h-12 px-4 pr-12 rounded-xl border border-[#E5E7EB] focus:outline-none focus:ring-2 focus:ring-[#2F3D7E]/20 focus:border-[#2F3D7E] text-sm"> <button type="button" @click="showConfirm = !showConfirm" class="absolute right-3 top-1/2 -translate-y-1/2 text-[#4A5565] hover:text-[#2F3D7E]"> <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z" /> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z" /> </svg> </button> </div> </div> <button type="submit" class="h-12 rounded-xl bg-[#2F3D7E] hover:bg-[#1E2858] text-white font-medium text-sm transition mt-2"> Change Password </button> <p class="text-center text-sm text-[#4A5565] mt-2"> Remember your password ? <a href="<?php echo e(route('business.login')); ?>" class="font-semibold text-[#2F3D7E] hover:underline">Sign in</a> </p> </form> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.business-auth', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /var/www/ratemypay_dev/resources/views/business/auth/reset-password.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings