@extends('layouts.landing') @section('head') @include('layouts._partials.tablaStyle') @endsection @section('title',"Inicio") @section('content')
| Id | Nombre | row |
|---|---|---|
| {{$row->id}} | {{$row->name}} |
@can('documentoTipo.edit')
@endcan
@can('documentoTipo.destroy')
|