@extends('layouts.app') @section('content')

{{ __('SMS Sender Management') }}

{{ __('Manage your SMS sender identities and configure which sender will be used for outgoing messages') }}

@livewire('sms-box.sender-manager')
@endsection