@php $ws = current_workspace(); @endphp

Link-in-Bio

{{ $bioPages->total() }} pages

@if($ws) @endif
@forelse($bioPages as $page) @php $title = is_array($page->title) ? ($page->title['en'] ?? $page->slug) : ($page->title ?? $page->slug); @endphp
{{ $title }}
nimu.li/{{ $page->slug }}
@if($page->is_published) @endif {{ $page->is_published ? 'Published' : 'Draft' }}
@empty

No bio pages yet

Create a link-in-bio page for Instagram, TikTok and more.

@if($ws) @endif
@endforelse
@if($bioPages->hasPages())
{{ $bioPages->links() }}
@endif