Cómo usar el intento en Laravel

if (Auth::guard('admin')->attempt($credentials)) {
    //
}
mahim