@extends('layouts.auth', ['title' => 'Welcome to Booklio']) @section('content')

Account Created

Welcome to Booklio. Complete the setup checklist to publish your booking page faster.

@foreach (['Add business profile', 'Add services', 'Add staff', 'Set working hours', 'Share booking link'] as $index => $item)
{{ $index + 1 }} {{ $item }}
@endforeach
Start setup Go to dashboard
@endsection