@extends('admin.layout') @section('content')

{{ trans('Voice Mail') }} {{ trans('Voice Mail') }}...

{{ trans('Voice Mail') }}

@if (count($errors) > 0) @if($errors->any()) @endif @endif
@if (count($voice_data) > 0) @foreach ($voice_data as $key => $voice_data) @endforeach @endif
{{ trans('S.N') }} {{ trans('User') }} {{ trans('Count') }} Date
{{ $voice_data->id}} {{ $voice_data->name }} {{ $voice_data->count}} {{ $voice_data->created_at}}
@endsection