This commit is contained in:
tanch0
2024-06-23 17:02:56 +05:45
parent 25760ad989
commit f85671cd4c
93 changed files with 2886 additions and 1579 deletions

View File

@ -45,7 +45,11 @@
<button type="submit">लगइन</button>
</form>
<div class="important-text">
<p>खाता छैन? <a href="{{route('userRegister')}}">लगइन गर्नुहोस! </a></p>
<form action={{ route('userRegister') }} method="POST">
@csrf
{{-- @method('GET') --}}
<p>खाता ? <a href="{{ route('userRegister') }}">रजिस्टर गर्नुहोस ! </a> </p>
</form>
</div>
</div>
</div>