Fix your index() in CardsController: public function index() { $cards = Card::get(); return...
Maybe user had opened form and the session expired and with it the CSRF token also. Either increase...
The Laravel portal for problem solving, knowledge sharing and community building.
The community