Project: {{ data_get($project, 'name') }}
Edit project details here.
Shared Variables
New Shared Variable
You can use these variables anywhere with @{{ project.VARIABLENAME }}
@forelse ($project->environment_variables->sort()->sortBy('real_value') as $env)
@empty
No environment variables found.
@endforelse