@extends('layouts.dashboard') @section('content')
@include('flash_msg')

@if(!empty($add_voices)) @foreach($add_voices as $key=>$value) @endforeach @if ($add_voices->count() == 0) @endif @endif
# Icon Category Voice Sample Popular Voice Action
{{ ++$key }} @if($value->icon) @endif {{ $value->urs->name }} @if ($value->voice_sample ) @endif
No Add voice to display.
# Icon Catgeory Voice Sample Popular Voice Action

Displaying {{$add_voices->count()}} of {{ $add_voices->total() }} Add voice.

{{--
{{ $add_voices->appends(request()->all())->links() }}
--}}
@endsection