@php $VerEditor = auth()->user()->can('Empresa - Visor') || auth()->user()->can('Empresa - Editor') @endphp @if($VerEditor) @extends('layouts/app') @section('tituloModulo', 'DATOS DE LA EMPRESA') @section('contenido')
@csrf @method('put')
Datos de la empresa
@if ($datos->logo_config) logo @else logo @endif
mercado_pago_config) checked @endif>
paypal_config) checked @endif>
Datos de envío
Redes sociales
@can('Empresa - Editor') @endcan
Banners
@can('Empresa - Editor') @endcan
@endsection @endif