Como usar a tentativa no Laravel

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