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