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