@extends('layouts.admin') @section('content')
Local presence
Business Settings are authoritative. Supported providers can receive factual location updates through authorized APIs; unsupported providers use an exact manual-update package. Cannabis products, specials, medical claims, testimonials and promotional content are not syndicated by this subsystem.
Uses the current Google Business Profile Account Management and Business Information APIs with OAuth. Google API access/quota and OAuth credentials must be approved and configured.
@php $credentials = $connection->encrypted_credentials ?? []; $available = $credentials['available_locations'] ?? []; @endphp @if(in_array($connection->status, ['not_connected','api_access_pending','failed'])) Connect Google @endif @if($connection->status === 'selection_required' && count($available)) @endif @if($connection->external_location_id)Programmatic access is not assumed. Use the manual package until an authorized provider integration is available.
@endifProvider differences never silently overwrite the website. Review each discrepancy before accepting a remote value.
@foreach($conflicts as $conflict)No sync attempts yet.
@endforelse