File: /home/xedaptot/rms.naniguide.com/storage/framework/views/c1336ec4c7d704e1cc827a64d5f2084d.php
<?php $__env->startSection('content'); ?>
<form method="post" action="/forgot-password" class="mx-auto mt-16 max-w-md rounded-lg border bg-white p-6 shadow-sm">
<?php echo csrf_field(); ?>
<h1 class="mb-3 text-xl font-semibold">Quên mật khẩu</h1>
<p class="mb-5 text-sm text-slate-600">Nhập email để tạo token reset mật khẩu trong hệ thống.</p>
<label class="block text-sm">Email
<input name="email" type="email" class="mt-1 w-full rounded-md border-slate-300" required>
</label>
<button class="mt-5 w-full rounded-md bg-slate-950 px-4 py-2.5 font-semibold text-white">Gửi yêu cầu</button>
</form>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home/xedaptot/rms.naniguide.com/resources/views/auth/forgot-password.blade.php ENDPATH**/ ?>