@extends('layouts.landing') @section('head') @include('layouts._partials.tablaStyle') @endsection @section('title',"Inicio") @section('content')
Niveles
@can('nivel.create') Crear nivel @endcan
@forelse ($nivels as $nivel) @empty

Sin niveles.

@endforelse
Id Titulo Opciones
{{$nivel->id}} {{$nivel->name}} @can('nivel.edit') @endcan @can('nivel.destroy')
@csrf @method('DELETE')
@endcan
@endsection @section('scripts') @include('layouts._partials.tablaScript') @include('layouts._partials.delete') @endsection