@if($meeting_document_notes)
Meeting Manager Report

Project Name:   {{$meeting_project->project_title??''}}

Project Number:   {{$meeting_document_notes->project_number??''}}

Site Name:   {{$meeting_sites->site_title??''}}

Prestart Faciliated by:   {{$faciliatedByfull_name}}

Start Date:   {{$meetings->start_date??''}}

End Date:   {{$meetings->end_date??''}}

Timings:   {{$meetings->start_time??'' }}To{{$meetings->end_time??''}}

Comments on Weather:   {{$meeting_document_notes->comments_on_weather??''}}

Prestart meeting notes:   {{$meeting_document_notes->prestart_meeting_notes}}

This Document is read in conjunction with the High-Risk Construction Work Safe Work Method Statement – Formwork.

@foreach($meeting_document_note_checkpoints as $checkpointTitle)

{{ $checkpointTitle->meeting_document_settings_title }}

{!! $checkpointTitle->meeting_document_settings_description ?? '' !!}

@endforeach

Prestart Meeting notes

{{$meeting_document_notes->prestart_meeting_notes??''}}

Signature

@if($meeting_sign_by_list->isNotEmpty()) @foreach($meeting_sign_by_list as $index => $employee) @endforeach @else @endif
# Employee Signature Date
{{ $index + 1 }} {{ $employee->empPersonalDetails->first_name }} {{ $employee->empPersonalDetails->middle_name }} {{ $employee->empPersonalDetails->last_name }} {{ $employee->signature }} {{ $employee->date }}
No record found.

Erecting Framework

@if($erecting_framework->isNotEmpty()) @foreach($erecting_framework as $index => $erecting_framework_data) @endforeach @else

No record found.

@endif
# Building Levels Area Workforce Allocation
{{ $index + 1 }} {{$erecting_framework_data->building??''}} {{ $erecting_framework_data->level }} {{ $erecting_framework_data->area }} {{ $erecting_framework_data->workfore_allocation}}

Stripping Formwork

@if($stripping_framework->isNotEmpty()) @foreach($stripping_framework as $index => $stripping_framework_data) @endforeach @else

No record found.

@endif
# Building Levels Area Workforce Allocation
{{ $index + 1 }} {{$stripping_framework_data->building??''}} {{ $stripping_framework_data->level }} {{ $stripping_framework_data->area }} {{ $stripping_framework_data->workfore_allocation}}

Jumpform Jumping

@if($jumping_framework->isNotEmpty()) @foreach($jumping_framework as $index => $jumping_framework_data) @endforeach @else

No record found.

@endif
# Building Levels Area Workforce Allocation
{{ $index + 1 }} {{$jumping_framework_data->building??''}} {{ $jumping_framework_data->level }} {{ $jumping_framework_data->area }} {{ $jumping_framework_data->workfore_allocation}}

Installing

@if($installing_framework->isNotEmpty()) @foreach($installing_framework as $index => $installing_framework_data) @endforeach @else

No record found.

@endif
# Building Levels Area Workforce Allocation
{{ $index + 1 }} {{$installing_framework_data->building??''}} {{ $installing_framework_data->level }} {{ $installing_framework_data->area }} {{ $installing_framework_data->workfore_allocation}}

Dismantling

@if($dismantling_framework->isNotEmpty()) @foreach($dismantling_framework as $index => $dismantling_framework_data) @endforeach @else

No record found.

@endif
# Building Levels Area Workforce Allocation
{{ $index + 1 }} {{$dismantling_framework_data->building??''}} {{ $dismantling_framework_data->level }} {{ $dismantling_framework_data->area }} {{ $dismantling_framework_data->workfore_allocation}}

Stripping

@if($stripping_no_framework->isNotEmpty()) @foreach($stripping_no_framework as $index => $stripping_no_framework_data) @endforeach @else

No record found.

@endif
# Building Levels Area Workforce Allocation
{{ $index + 1 }} {{$stripping_no_framework_data->building??''}} {{ $stripping_no_framework_data->level }} {{ $stripping_no_framework_data->area }} {{ $stripping_no_framework_data->workfore_allocation}}

Preparing Wall

@if($preparing_walls->isNotEmpty()) @foreach($preparing_walls as $index => $preparing_walls_data) @endforeach @else

No record found.

@endif
# Building Levels Area Workforce Allocation
{{ $index + 1 }} {{ $preparing_walls_data->building??''}} {{ $preparing_walls_data->level }} {{ $preparing_walls_data->area }} {{ $preparing_walls_data->workfore_allocation}}

Bondek

@if($bondek->isNotEmpty()) @foreach($bondek as $index => $bondek_data) @endforeach @else

No record found.

@endif
# Building Levels Area Workforce Allocation
{{ $index + 1 }} {{ $bondek_data->building??''}} {{ $bondek_data->level }} {{ $bondek_data->area }} {{ $bondek_data->workfore_allocation}}

Other

@if($other->isNotEmpty()) @foreach($other as $index => $other_data) @endforeach @else

No record found.

@endif
# Building Levels Area Workforce Allocation
{{ $index + 1 }} {{ $other_data->building??''}} {{ $other_data->level }} {{ $other_data->area }} {{ $other_data->workfore_allocation}}
@else

No Note Record found

@endif