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