@foreach(\Modules\Project\Entities\Project_AfterWork::where('project_id', $id)->get() as $aw) {{$aw->id}} {{$aw->date}} {{$aw->building->name}} {{$aw->place->name}} {{$aw->afterwork_description}} {{$aw->quantity}} {{$aw->quantity_unit}} {{$aw->material_price}} {{$aw->work_price}} {{$aw->material_price_sum}} {{$aw->work_price_sum}} @endforeach