Environment Variables
@can('manageEnvironment', $resource)
{{ $view === 'normal' ? 'Developer view' : 'Normal view' }}
@endcan
Environment variables (secrets) for this resource.
@if ($resourceClass === 'App\Models\Application')
@if (data_get($resource, 'build_pack') !== 'dockercompose')
@can('manageEnvironment', $resource)
@else
@endcan
@endif
@can('manageEnvironment', $resource)
@else
@endcan
@endif
@if ($view === 'normal')
No environment variables found.
@else
@if ($this->environmentVariables->isNotEmpty() || $this->hardcodedEnvironmentVariables->isNotEmpty())