@extends('layout.agency') @section('meta_tags') @stop @section('pagename') Voices @stop @section('top_import_file') @stop @section('content')

Voices


@foreach ($voices as $voice) @endforeach
Date Voice Description Category Labels
{{ $voice->created_at->format('d-M-y g:i A') }}
   {{ $voice->name }}
{{ $voice->description ? $voice->description : 'A warm, friendly voice that feels like a natural conversation.' }} {{ $voice->category }} @php $labels = $voice->labels; $totalLabels = count($labels); $firstLabel = array_slice($labels, 0, 1); // Show the first label $remainingLabels = array_slice($labels, 1); // Remaining labels for the tooltip @endphp @foreach ($firstLabel as $key => $value) {{ ucfirst($key) }}: {{ ucfirst($value) }} @endforeach @if ($totalLabels > 1) +{{ $totalLabels - 1 }} @endif
{{-- Add new voice modal --}} {{-- Add new voice modal --}} {{-- Voice Design Modal --}} {{-- Voice Design Modal --}} {{-- Create Voice Modal --}} {{-- Create Voice Modal --}} {{-- Instant Voice Cloning Modal --}} {{-- Instant Voice Cloning Modal --}} {{-- Voice Record Modal --}} {{-- Voice Record Modal --}} @stop @section('bottom-scripts') {{-- Circle Related Scripts --}} {{-- Tooltip Badges --}} {{-- Limiting Voice Design Input --}} {{-- Instant Voice Clone Modal Scripts --}} {{-- Generate Voice --}} {{-- Create Voice Modal Script --}} @stop