@php $VerEditor = auth()->user()->can('Servicios - Visor') || auth()->user()->can('Servicios - Editor') @endphp @if($VerEditor) @extends('layouts/app') @section('tituloModulo', 'COTIZACIONES') @section('contenido')
@can('Servicios - Editor') @endcan
@endsection @endif