@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->log_type }}
{{ $activity->logType($activity->log_type) }}
{!! $activity->getRemark() !!}
{{ $activity->created_at->diffForHumans() }}