Empresas
Excel PDF Nueva Empresa
@forelse($companies as $c) @empty @endforelse
Nombre / Razón Social RUC / NIT Email Teléfono Dirección Acciones
{{ $c->name }} {{ $c->document_number ?: '—' }} @if($c->email) {{ $c->email }} @else @endif {{ $c->phone ?: '—' }} {{ $c->address ?: '—' }}
Editar
@csrf @method('DELETE')
No hay empresas registradas. Agregar la primera
@if(method_exists($companies,'hasPages') && $companies->hasPages())
{{ $companies->links() }}
@endif