coolify/resources/views/project/application/deployments.blade.php
2023-08-08 11:51:36 +02:00

7 lines
310 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>