@foreach($pba as $key2 => $pb)
{{$pb->name}}
Helyiség
|
Munkafolyamat
|
Szükséges mennyiség
|
Felmért mennyiség
|
Dátum
|
Lehetőségek
|
@foreach(\Modules\Project\Entities\Project_Place::where(['project_id' => $id, 'project_building_id' => $pb->id])->get() as $pp)
{{$pp->name}}
|
@foreach(\Modules\Project\Entities\Project_Work::where(['project_id' => $id])->get() as $pw)
main_category != NULL) style="background-color:{{$pw->color}};" @endif >
main_category != NULL) style="background-color:{{$pw->color}};" @endif >
{{$pw->name}}
|
main_category != NULL) style="background-color:{{$pw->color}};" @endif>{{$pw->quantity." ".$pw->quantity_unit}} |
@foreach(\Modules\Project\Entities\Project_Assessment::where(['project_id' => $id, 'project_place_id' => $pp->id, 'project_work_id' => $pw->id])->get() as $assess)
{{$assess->assessed_quantity}} |
{{$assess->assessment_date}} |
|
@endforeach
@if($pw->main_category == NULL)
|
@else
main_category != NULL) style="background-color:{{$pw->color}};" @endif> |
@endif
@endforeach
@endforeach
@endforeach