@extends('layouts.app') @section('title', $business->exists ? 'Edit business' : 'Add business') @section('page-title', $business->exists ? 'Edit business' : 'Add business') @section('content')

{{ $business->exists ? 'Update profile details' : 'Create a business workspace' }}

A public Google Maps link is enough for provider based scanning. No client email is required.

@csrf @if ($business->exists) @method('PUT') @endif
01

Business profile

Basic identity and public Google Maps link

02

Optional authorized API mapping

Leave these empty when using the public scanner

Cancel
@endsection