@extends('layouts.super_admin.app') @section('styles') @endsection @section('content')
@csrf

{{ __('global.send_custom_sms') }}

{{ __('global.please_enter_valid_number') }}

@error('message') {{ $message }} @enderror
@endsection @section('scripts') @endsection