@if (data_get($application, 'gitBrancLocation'))
  • Git Repository
  • @endif @if (data_get($application, 'fqdn')) @foreach (Str::of(data_get($application, 'fqdn'))->explode(',') as $fqdn)
  • {{ getFqdnWithoutPort($fqdn) }}
  • @endforeach @endif @if (data_get($application, 'previews', collect([]))->count() > 0) @foreach (data_get($application, 'previews') as $preview) @if (data_get($preview, 'fqdn'))
  • PR{{ data_get($preview, 'pull_request_id') }} | {{ data_get($preview, 'fqdn') }}
  • @endif @endforeach @endif @if (data_get($application, 'ports_mappings_array')) @foreach ($application->ports_mappings_array as $port) @if (isDev())
  • Port {{ $port }}
  • @else
  • Port {{ $port }}
  • @endif @endforeach @endif