@php use App\Library\Tool; @endphp @extends('layouts/contentLayoutMaster') @section('title', __('locale.labels.request_for_new_one')) @section('vendor-style') @endsection @section('content')
A Sender ID is the name that appears as the “from” address when someone receives an SMS message.

{{ __('locale.labels.request_for_new_one') }}

@if(config('app.trai_dlt') && Auth::user()->customer->activeSubscription()?->plan->is_dlt)

{!! __('locale.sender_id.dlt_description') !!}

@endif
@csrf
{{-- Sender ID --}}
Please Note: Sender ID must not exceed 11 characters. @error('sender_id')
{{ $message }}
@enderror
{{-- Description --}}
@error('description')

{{ $message }}

@enderror
{{-- TRAI DLT fields --}} @if(config('app.trai_dlt') && Auth::user()->customer->activeSubscription()?->plan->is_dlt)
@error('entity_id')
{{ $message }}
@enderror
@error('document')
{{ $message }}
@enderror
@endif {{-- Plan (hidden, optional) --}}
@endsection @section('vendor-script') @endsection @section('page-script') @endsection