@extends('layout') @section('css') @endsection @section('content')
@if(Auth::guard('admin')->user()->type == 1) @include('dashboard.template.counter') @else @include('dashboard.template.counter_non_admin') @endif @include('dashboard.template.task_graph') @include('dashboard.template.projects_graph') @include('dashboard.template.tasks') @include('dashboard.template.projects')
@endsection @section('script') @endsection