@if(config('app.url') !== 'http://localhost') @else @endif
@if ($message = Session::get('success'))

{{ $message }}

@endif @if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(!($allusers->count() <= 1 || config('app.auth_roles_enable')))
@if($current_user->avatar) @else @endif {{ $current_user->username }} Switch User
@endif @yield('content')
@if($trianglify == 'true') @endif @yield('scripts')