@extends('layouts.landing') @section('head') @include('layouts._partials.tablaStyle') @endsection @section('title',"Inicio") @section('content')
Roles
@can('role.create') Crear rol @endcan
@forelse ($roles as $role) @empty

Sin roles.

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