All Time
Rs: {{ number_format($inbank->in_bank ?? 0, 2) }}
55% higher
Last 10 Days
Rs: {{ number_format($expenses->total_debit,2) ?? 0 }}
5% Increased
Last 10 Days
Rs: {{ number_format($expenses->total_credit,2) ?? 0 }}
12% decrease📋 My To-Do List
@foreach ($todolist as $key => $list)
@endforeach
-
@foreach ($list->todo as $todolist1)
-
status == 'complete') checked @endif> {{ $todolist1->todo }}
@endforeach
@can('task show')
{{ $tasks->links() }}
@endcan()
Tasks
Task | Team | Priority | Status | Action |
---|---|---|---|---|
|
@foreach ($task->taskteam as $team )
|
{{ $task->periority }} | {{ $task->status }} | @can( 'task show') @endcan() @can( 'task edit') @endcan() @can( 'task delete') Delete @endcan() |