{{ __('lbl.sms_report') }}
{{ __('lbl.date') }}
{{ __('lbl.sms') }}
{{ __('lbl.customers')}}
@if(!empty($customers)) @foreach($customers as $tList)
{{ $tList->created_at }}
{{ $tList->sms }}
{{ $tList->customername }} ({{$tList->mobile_number}})
@endforeach @endif