@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',['buttons'=>[ [ 'name'=>' '. __('Back To Templates'), 'url'=>url('/user/template'), 'is_button'=>false ], [ 'name'=>' '. __('Back To Contacts'), 'url'=>url('/user/contact'), 'is_button'=>false ] ]]) @endsection @push('topcss') @endpush @section('content')
0

{{ __('Total Sent') }}

{{ number_format(count($contacts)) }}

{{ __('Total Contacts') }}

0

{{ __('Total Faild') }}

0/{{ count($contacts) }}

Start Sec
End Sec
@foreach($contacts as $key => $contact) @csrf @endforeach
{{ __('Receiver (To)') }} {{ __('Device (From)') }} {{ __('Template') }} {{ __('Status') }} {{ __('Actions') }}
{{ $contact->name.' - '.$contact->phone }} {{ __('Waiting') }}
@endsection @push('js') @endpush