@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 --}} {{ __('locale.menu.Sender ID') }} Please Note: Sender ID must not exceed 11 characters. @error('sender_id') {{ $message }} @enderror {{-- Description --}} {{__('locale.labels.description')}} {{ old('description') }} @error('description') {{ $message }} @enderror {{-- TRAI DLT fields --}} @if(config('app.trai_dlt') && Auth::user()->customer->activeSubscription()?->plan->is_dlt) {{ __('locale.labels.entity_id') }} @error('entity_id') {{ $message }} @enderror {{__('locale.labels.attach_supporting_document')}} @error('document') {{ $message }} @enderror @endif {{-- Plan (hidden, optional) --}} {{ __('locale.buttons.send') }} @endsection @section('vendor-script') @endsection @section('page-script') @endsection
{!! __('locale.sender_id.dlt_description') !!}
{{ $message }}