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

@if ($errors->has('template_used_for')) {{ $errors->first('template_used_for') }} @endif
Example invalid Principal Entiry ID
@if ($errors->has('template_id')) {{ $errors->first('template_id') }} @endif
@if ($errors->has('sender_id')) {{ $errors->first('sender_id') }} @endif
Additional

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