• Git Repository
  • @if (data_get($application, 'fqdn'))
  • {{ $application->fqdn }}
  • @endif @if (data_get($application, 'ports_mappings_array')) @foreach ($application->ports_mappings_array as $port) @if (config('app.env') === 'local')
  • {{ $port }}
  • @else
  • Port {{ $port }}
  • @endif @endforeach @endif