@if(isset($settings__))
 }})
@else
 }})
@endif
{{ __('Project report') }}
@if(!empty($project->client))
- {{ $project->client->name }}
@endif
- {{ $project->title }}
@if(!empty($project->client))
{{ $project->client->name }}
@endif
{{ $project->title }}
{{ $project->client->id }}-{{ $project->id }}
{{ __('Total time spent') }}: {{ $total_display_time_billable }}
@if($total_display_time_not_billable !== '00:00')
- {{ $total_display_time_not_billable }}
@endif
@if($total_display_time_sponsoring !== '00:00')
-
@endif
| {{ __('Date') }} |
{{ __('User') }} |
{{ __('Task') }} |
{{ __('Spent') }} |
{{ __('Description') }} |
@foreach ($project->bookings as $booking)
| {{ $booking->booking_date_display }} |
{{ $booking->booker->name }} |
@if(!empty($booking->task_id))
{{ $booking->task->title }}
@else
{{ __('Project') }}
@endif
|
{{ $booking->booking_time }} |
{{ $booking->description }} |
@endforeach