Back to services

Liquor Licences

Mpumalanga Retail Liquor

This page keeps the Mpumalanga retail liquor flow inside the mobile app and lets the client submit an enquiry directly to the correct franchise or head office team.

Province: Mpumalanga

Best for

Restaurants, taverns, bottle stores, events, and on or off-consumption liquor trading in Mpumalanga.

What happens next

Once the enquiry is submitted, Licentia assigns it by town coverage and contacts the client with the next steps.

Retail licence types

Open this section to see where each type usually fits and what the team will confirm before preparing the quote.

@foreach ($licenceTypes as $type)

{{ $type['name'] }}

{{ $type['summary'] }}

Best for

{{ $type['best_for'] }}

What to know

{{ $type['notes'] }}

@endforeach

Submit an enquiry

Select an existing business, or add the new business details if this client has not been linked to one yet.

The enquiry will be assigned using the selected province and town. If no franchise serves that town, head office will receive it.

@if (empty($businesses))
No linked Mpumalanga businesses were found for this profile yet. Complete the new business section below to continue.
@endif
@if ($requestMode === 'existing' && !empty($businesses))
@error('selectedBusinessId')

{{ $message }}

@enderror
@error('selectedLicenceType')

{{ $message }}

@enderror
@endif @if ($requestMode === 'new')
@error('newBusiness.business_trading_name')

{{ $message }}

@enderror
@error('newBusiness.province')

{{ $message }}

@enderror
@if ($showTownDropdown && !empty($this->filteredTownOptions))
@foreach ($this->filteredTownOptions as $townOption) @endforeach
@elseif ($showTownDropdown && $townSearch !== '')
No matching towns found.
@endif
@if (!empty($newBusiness['town_name']))

Selected town: {{ $newBusiness['town_name'] }}

@endif @error('newBusiness.town_name')

{{ $message }}

@enderror
@error('newBusiness.licence_type')

{{ $message }}

@enderror
@error('newBusiness.client_capacity')

{{ $message }}

@enderror
@endif
@error('message')

{{ $message }}

@enderror