@extends('layouts.masterbeta') @section('title', 'Click ERP - Short Codes') @push('styles') @endpush @section('breadcrumbs') Operations Short Codes @endsection @section('content')
Manage SMS, USSD, and Voice short codes, toll-free lines, and validity periods.
| Short Code | Name / Description | Type & Toll-Free | Pricing / Fees | Region / Network | Status & Dates | Actions |
|---|---|---|---|---|---|---|
|
{{ $code->shortcode }}
|
{{ $code->name ?? 'N/A' }}
Client ID: {{ $code->client_id ?? 'None' }}
|
{{ $code->code_type ?? 'N/A' }} @if($code->toll_free == 'YES') Toll-Free @endif |
${{ number_format($code->monthly_fee, 2) }}
Monthly Fee
|
{{ $code->country ?? 'N/A' }}
{{ $code->network ?? 'All Networks' }}
|
{{ $code->status ?? 'Active' }}
Exp: {{ $code->expiry_date ? date('M d, Y', strtotime($code->expiry_date)) : 'N/A' }}
|
|
| No short codes found matching your criteria. | ||||||