@extends('layout.agency') @section('meta_tags') @stop @section('pagename') Voices @stop @section('top_import_file') @stop @section('content')
| 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 |