@extends('admin.layouts.master') @section('content')

لیست پیامک های ارسالی

@foreach ($sms as $item) @if(isset($item->response[0]->message)) @endif @endforeach
موبایل نوع تاریخ متن پیام تاریخ ارسال
{{$loop->index+1}} {{$item->mobile}} {{$item->type()}} {{jdate($item->updated_at)}} {{$item->response[0]->message}} {{jdate($item->updated_at)}}
@endsection @section('js-page') @endsection