netgescon-day0/resources/views/filament/pages/supporto/richiesta-help.blade.php

11 lines
443 B
PHP

<x-filament-panels::page>
<form wire:submit="submit" class="space-y-4">
{{ $this->getSchema('form') }}
<div class="flex items-center gap-3">
<x-filament::button type="submit">Invia richiesta</x-filament::button>
<a href="{{ url('/admin-filament/supporto/ticket-mobile') }}" class="text-sm text-gray-600 hover:underline">Vai a Ticket Mobile</a>
</div>
</form>
</x-filament-panels::page>