Project Name | Client | Description | Action | |
---|---|---|---|---|
|
id")}}">{{$proj->name}}
@if(count($proj->tasks) > 0)
@foreach($proj->tasks as $pt)
@if($pt->user_id == 0)
@elseif($pt->status < 6 && $pt->user_id > 0)
@elseif($pt->status == 6)
@endif
@endforeach
Not Assigned: {{$not_assign}}, Pending: {{$pend}}, Done: {{$donee++}} @else {{"No tasks added"}} @endif Created {{$proj->created_time}} |
{{$proj->client->name or 'No client selected'}} | {{str_limit($proj->description, $limit = 30, $end = '...')}} | id")}}" style="color:#FD4B39;"> |
@include('layouts.message')