Files

13 lines
430 B
PHP
Raw Permalink Normal View History

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