@extends('layouts.app') @section('title','SMS API') @section('pages')
SMS API

@if ($errors->has('user_name')) {{ $errors->first('user_name') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Example invalid Principal Entity ID
@if ($errors->has('sms_signature')) {{ $errors->first('sms_signature') }} @endif
Additional

@endsection