PATH:
home
/
rwabteecom
/
project_11
/
storage
/
framework
/
views
/
Editing: 10a379e689a9a21ef6c7870ad067b373.php
<?php $__env->startSection('content'); ?> <form class="form w-100" action="<?php echo e(route('admin.login')); ?>" method="post"> <?php echo csrf_field(); ?> <div class="text-center mb-11"> <h1 class="text-dark fw-bolder mb-3"><?php echo e(__('Admin Panel')); ?></h1> </div> <div class="fv-row mb-8"> <input type="text" required placeholder="<?php echo e(__('Username')); ?>" name="username" value="<?php echo e(old('username')); ?>" autocomplete="off" class="form-control <?php $__errorArgs = ['username']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> bg-transparent" /> </div> <div class="fv-row mb-3"> <input type="password" required placeholder="<?php echo e(__('Password')); ?>" name="password" autocomplete="off" class="form-control bg-transparent" /> </div> <div class="d-flex flex-stack flex-wrap gap-3 fs-base fw-semibold mb-8"> <div></div> <a href="<?php echo e(route('admin.password.request')); ?>" class="link-primary"><?php echo e(__('Forgot Password ?')); ?></a> </div> <div class="d-grid mb-10"> <?php if (isset($component)) { $__componentOriginalc4c99ca5d114e5c407aea939feb70a52 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalc4c99ca5d114e5c407aea939feb70a52 = $attributes; } ?> <?php $component = App\View\Components\Button\LoadingBtn::resolve(['title' => __('Sign In')] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('loading-btn'); ?> <?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\LoadingBtn::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($__attributesOriginalc4c99ca5d114e5c407aea939feb70a52)): ?> <?php $attributes = $__attributesOriginalc4c99ca5d114e5c407aea939feb70a52; ?> <?php unset($__attributesOriginalc4c99ca5d114e5c407aea939feb70a52); ?> <?php endif; ?> <?php if (isset($__componentOriginalc4c99ca5d114e5c407aea939feb70a52)): ?> <?php $component = $__componentOriginalc4c99ca5d114e5c407aea939feb70a52; ?> <?php unset($__componentOriginalc4c99ca5d114e5c407aea939feb70a52); ?> <?php endif; ?> </div> </form> <?php $__env->stopSection(); ?> <?php echo $__env->make('admin.layouts.auth', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rwabtee/project/resources/views/admin/auth/login.blade.php ENDPATH**/ ?>
SAVE
CANCEL