@extends('layouts.masterbeta') @section('title', 'Click ERP - Short Codes') @push('styles') @endpush @section('breadcrumbs') Operations Short Codes @endsection @section('content')

Short Codes Management

Manage SMS, USSD, and Voice short codes, toll-free lines, and validity periods.

TOTAL CODES

{{ $totalCount }}

SMS CODES

{{ $smsCount }}

USSD CODES

{{ $ussdCount }}

VOICE CODES

{{ $voiceCount }}

@forelse($shortcodes as $code) @empty @endforelse
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' }}
@csrf @method('DELETE')
No short codes found matching your criteria.
{{ $shortcodes->links('pagination::bootstrap-5') }}
@endsection @push('modals') @endpush @push('scripts') @endpush