@if($errors->has('textmagic_username'))

{{ $errors->first('textmagic_username') }}

@endif
@if($errors->has('textmagic_apikey'))

{{ $errors->first('textmagic_apikey') }}

@endif