@props([ 'booking', 'showPercents' => false, ]) @php $topics = $booking->returnForm->getTopicsData(); @endphp
class(['mt-8', 'md:mt-12']) }}> @foreach($topics as $topic => $progress_info)
{{ $topic }} @if(filter_var($showPercents, FILTER_VALIDATE_BOOLEAN)) {{ $progress_info['formatted_value'] }} @endif
@svg('img/icons/right-arrow', 'text-primary-500')
@endforeach