@include('new_layouts.header') @include('construction_project.side-menu')

{{__('Contractors Daily Construction Report')}}

@csrf @if(isset($data->id)) @if($data->id!=null) @endif @endif
@if(isset($data->degree)) @else @endif

{{__('Contractors Personnel')}}


@foreach ($datasub as $sub_key=>$display_sub) @if ($sub_key == 0) @else @endif @endforeach
{{__('Position')}} {{__('No Of Person per Position')}}

{{__('Subcontractors')}}


@foreach ($datasub1 as $sub_con_key=> $display_sub_con) @if ($sub_con_key == 0) @else @endif @endforeach

{{__('Major Equipment on Project')}}


@foreach ($datasub2 as $key =>$display_major_equi) @if($key == 0) @else @endif @endforeach
{{__('Equipment Name')}} {{__('No Of Equipment')}} {{__('Hour/Day')}} {{__('Total Hours/Day')}}
{{Form::label('Remarks',__('Remarks'),array('class'=>'form-label')) }}
{{Form::label('Prepared By',__('Prepared By'),array('class'=>'form-label')) }}
{{Form::label('Title',__('Title'),array('class'=>'form-label')) }}


@include('new_layouts.footer')