BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
storage
/
framework
/
views
📤 Upload
📝 New File
📁 New Folder
Close
Editing: ccd1050bd86da6da5244dc35fe4d8fa5.php
<?php $__env->startSection('title', __('Reset Password')); ?> <?php $__env->startSection('form'); ?> <h1 class="mb-[25px]"><?php echo e(__('Forgot Password')); ?></h1> <form class="flex flex-col gap-6" id="password_reset_form" novalidate="novalidate" onsubmit="return PasswordResetMailForm();" > <?php if (isset($component)) { $__componentOriginala97611b31e90fc7dc431a34465dcc851 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginala97611b31e90fc7dc431a34465dcc851 = $attributes; } ?> <?php $component = App\View\Components\Forms\Input::resolve(['id' => 'password_reset_email','type' => 'email','placeholder' => ''.e(__('your@email.com')).'','label' => ''.e(__('Email Address')).'','size' => 'lg'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('forms.input'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Forms\Input::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginala97611b31e90fc7dc431a34465dcc851)): ?> <?php $attributes = $__attributesOriginala97611b31e90fc7dc431a34465dcc851; ?> <?php unset($__attributesOriginala97611b31e90fc7dc431a34465dcc851); ?> <?php endif; ?> <?php if (isset($__componentOriginala97611b31e90fc7dc431a34465dcc851)): ?> <?php $component = $__componentOriginala97611b31e90fc7dc431a34465dcc851; ?> <?php unset($__componentOriginala97611b31e90fc7dc431a34465dcc851); ?> <?php endif; ?> <?php if (isset($component)) { $__componentOriginale67687e3e4e61f963b25a6bcf3983629 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginale67687e3e4e61f963b25a6bcf3983629 = $attributes; } ?> <?php $component = App\View\Components\Button::resolve(['type' => 'submit','tag' => 'button'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('button'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Button::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['class' => 'text-sm','id' => 'PasswordResetFormButton','form' => 'password_reset_form']); ?> <?php echo e(__('Send Instructions')); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginale67687e3e4e61f963b25a6bcf3983629)): ?> <?php $attributes = $__attributesOriginale67687e3e4e61f963b25a6bcf3983629; ?> <?php unset($__attributesOriginale67687e3e4e61f963b25a6bcf3983629); ?> <?php endif; ?> <?php if (isset($__componentOriginale67687e3e4e61f963b25a6bcf3983629)): ?> <?php $component = $__componentOriginale67687e3e4e61f963b25a6bcf3983629; ?> <?php unset($__componentOriginale67687e3e4e61f963b25a6bcf3983629); ?> <?php endif; ?> <!-- TODO Openai Demo --> </form> <?php $__env->stopSection(); ?> <?php echo $__env->make('panel.authentication.layout.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/imagivibe/public_html/app.imagivibe.com/resources/views/default/panel/authentication/password_reset.blade.php ENDPATH**/ ?>
Save
Cancel