2023-04-26 13:01:09 +02:00
|
|
|
<x-layout>
|
2023-06-02 12:34:45 +02:00
|
|
|
<h1>Deployments</h1>
|
2023-08-11 20:19:42 +02:00
|
|
|
<livewire:project.application.heading :application="$application" />
|
|
|
|
<livewire:project.application.deployments :application="$application" :deployments="$deployments" :deployments_count="$deployments_count" />
|
2023-04-26 13:01:09 +02:00
|
|
|
</x-layout>
|