| Cód. |
Editar |
Nome |
Período |
Valor Executado |
Empresa Contratada |
Situação |
Arquivo |
Excluir |
@if(!empty($listar))
{{-- */$x=0;/* --}}
@foreach($etapas as $key => $item)
{{-- */$x++;/* --}}
| {{ $item->id }} |
|
{{ $item->nome }} |
{{ $item->periodo }} |
@if(!empty($item->valor_executado)){{ number_format($item->valor_executado,2,',','.') }}@else{{$item->valor_executado}}@endif |
{{ $item->empresa }} |
{{ $item->situacao }} |
@if($item->arquivo != '')
@endif
|
|
@endforeach
@if(!empty($etapas))
Total |
{{ number_format(array_sum($total_etapa),2,',','.')}} |
|
|
|
|
@endif
@endif