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

@if(!empty($add_artist_voices)) @foreach($add_artist_voices as $key=>$value) @endforeach @if ($add_artist_voices->count() == 0) @endif @endif
# Image Artist Name Price Artist Voice Sample Status Action
{{ ++$key }} @if($value->icon) @endif {{ $value->title }} {{ $value->price }} @if($value->voice_sample) @endif @if($value->status==1) Active @else Inactive @endif
No Add voice to display.
# Image Artist Name Price Artist Voice Sample Status Action

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

@endsection