@if ($errors->has('phone') || $errors->has('password'))
{{ $errors->first() }}
@endif
@csrf
Đăng nhập vào hệ thống
@if ($errors->has('password')) {{ $errors->first('password') }} @endif