@extends('layouts.core.frontend', [
'menu' => 'sms_tracking_log',
])
@section('title', trans('store.sms_sending_servers'))
@section('page_header')
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 }}
@endsection