update
This commit is contained in:
@ -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>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<div class="container">
|
||||
<div class="register-form">
|
||||
<h2>रजिस्टर</h2>
|
||||
<form id="register-form" action={{ route('postresgistration') }}>
|
||||
<form id="register-form" action={{ route('postRegistration') }}>
|
||||
@csrf
|
||||
<div class="form-group">
|
||||
<label>नाम</label>
|
||||
@ -48,7 +48,7 @@
|
||||
<button type="submit">रजिस्टर गर्नुहोस</button>
|
||||
</form>
|
||||
<div class="important-text">
|
||||
<p>खाता छ? <a href="{{route('postresgistration')}}">रजिस्टर गर्नुहोस !</a></p>
|
||||
<p>खाता छ? <a href="{{route('postRegistration')}}">लगइन गर्नुहोस!</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user