{{-- ========================================================= * Argon Dashboard PRO - v1.0.0 ========================================================= * Product Page: https://www.creative-tim.com/product/argon-dashboard-pro-laravel * Copyright 2018 Creative Tim (https://www.creative-tim.com) & UPDIVISION (https://www.updivision.com) * Coded by www.creative-tim.com & www.updivision.com ========================================================= * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. --}} FACTURACION - {{env('INSTANCE_NAME', "FACTURACION GHP")}} {{-- --}} @if (auth()->check() && !in_array(request()->route()->getName(), ['welcome', 'page.pricing', 'page.lock', 'page.error'])) @include('layouts.page_templates.auth') @include ('layouts.loadsalerts.loads'); @else @include('layouts.page_templates.guest') @endif @if (auth()->check()) @endif @stack('js')