Viewing file: 4da806c729668aed2a2a5daf685a9d52.php (1.06 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title', __('forget_password')); ?>
<?php $__env->startSection('content'); ?> <?php if (! isset($_instance)) { $html = \Livewire\Livewire::mount('auth.forget-password')->html(); } elseif ($_instance->childHasBeenRendered('442zTRc')) { $componentId = $_instance->getRenderedChildComponentId('442zTRc'); $componentTag = $_instance->getRenderedChildComponentTagName('442zTRc'); $html = \Livewire\Livewire::dummyMount($componentId, $componentTag); $_instance->preserveRenderedChild('442zTRc'); } else { $response = \Livewire\Livewire::mount('auth.forget-password'); $html = $response->html(); $_instance->logRenderedChild('442zTRc', $response->id(), \Livewire\Livewire::getRootElementTagName($html)); } echo $html; ?> <?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/classify.picotech.app/public_html/resources/views/frontend/auth/forget-password.blade.php ENDPATH**/ ?>
|