isAdmin == true) { return $next($request); } return back()->with('error','Opps, You\'re not Admin'); } }