Welcome to Life Media
Hospitality TV Service
Please log in here
@if ($errors->any())
@if ($errors->has('general'))
- {{ $errors->first('general') }}
@elseif ($errors->has('email'))
- {{ $errors->first('email') }}
@elseif ($errors->has('password'))
- {{ $errors->first('password') }}
@else
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endif