2023-04-19 10:42:15 +00:00
|
|
|
<nav class="flex gap-4 py-2 bg-gray-100">
|
2023-04-25 09:01:56 +00:00
|
|
|
<a href="{{ route('project.application.configuration', Route::current()->parameters()) }}">Configuration</a>
|
|
|
|
<a href="{{ route('project.application.deployments', Route::current()->parameters()) }}">Deployments</a>
|
|
|
|
<livewire:project.application.deploy :applicationId="$applicationId" />
|
2023-04-19 10:42:15 +00:00
|
|
|
</nav>
|