@foreach($project->addendums as $addendum) @endforeach

Project Addendums

Addendum

Date

Phase

Amount

Payments

{{$addendum->id}} {{($addendum->Date==null || $addendum->Date=='0000-00-00')?'':date('m/d/Y',strtotime($addendum->Date))}} {{$addendum->phase->type->Name}} {{isset($draw->Amount) ? \AppHelper::formatPrice($draw->Amount) : NULL}} {{\AppHelper::formatPrice($addendum->getPaymentTotal())}}