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

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

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

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

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

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

@endif