@push('css') @endpush @push('js') @endpush
{{ __('labels.url_links') }}
@if(!isset($readonly) || (isset($readonly) && !$readonly)) @endif
@if($urlList && count($urlList)) @foreach ($urlList as $index => $urlItem)
{{-- Index --}}
{{ $index+1 }}
{{-- Title --}}
{{-- URL --}}
{{-- Copy URL Button --}}
{{-- Actions --}} @if(!isset($readonly) || (isset($readonly) && !$readonly))
{{-- Copy Button --}} {{-- --}} {{-- Delete Button --}}
@endif
@endforeach @else {{-- Empty State --}}

{{ __('labels.no_urls_added') }}

@endif