All post request in laravel is saying 419 session expired
the thing is that the project is working before.. then all of sudden i started seeing 419 on all my post request and i have @csrf on all my forms too <form method="POST" action="{{ route('login') }}"> @csrf <div class="form_title pb-2">…