@extends('layouts.core.frontend', [ 'menu' => 'products', ]) @section('title', trans('store.sms_sending_servers')) @section('page_header')
{{ trans('messages.home') }}
format_list_bulleted
{{ trans('store.sms_sending_servers') }}
@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
delete_outline
delete
@endsection