Fuentes para PDFs

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif {{-- Subir nueva fuente --}}

Subir nueva fuente

@csrf

Se usará como nombre de familia CSS y como label en el selector.

{{-- Lista de fuentes --}}
@forelse($fuentes as $fuente) @empty @endforelse
Nombre Valor CSS Archivo Activa
{{ $fuente->nombre }} {{ $fuente->css_valor }} @if($fuente->archivo) {{ $fuente->archivo }} @else Sistema @endif
@csrf @method('PATCH')
@if($fuente->archivo)
@csrf @method('DELETE')
@endif
No hay fuentes registradas.