@unless ($embedded) @endunless
! $embedded])>
! $embedded])> @if (! $embedded && $resourceType === 'database') @elseif (! $embedded) @endif
@if ($resourceType === 'application') @unless ($embedded) {{ data_get_str($service, 'name')->limit(10) }} > {{ data_get_str($serviceApplication, 'name')->limit(10) }} | MapleDeploy @endunless
@if (!$serviceApplication->serviceType()?->contains(str($serviceApplication->image)->before(':')))

@php($domainCount = countDomains($fqdn)) @if ($domainCount === 0) No domains set. @elseif ($domainCount === 1) 1 domain set. @else {{ $domainCount }} domains set. @endif

Manage domains
@endif
@include('livewire.project.service.advanced-settings')
@can('delete', $serviceApplication) @endcan
@can('update', $serviceApplication) Save changes @endcan
  • Only one service will be accessible at this domain
  • The routing behavior will be unpredictable
  • You may experience service disruptions
  • SSL certificates might not work correctly
@if ($showPortWarningModal)
@endif @elseif ($resourceType === 'database') @unless ($embedded) {{ data_get_str($service, 'name')->limit(10) }} > {{ data_get_str($serviceDatabase, 'name')->limit(10) }} | MapleDeploy @endunless @if ($currentRoute === 'project.service.database.import') @else

Public access

@if ($serviceDatabase->is_public) Proxy Logs Logs @endif
@if ($isPublic) Make private @else {{-- Do not nest @if/@endif inside an opening tag: Blade component compilation breaks and yields "unexpected token endif". --}} Make publicly available @endif
@if ($db_url_public) @endif
@include('livewire.project.service.advanced-settings')
@can('delete', $serviceDatabase) @endcan
@can('update', $serviceDatabase) Save changes @endcan
@endif @endif