@if(isset($settings__)) Logo @else Logo @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') - {{ $total_display_time_sponsoring }} @endif
@foreach ($project->bookings as $booking) @endforeach
{{ __('Date') }} {{ __('User') }} {{ __('Task') }} {{ __('Spent') }} {{ __('Description') }}
{{ $booking->booking_date_display }} {{ $booking->booker->name }} @if(!empty($booking->task_id)) {{ $booking->task->title }} @else {{ __('Project') }} @endif {{ $booking->booking_time }} {{ $booking->description }}