@extends('layouts.master') @section('style') @endsection @section('content')
WORK PROGRESS
@if (session('data'))
{{ session('data') }}
@endif @foreach($projj as $proj) @endforeach
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;">    

Add Project
@include('layouts.message')
{!! csrf_field() !!}

@endsection @section('script') @endsection