Additional
@if ($errors->has('sms_title'))
{{ $errors->first('sms_title') }}
@endif
@if ($errors->has('sms_body'))
{{ $errors->first('sms_body') }}
@endif
@if ($errors->has('template_format'))
{{ $errors->first('template_format') }}
@endif
@if ($errors->has('sms_signature'))
{{ $errors->first('sms_signature') }}
@endif