@extends('layouts.app') @section('css') @endsection @section('contenido') @if(auth()->user()->hasRole('users.destroy'))
@csrf @method('DELETE')
@endif

Usuarios

@if(auth()->user()->hasRole('users.store')) @endif
Nombre Correo Grupo
@endsection @section('scripts') @endsection