dbfdg @extends('layouts.shareproject') @php $result = json_decode($project->copylinksetting); @endphp @section('page-title') {{ __('Projects Details') }} @endsection @push('script-page') @endpush @section('action-button') @endsection @php $logo = \App\Models\Utility::get_file('tasks/'); $logo_path = \App\Models\Utility::get_file('/'); @endphp @php @endphp @section('content')
{{$project->description }}
{{__('Last 7 days task done')}}
{{__('Last 7 days hours spent')}}
{{__('Avatar')}} | {{__('Name')}} | {{__('Type')}} | {{__('Email')}} | |
---|---|---|---|---|
|
{{ $user->name }} | {{ $user->type }} | {{ $user->email }} |
{{__('Task')}} | {{__('Project')}} | {{__('Stage')}} | {{__('Assigned To')}} | {{__('Priority')}} | {{__('End Date')}} | |
---|---|---|---|---|---|---|
{{ $task->name }} | {{ $task->project->project_name }} | {{ $task->stage->name }} |
@if($task->users()->count() > 0)
@if($users = $task->users())
@foreach($users as $key => $user)
@if($key<3)
|
{{ __(\App\Models\ProjectTask::$priority[$task->priority]) }} | {{ Utility::getDateFormated($task->end_date) }} | |
{{__('No tasks found')}} |
{{ __('Name') }} | {{ __('Status') }} | {{ __('Start Date') }} | {{ __('Due Date') }} | {{ __('Task') }} | {{ __('Cost') }} | {{ __('Progress') }} | ||
---|---|---|---|---|---|---|---|---|
{{ $milestone->title }} | {{ __(\App\Models\Project::$project_status[$milestone->status]) }} | @if($milestone->start_date){{ $milestone->start_date }} | @else- | @endif @if($milestone->due_date){{ $milestone->due_date }} | @else- | @endif{{ $milestone->tasks->count().' '. __('Tasks') }} | {{$user->priceFormat($milestone->cost) }} |
@if($milestone->progress) {{ $milestone->progress }}% @else 0% @endif
|
{{__('No milestone found')}} |
{{__('Bug Id')}} | {{__('Assign To')}} | {{__('Bug Title')}} | {{__('Start Date')}} | {{__('Due Date')}} | {{__('Status')}} | {{__('Priority')}} | {{__('Created By')}} | |
---|---|---|---|---|---|---|---|---|
{{ $user->bugNumberFormat($bug->bug_id)}} | {{ $user->bugNumberFormat($bug->bug_id)}} | {{ (!empty($bug->assignTo)?$bug->assignTo->name:'') }} | {{ $bug->title}} | {{ $user->dateFormat($bug->start_date) }} | {{ $user->dateFormat($bug->due_date) }} | {{ (!empty($bug->bug_status)?$bug->bug_status->title:'') }} | {{ $bug->priority }} | {{ $bug->createdBy->name }} |
{{__('No Bug found')}} |
{{ __("Sorry we can't find any timesheet records on this week.") }}
{{ __('Description') }} | {{ __('Project') }} | {{ __('Task') }} | {{ __('Start Time') }} | {{ __('End Time') }} | {{ __('Total Time') }} |
---|---|---|---|---|---|
{{ __($trecker->name) }} | {{ __($trecker->project_name) }} | {{ __($trecker->project_task) }} | {{ __(date('H:i:s', strtotime($trecker->start_time))) }} | {{ __(date('H:i:s', strtotime($trecker->end_time))) }} | {{ __($total_name) }} |
{!! $activity->getRemark() !!}
{{$activity->created_at->diffForHumans()}}