/home/shopffer/demo.shopffer.cl/
ErrorException
Attempt to read property "names" on null (View: /home/shopffer/demo.shopffer.cl/resources/views/template/main.blade.php)
    • 62
      resources/views/template/main.blade.php
      Illuminate\Foundation\Bootstrap\HandleExceptions
      :113
    • 61
      :113
    • 42
      app/Http/Middleware/RedirectIfAuthenticated.php
      App\Http\Middleware\RedirectIfAuthenticated
      :32
    • 1
      public/index.php
      :52
Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
resources/views/template/main.blade.php:113

98

99

100

101

102

103

104

105

106

107

108

109

110

111

112

113

114

115

116

117

118

119

120

121

122

123

124

125

126

127

128

<a class="dropdown-toggle" href="#" id="userDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="ik ik-user ik-2x"></i></a>

<div class="dropdown-menu dropdown-menu-right" aria-labelledby="userDropdown">

<!--

<a class="dropdown-item" href="../profile.html"><i class="ik ik-user dropdown-icon"></i> Profile</a>

<a class="dropdown-item" href="#"><i class="ik ik-settings dropdown-icon"></i> Settings</a>

<a class="dropdown-item" href="#"><span class="float-right"><span class="badge badge-primary">6</span></span><i class="ik ik-mail dropdown-icon"></i> Inbox</a>

<a class="dropdown-item" href="#"><i class="ik ik-navigation dropdown-icon"></i> Message</a>-->

<a class="dropdown-item" href="{{ route('logout') }}" title="Cerrar sesión"

onclick="event.preventDefault(); document.getElementById('logout-form').submit();"><i class="ik ik-power dropdown-icon"></i> Cerrar sesión</a>

<form id="logout-form" action="{{ route('logout') }}" method="POST"

style="display: none;">

{{ csrf_field() }}

</form>

</div>

</div>

<strong>{{Auth::user()->names}}</strong>

</div>

</div>

</div>

</header>

@include('template.leftmenu')

<div class="main-content animated fadeIn" >

<div class="container-fluid">

@include('flash::message')

@yield('content')

@inertia

</div>

<input id="locale" value="{{app()->getLocale()}}" type="hidden">

</div>

@include('template.chatlist')