@extends('admin.layouts.app') @section('title', 'Task') @section('content') @php if(session()->has('dashboard_tab')){ $task_tab_session = session()->get("dashboard_tab"); }else { $task_tab_session = 0; } @endphp

Task List All the tasks related to the users.

Actions
{{-- Mr Hazem Galal --}}
Lead options
  • Option 1
Object Name Object Type Task Title Owner Description Priority Due Date Stage Time Spent
Lead options
  • Option 1
Object Name Object Type Task Title Owner Description Priority Due Date Stage Time Spent
@include('admin.common-modals.newmessage'); @stop @section('styles') @stop @section('admin_js') @include('admin.task.js.index') @stop