@extends('Admin.layouts.master') @section('title', 'Personal Dashboard') @section('style') @endsection @section('content')
My Tasks
| Sr No | Subject | Due Date | Status | Priority | Reminder | Actions |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $task->subject }} | {{ $task->due_date->format('d/m/Y') }} | {{ $task->status == 1 ? 'Closed' : 'Open' }} | {{ $task->priority }} | {{ $task->reminder }} | id }}> |
My Meetings
My Leads