{{ $editing ? 'Shop details' : "Let's set up your shop" }}

{{ $editing ? 'Update your shop\'s basic information.' : 'Tell customers a bit about your shop. You can add categories, location, and photos next.' }}

@error('description')

{{ $message }}

@enderror
{{ $editing ? 'Save changes' : 'Continue' }} Saving... @if ($editing)

Saved.

@endif