How to Use Auth() Register During Login Session in Laravel 5.7
问题 I have changed the register page of Laravel 5.7 Auth() to the studentRegister page to register a new student, but it is inaccessible when I'm logged in through another user. The route didn't work while I'm in the session. However, it works perfectly after logging out from one session. Please suggest how I can register a new student while I'm logged in. studentRegister.blade.php I have removed {{csrf}} as well. @extends('layouts.app') @section('content') <div class="container"> <div class="row