2026-05-07 23:31:33 +02:00
|
|
|
<x-app-layout>
|
2026-05-11 16:36:16 +02:00
|
|
|
<div class="mb-6">
|
2026-06-16 18:05:53 +02:00
|
|
|
<button wire:click="$emit('showTemplateForm')"
|
2026-05-11 16:36:16 +02:00
|
|
|
class="btn btn-primary btn-lg">
|
2026-06-16 18:05:53 +02:00
|
|
|
+ {{ __('New template') }}
|
2026-05-11 16:36:16 +02:00
|
|
|
</button>
|
2026-05-11 23:27:14 +02:00
|
|
|
<p class="text-sm text-muted mb-4">
|
2026-06-16 18:05:53 +02:00
|
|
|
{{ __('Create generic templates that can be used in any phase of the project') }}
|
2026-05-11 23:27:14 +02:00
|
|
|
</p>
|
2026-05-11 16:36:16 +02:00
|
|
|
</div>
|
|
|
|
|
<livewire/template-manager :project="$project" />
|
|
|
|
|
</x-app-layout>
|