@extends('layouts.main') @section('title', __('form.dashboard')) @section('content') {{-- {{ dd($member_list) }} --}}
@if (auth()->user()->is_administrator)
@include('dashboard_stat')
@endif
@lang('form.my_tasks')

@lang('form.task_#') @lang('form.name') @lang('form.status') @lang('form.start_date') @lang('form.due_date') @lang('form.assigned_to') @lang('form.tags') @lang('form.priority') @lang('form.created_by') @lang('form.action')

@include('task_suggestions')
@include('todo')
@include('monthly_task')
@include('current_month_hours')
@include('user_contribute')
@endsection @section('onPageJs')