lasthourcloud/resources/views/project/application/deployments.blade.php

6 lines
266 B
PHP
Raw Normal View History

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