@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)
@if($current_user->avatar) @else @endif {{ $current_user->username }} Switch User
@endif @yield('content')
@if(Route::is('dash') || Route::is('tags.show')) @endif @if($current_user->id === 1) @endif
@yield('scripts')