{{Form::model(null,array('route' => array('update_assigned_to', $con_task->main_id), 'method' => 'PUT')) }}
| Project Name: | {{ $con_task->project_name }} | Description: | {{$con_task->description != null ? $con_task->description : '-'}} |
| Task Start Date: | {{Utility::site_date_format($con_task->start_date,\Auth::user()->id)}} | Task End Date: | {{Utility::site_date_format($con_task->end_date,\Auth::user()->id)}} |
| Task Overall Percentage: | {{ $total_pecentage }}% | Assigned To |