@extends('layouts.landing') @section('head') @include('layouts._partials.tablaStyle') @endsection @section('title',"Inicio") @section('content')
Documentación
@can('documentoTipo.create') Crear documentación @endcan
@forelse ($documentotipos as $row) @empty

Sin documentación.

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