@extends('layouts.invoicepayheader') @php $result = json_decode($project->copylinksetting); $logo_path = \App\Models\Utility::get_file('/'); @endphp @section('title') {{ __('Copy Link') }} @endsection @section('page-title') {{ __('Projects Details') }} @endsection @section('action-button')
@endsection @php $logo = \App\Models\Utility::get_file('tasks/'); $logo_path = \App\Models\Utility::get_file('/'); @endphp @php if (Auth::user() != null) { $objUser = Auth::user(); } else { $objUser = \App\Models\User::where('id', $project->created_by)->first(); } $permissions = $objUser->getPermission($project->id); $client_keyword = $objUser->getGuard() == 'client' ? 'client.' : ''; $logo = \App\Models\Utility::get_file('users-avatar/'); $logo_project_files = \App\Models\Utility::get_file('project_files/'); @endphp @section('content')| {{ __('Name') }} | {{ __('Status') }} | {{ __('Start Date') }} | {{ __('End Date') }} | {{ __('Cost') }} | {{ __('Progress') }} |
|---|---|---|---|---|---|
{{ $milestone->title }} |
@if ($milestone->status == 'complete') @else @endif | {{ $milestone->start_date }} | {{ $milestone->end_date }} | {{ !empty($currentWorkspace->currency) ? $currentWorkspace->currency : '$' }}{{ $milestone->cost }} |
{{ $milestone->progress }}%
|
{{ __("It's looking like you may have taken a wrong turn. Don't worry... it happens to the best of us. Here's a little tip that might help you get back on track.") }}
{{ __("It's looking like you may have taken a wrong turn. Don't worry... it happens to the best of us. Here's a little tip that might help you get back on track.") }}
{{ __("Sorry we can't find any timesheet records on this week.") }}
@if ($project->id != '-1' && $objUser->getGuard() != 'client')
{{ __('To add record go to ') }}
{{ __('Add Task on Timesheet.') }}
@else
{{ __('To add timesheet record go to ') }}
{{ __('Projects') }}
@endif
{{ $activity->logType($activity->log_type) }}
{!! $activity->getRemark() !!}
{{ $activity->created_at->diffForHumans() }}
| {{ __('Description') }} | {{ __('Project') }} | {{ __('Task') }} | {{ __('Workspace') }} | {{ __('Start Time') }} | {{ __('End Time') }} | {{ __('Total Time') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|
| {{ __($trecker->name) }} | {{ __($trecker->project_name) }} | {{ __($trecker->project_task) }} | {{ __($trecker->project_workspace) }} | {{ __(date('H:i:s', strtotime($trecker->start_time))) }} | {{ __(date('H:i:s', strtotime($trecker->end_time))) }} | {{ __($total_name) }} |
|