Cargando...
×
Loading...
Cargando...
@if ($layout ?? '' === 'facturacion_cliente') @include('layouts.page_templates.facturacion_cliente') @elseif (auth()->check()) @include('layouts.page_templates.auth') @else @include('layouts.page_templates.guest') @endif @stack('js')