Setup Your Account

Please complete these steps to get started with your new account.

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

Company Information

Add your official business details to continue.

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

Location Details

Set the address and location for your company profile.

@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
Next Step
@elseif($step == 3)

Choose a Subscription Plan

Select the plan that best fits your business needs.

@foreach($plans as $plan) @endforeach
@endif