@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 Active Action
{{ ++$key }} @if($value->icon) @endif {{ $value->category->name }} @if($value->voice_sample) @endif @if($value->popular=='1') @else @endif @if($value->active=='1') @else @endif
No Add voice to display.
# Icon Catgeory Voice Sample Popular Voice Active Action

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

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