@extends('layouts.master') @section('style') @endsection @section('content')
In-Process Task
@if(!empty($in_process_task)) @foreach($in_process_task as $pt) @endforeach @endif
{{$count++ .") "}} proj_id")}}"> {{$pt->name}} - {{$pt->proj_name->name}} - @if(!empty($pt->user->name)) {{$pt->user->name}} @else {{"Not assigned"}} @endif - {{date("d-m-Y H:i", strtotime($pt->start_time))}} # {{$pt->estimated_time}}

Today's Completed Tasks
@if(!empty($pending_task)) @foreach($pending_task as $pt) @endforeach @endif
{{$count++ .") "}} proj_id")}}"> {{$pt->name}} - {{$pt->proj_name->name}} - @if(!empty($pt->user->name)) {{$pt->user->name}} - @else {{"Not assigned"}} - @endif {{date("d-m-Y H:i", strtotime($pt->closing_time))}}

Important Notes
@if(!empty($notes)) @foreach($notes as $nott) @endforeach @endif
Note Date Time Status
{{$nott->note}} {{$nott->time}} @if($nott->status > 0) id")}}"> @else id")}}"> @endif     id")}}">

@endsection @section('script') @endsection