{{-- resources/views/admin/dashboard.blade.php --}} @extends('adminlte::page') @section('title', env('APP_NAME').' - '.$pageName) @section('content_header') @if (getenv('MULTIACCOUNTS') == 'true') @if (isset($selectedAccount))
{{$selectedAccount->selectionAccountInfo()}}
@else

Debes seleccionar una cuenta para operar.

@endif
@endif
{{ $pageName }}
@if (isset($routeName)) @endif

@if (isset($headButtonsOnTop) && $headButtonsOnTop) @if (getenv('MULTIACCOUNTS') == 'true') @if (isset($selectedAccount) || $routeName == "accounts" || auth()->user()->hasRole('superadministrator')) @yield('head_buttons') @endif @else @yield('head_buttons') @endif @endif @stop @section('content') @yield('pre_index') @yield('atplus_main_content') @if (!isset($headButtonsOnTop))
@if (getenv('MULTIACCOUNTS') == 'true') @if (isset($selectedAccount) || $routeName == "accounts" || auth()->user()->hasRole('superadministrator')) @yield('head_buttons') @endif @else @yield('head_buttons') @endif
@endif @if (getenv('ENABLENOTIFICATIONS') == 'true')
user()->unreadNotifications()->count() < 1)style="display: none"@endif>
Tienes {{(auth()->user()->unreadNotifications()->count())}} Notificaciones Sin Leer
Marcar todo como leído
{{(auth()->user()->unreadNotifications()->count())}}
@endif
 
@endsection @section('footer')
@csrf
Version {{ Config::get('atcore.app_version')}}
Copyright © 2020. Desarollado por AT+. Todos los derechos reservados. @endsection @section('css') @yield('atplus_main_css') @if (getenv('ENABLENOTIFICATIONS') == 'true') @endif @stop @section('js') @if (getenv('ENABLENOTIFICATIONS') == 'true') @endif @yield('atplus_main_js') @stop @if (getenv('MULTIACCOUNTS')) @section('right-sidebar')
@if ($accounts)
SELECCIONA CUENTA

@if (isset($selected_account))
SALIR DE LA CUENTA
@endif @else
SIN CUENTAS ASOCIADAS
@endif
@stop @endif