@extends('layouts.landing') @section('head') @include('layouts._partials.tablaStyle') @endsection @section('title',"Inicio") @section('content')
areas
@can('area.create') Crear Área @endcan
@forelse ($areas as $area) @empty

Sin areas.

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