@php $VerEditor = auth()->user()->can('Grupos - Visor') || auth()->user()->can('Grupos - Editor') @endphp @if($VerEditor) @extends('layouts.app') @section('tituloModulo') {{ "GRUPOS" }} @endsection @section('contenido')
@can('Grupos - Editor') {{-- --}} @endcan
@endsection @endif