@extends('admin/layouts/default') {{-- Page title --}} @section('title') Brainstair @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Welcome to Dashboard

@if ($analytics_error != 0)
Error: You Need to add Google Analytics file for full working of the page
@endif
Visitors
Users
Page Views
Articals

Users Stats

User Roles

Yearly visitors

Users from countries

Recent Users

@foreach($users as $user )
@if($user->pic) @else @endif
{{ $user->full_name }}

{{ $user->email }} {{ $user->created_at->format('d M') }}

@endforeach

This week visitors

Recent Blogs

@foreach($blogs as $blog )
@if($blog->author->pic) @else @endif
{{ $blog->title }}

category: {{ $blog->category->title }} by {{ $blog->author->full_name }}

@endforeach
@stop {{-- page level scripts --}} @section('footer_scripts') {{----}} {{--{!! $line_chart->script() !!}--}} @stop