{{-- Header --}}
Serviços

Gestão de produtos e serviços disponíveis

{{-- Filters --}}
{{-- Search --}}
{{-- Per-page --}}
Mostrar por página
{{-- Table --}}
@forelse ($servicos as $servico) @empty @endforelse
Nome Categoria Preço (s/ IVA) Preço (c/ IVA) Estado Acções
{{ $servico->nome }}
@if ($servico->codigo)
Ref: {{ $servico->codigo }}
@endif
@php $typeColors = [ 'Hospedagem' => 'bg-blue-100 text-blue-700 dark:bg-blue-900/40 dark:text-blue-300', 'Domínio' => 'bg-purple-100 text-purple-700 dark:bg-purple-900/40 dark:text-purple-300', 'Pacote' => 'bg-indigo-100 text-indigo-700 dark:bg-indigo-900/40 dark:text-indigo-300', 'Website' => 'bg-cyan-100 text-cyan-700 dark:bg-cyan-900/40 dark:text-cyan-300', 'Business mail' => 'bg-orange-100 text-orange-700 dark:bg-orange-900/40 dark:text-orange-300', 'Protected Id' => 'bg-rose-100 text-rose-700 dark:bg-rose-900/40 dark:text-rose-300', 'Transferência de domínio'=> 'bg-yellow-100 text-yellow-700 dark:bg-yellow-900/40 dark:text-yellow-300', ]; $color = $typeColors[$servico->type] ?? 'bg-gray-100 text-gray-700 dark:bg-gray-700 dark:text-gray-300'; @endphp {{ $servico->type }} {{ number_format($servico->preco, 2, ',', '.') }} Kz {{ number_format($servico->preco_iva, 2, ',', '.') }} Kz @if ($servico->iva) {{ $servico->iva }}% @endif
@if ($servico->show) Visível @else Oculto @endif @if ($servico->promocao) Promo @endif @if ($servico->mais_popular) Popular @endif

Nenhum serviço encontrado

@if ($search)

Tente ajustar o termo de pesquisa

@else Criar o primeiro serviço @endif
{{-- Pagination --}}
{{ $servicos->links() }}
@script @endscript