@csrf
@if ($errors->has('horoscope')) {{ $errors->first('horoscope') }} @endif

*
@if ($errors->has('aries')) {{ $errors->first('aries') }} @endif

*
@if ($errors->has('taurus')) {{ $errors->first('taurus') }} @endif

*
@if ($errors->has('gemini')) {{ $errors->first('gemini') }} @endif

*
@if ($errors->has('cancer')) {{ $errors->first('cancer') }} @endif

*
@if ($errors->has('leo')) {{ $errors->first('leo') }} @endif

*
@if ($errors->has('virgo')) {{ $errors->first('virgo') }} @endif

*
@if ($errors->has('libra')) {{ $errors->first('libra') }} @endif

*
@if ($errors->has('scorpio')) {{ $errors->first('scorpio') }} @endif

*
@if ($errors->has('sagittarius')) {{ $errors->first('sagittarius') }} @endif

*
@if ($errors->has('capricorn')) {{ $errors->first('capricorn') }} @endif

*
@if ($errors->has('aquarius')) {{ $errors->first('aquarius') }} @endif

*
@if ($errors->has('pisces')) {{ $errors->first('pisces') }} @endif