@extends('Layouts.dashboardLayout') @section('content')
@include('includes.messages')

Welcome, {{Auth::user()->firstname}}!

{{--

.

--}}

.

Your Stats
Total Projects

{{count($projects)}}

Total Projects
Total Tasks

{{count($tasks)}}

Total Tasks
Paid Projects

0

Paid Projects
Recent tasks status
@foreach($tasks as $key=>$task) @if($key <= 9)
@endif @endforeach
{{--Create project modal--}} {{--create project modal end--}} {{--create client modal--}} {{--end create client modal--}} {{--create vendor modal--}} {{--end create vendor modal--}}
@include('includes.alerts') @endsection @section('script') @endsection