@php $VerEditor = (auth()->user()->can('Abogados - Visor') || auth()->user()->can('Abogados - Editor')) && $cliente->tipo_cuenta == 'Despacho' @endphp @if($VerEditor) @extends('layouts/app') @section('tituloModulo', 'ABOGADOS') @section('contenido')
@can('Abogados - Editor') @endcan
@endsection @else @section('contenido') @endsection @endif