@extends('layouts.core.frontend', [ 'menu' => 'sms_tracking_log', ]) @section('title', trans('store.sms_funnel')) @section('page_header')

format_list_bulleted {{ trans('store.sms_funnel') }}

@endsection @section('content')

Server Infomation

Thank you for use my service, the sms content has changsed is:

  • Tranfer ID
    {{ $sendingServer->id }}
  • name
    {{ $sendingServer->name }}
  • Type
    {{ $sendingServer->type }}
  • quota
    {{ $sendingServer->quota }}
Return Back
@method('DELETE ') @csrf
@endsection