Branch settings / All branches @if (! empty($canManageTeam)) Team @endif
@if ($canAddBranch) Add branch @endif
@if ($branches->isEmpty())

No branches yet.

@else
    @foreach ($branches as $branch)
  • {{ $branch->name }} @if ($branch->is_default) Default @endif

    {{ strtoupper($branch->currency) }} ยท {{ $branch->isRestaurant() ? 'Restaurant' : 'Retail' }}

    @if (($actingLocation->id ?? null) !== $branch->id)
    @csrf
    @endif Edit
  • @endforeach
@endif @unless ($hasMultiLocation)

Multi-branch POS is available on Pro or Business.

@endunless