@php use Illuminate\Support\Str; @endphp Módulos (Header) @include('include.preloader') @include('include.header')
Registro de información sobre Módulos
@if (session('success')) @endif @if ($errors->any())
No se pudo guardar:
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@forelse($headers as $h) @empty @endforelse
# Nombre Acciones
{{ $h->id }} {{ $h->nombre }}
Estado actual: @if ($h->is_active) Visible @else Oculto @endif
Sin registros.
@if (method_exists($headers, 'links'))
{{ $headers->links() }}
@endif

@include('include.footer')