@extends('core::layouts.master') @section('title') {{ trans_choice('communication::general.sms',1) }} {{ trans_choice('communication::general.gateway',2) }} @endsection @section('styles') @stop @section('content')

{{ trans_choice('communication::general.sms',1) }} {{ trans_choice('communication::general.gateway',2) }}

{{number_format($data->total())}} {{ trans_choice('communication::general.gateway',2) }} {{ trans_choice('core::general.found',1) }}

@foreach($data as $key)
@if($key->active==1) {{trans_choice('core::general.yes',1)}} @else {{trans_choice('core::general.no',1)}} @endif
@endforeach
{{$data->links()}}
{{ trans_choice('core::general.page',1) }} {{$data->currentPage()}} {{ trans_choice('core::general.of',1) }} {{$data->lastPage()}}
@endsection @section('scripts') @endsection