Project: {{ data_get($project, 'name') }}

Save
Edit project details here.

Shared Variables

You can use these variables anywhere with
@{{ project.VARIABLENAME }}
@forelse ($project->environment_variables->sort()->sortBy('key') as $env) @empty
No environment variables found.
@endforelse