Marca lateral @if (!in_array($project->status_id, [5,6]))
DRAFT
@endif
Orgen Group Pty Ltd
[email protected]
1300 479040
Daily Work Sheet Report {{ $project->date }}

This form must be completed by the CREW TEAM LEADER. It must also be signed by an APPROPRIATE CLIENT REPRESENTATIVE to acknowledge completion of work and acceptance of any additional charges noted.

Customer
{{$project->company->name}}
Location
{{$project->address}}
Date
{{ \Carbon\Carbon::parse($project->date_project)->format('d/m/Y') }}

Team Members Working Onsite
@foreach($project->users as $user) @endforeach
Name Start Time Finish Time Total Hours Comments Please note any site safety concerns
{{ $user->user->name }} {{ $user->user->last_name }} {{ \Carbon\Carbon::parse($user->start_date)->format('h:i A') }} {{ \Carbon\Carbon::parse($user->finish_date)->format('h:i A') }} {{ $user->total_hours }} {{ $user->comments }} {{ $user->comments_safety }}

Total Team Members Working Onsite Hours: {{$project->total_hours_users}} Hrs

@if ($project->type != '3')
Work Details
@if ($project->type == 1) @endif @if ($project->type == 1) @endif @if ($project->type == 2) @endif @foreach($project->details as $detail) @if ($project->type == 1) @endif @if ($project->type == 2) @endif @if ($project->type == 1) @endif @endforeach
{{$project->type == 1 ? 'Container Reference' : 'Number of Pallets'}} Size Start Time Finish Time Total HoursForklift TimeWaiting TimeExcessive Weight Qty Sku/Client RefTotal labels per pallet Total labels
{{ $project->type == 1 ? $detail->name : $detail->number_of_pallets }} {{ $detail->setting_size->name }} {{ $detail->start_date ? (\Carbon\Carbon::parse($detail->start_date)->format('h:i A')) : '-' }} {{ $detail->finish_date ? (\Carbon\Carbon::parse($detail->finish_date)->format('h:i A')) : '-' }} {{ $detail->total_hours }} . {{ $detail->forklift_time == 1 ? 'Yes' : 'No' }} . {{ $detail->waiting_time == 1 ? 'Yes' : 'No' }} {{ !$detail->total_labels_per_pallet ? 0 : $detail->total_labels_per_pallet }} {{ (!$detail->number_of_pallets ? 0 : $detail->number_of_pallets) * (!$detail->total_labels_per_pallet ? 0 : $detail->total_labels_per_pallet) }} . {{ $detail->excessive_weight == 1 ? 'Yes' : 'No' }} {{ $detail->quantity_type && $detail->quantity_type_id != 5 ? $detail->quantity_type->name : '' }} {{ $detail->quantity_type_id == 5 ? $detail->other_quantity : '' }} {{ $detail->product_name }} {{ $detail->sku }}

Total Work Hours: {{$project->total_hours_work}} Hrs

@endif @if ($project->type != '3')
Complete below if waiting time applies or any additional hours worked.
@foreach($project->additionals as $additional) @endforeach
Tick if apply TOTAL HRS Comments / Notes
{{ $additional->name }} . {{ $additional->tick_if_apply== 1 ? 'Yes' : 'No' }} {{ $additional->total_hrs }} {{ $additional->comments }}

Total Hours: {{$project->total_hours_additionals}} Hrs

@endif @if($project->images && count($project->images)) @foreach($project->images->chunk(3) as $imageChunk) @foreach($imageChunk as $image) @endforeach @for($i = $imageChunk->count(); $i < 3; $i++) @endfor @endforeach
Photo
{{ $image->user ? $image->user->name : 'Sin usuario' }}
@if($image->project_detail)
{{ $image->project_detail->name }}
@endif
@endif
Damages
@if($project->damages && count($project->damages)) @foreach($project->damages->chunk(3) as $imageChunk) @foreach($imageChunk as $image) @endforeach @for($i = $imageChunk->count(); $i < 3; $i++) @endfor @endforeach
Photo
{{ $image->user ? $image->user->name : 'Sin usuario' }}
@if($image->project_detail)
{{ $image->project_detail->name }}
@endif @if($image->comments)
{!! $image->comments !!}
@endif
@endif
CLIENT:
By signing this form, you acknowledge you are satisfied with the work carried out & acceptance of all associated costs, including any additional charges listed. Charges for the above will be based on the agreed rates included in the rates proposal provided by Orgen Group.
@if($project->signature_path)
Approved by:
@if($project->signature_path) Signature @endif
Name: {{ $project->approved_by ?? 'N/A' }}
Date: {{ $project->approved_date ?? 'N/A' }}
@endif @if($project->declarant_no_on_site)
Client no one on site.
{{$project->declarant_no_on_site_why}}
@endif