@extends('layouts.app') @push('title', auth()->user()->username) @section('content')
@if ($articles->count()) @endif @if ($settings->get('discord_widget_id')) @endif
@endsection