{{-- Setup Checklist — guides the client through customizing their site --}} @if(!$setupChecklist['allDone'])

Configurá tu sitio

Tu sitio viene con contenido de ejemplo. Personalizalo con tu información real.
{{ $setupChecklist['completed'] }}/{{ $setupChecklist['total'] }}
{{-- Progress bar --}}
@foreach($setupChecklist['items'] as $item) @if($item['done'])
@else
@endif
{{ $item['label'] }} @if(!$item['done'] && !empty($item['desc'])) {{ $item['desc'] }} @endif
@if(!$item['done']) Editar @endif
@endforeach
Ver mi sitio web
@csrf
@endif