@if(Module::has('PaymentGateway'))
@endif
Inbound Message
Filter By
Date
Sort By
Newest
Oldest
Pages
1
Suppress
Suppress
Push
{{--
Choose Label
@foreach($labels as $label)
{{ucfirst($label->title)}}
@endforeach
--}}
@lang('admin.form.button.save')
Characters left: 160
Select any Device
@foreach($devices as $device) @if($device->sim_info) @php $simInfo=json_decode($device->sim_info) @endphp @if(is_array($simInfo)) @foreach($simInfo as $item) @php $simData=explode(':',$item); @endphp
{{$device->name}}-{{$device->model}} ({{$simData[2]}}-SIM {{$simData[0]+1}})
@endforeach @endif @endif @endforeach
@if($chat_responses->isNotEmpty()) @foreach($chat_responses as $chat_response)
{{$chat_response->title}}
@endforeach @else
No Data Available
@endif
Exception
×
Do you want to add this number in your contact list?
Add New Contact
×
Do you want to add this number in your contact list?
@php $settings = auth('customer')->user()->settings->where('name', 'data_posting')->first(); $settings = isset($settings) && isset($settings->value)?json_decode($settings->value):''; @endphp
Send
×
Select Method
type) && $settings->type=='get'?'selected':''}} value="get">GET
type) && $settings->type=='post'?'selected':''}} value="post">POST
Enter Url
@csrf
{{trans('customer.confirmation')}}
×
@if(session()->has('success') || session()->has('fail') || count($errors)>0)
@endif {{-- --}}