{{ trans('Voice Mail') }}
@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
{{ trans('S.N') }} | {{ trans('User') }} | {{ trans('Count') }} | {{ trans('Date') }} |
---|---|---|---|
{{ $voice_row->id}} | {{ $voice_row->name }} | {{ $voice_row->count}} | {{ $voice_row->created_at}} |
{{ $voice_data->links() }}