@extends('layouts.viewer') @section('title') Dashboard @endsection @section('style') @endsection @section('content') @if($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @if ($message = Session::get('success')) @endif
Welcome, {{Auth::user()->first_name}} {{Auth::user()->last_name}}

Statistics on minimal cards.

{{$teams_numbers}}

Total Teams
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{$total_members}}

--}} {{--Total Members--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}

{{$invited_numbers}}

Total Invited Teams

{{$refused_numbers}}

Total Refused Teams

Visit & Sales Statistics

Sales Visits

Statistics

$ 78.89 Week2 +15.44

Statistics

Hobbies

48 Sport
9 Music
26 Travel
17 News

User List

96x96

Jessica Rice

UX Designer

96x96

Jacob Rios

HTML Developer

96x96

Russell Delgado

Database Designer

96x96

Sara McDonald

Team Leader

96x96

Janet Lucas

Project Manger

Project Stats

Project Tasks

23% - Started
14% - In Progress
35% - Remaining
28% - Done
@endsection @section('script') @endsection