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

6 lines
197 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-06-30 08:49:00 +00:00
<livewire:application.heading :application="$application" />
2023-05-24 12:26:50 +00:00
<livewire:project.application.deployments :application_id="$application->id" />
2023-04-26 11:01:09 +00:00
</x-layout>