coolify/resources/views/project/application/deployments.blade.php
2023-08-11 20:19:42 +02:00

6 lines
266 B
PHP

<x-layout>
<h1>Deployments</h1>
<livewire:project.application.heading :application="$application" />
<livewire:project.application.deployments :application="$application" :deployments="$deployments" :deployments_count="$deployments_count" />
</x-layout>