@extends('admin.layout') @section('page_title', 'Dashboard') @section('admin_content') @if(auth()->user()->isAdmin())

{{ $postsCount }}

Posts

More info

{{ $usersCount }}

Users

More info

{{ $categoriesCount }}

Categories

More info

{{ $tagsCount }}

Tags

More info

Pending comments

{{ $pendingComments }} awaiting moderation

Moderate comments
@else

Welcome, {{ auth()->user()->name }}. Use Posts in the sidebar to manage your articles.

@endif @endsection