@extends('layouts.admin') {{trans('home.'.$status).' | '.trans('home.crm')}} @section('content')
@foreach($n_sms as $n_sms_client) @endforeach
{{trans('home.id')}} {{trans('home.client')}} {{trans('home.mobile')}} {{trans('home.detials')}} {{trans('home.saved').' / '.trans('home.sent')}}
{{$n_sms_client->id}} {{$n_sms_client->client->name}} {{$n_sms_client->sent_to}} {{$n_sms_client->message}} {{__('home.'.$n_sms_client->sent)}}
@endsection