@extends('layouts.simple.master') @section('main_content') @include('operations.comercial.ofertas.navigation')
Código Proyecto | Cliente | Proyecto | Competidor | Técnico | Económico | Objetivo Real | Objetivo Fake | Precio | Rank | Ganador |
---|---|---|---|---|---|---|---|---|---|---|
{{ $rec->codigo_proyecto }} | {{ $rec->cliente }} | {{ $rec->proyecto }} | {{ number_format($rec->tecnico, 2, ',', '.') }} | {{ number_format($rec->economico, 2, ',', '.') }} | {{ number_format($rec->objetivo_real, 2, ',', '.') }} | {{ number_format($rec->objetivo_fake, 2, ',', '.') }} | {{ number_format($rec->precio, 2, ',', '.') }} | {{ $rec->rank_licitacion }} | @if($rec->es_ganador == 1) ✔ @endif |