Account Setup

Setup your company account

Complete a few quick details to activate your workspace.

@php $steps = [ 1 => 'Company Info', 2 => 'Complete Setup', ]; @endphp
@foreach($steps as $number => $label)
Step {{ $number }}
{{ $label }}
@endforeach
@if($step == 1)

Company Information

Tell us the basics about your business.

@csrf
Next Step
@elseif($step == 2)

Complete Setup

Add your company address and branding before you continue.

@csrf

PNG, JPG, WEBP up to 2 MB.

@if($company->logo_url)
Current logo Current logo
@endif

ICO, SVG, PNG, JPG up to 1 MB.

@if($company->favicon)
ICON {{ basename($company->favicon) }}
@endif
Complete Setup
@elseif($step == 3)

Complete Setup

Your setup is complete. Redirecting you to the dashboard.

@endif