if laravel version is 11 its no longer supports defining middleware inside the constructor using like $this->middleware()
and the problem is in LoginController try to show code at LoginController in __construct()
meanwhile i suggest try use authorizeResource
Instead of Middleware