{{ (isset($viaje->precio)) ? '$'.number_format($viaje->precio, 0, ',', '.') : '' }}
Desde {{ (isset($viaje->precio)) ? '$'.number_format($viaje->precio, 0, ',', '.') : '' }}
@if ($viaje->estado == 4)Completo
@endif{{ substr(($array_meses[(int)(date('m', strtotime($viaje->fecha_hora_salida)))]), 0, 3) }} {{ date('d', strtotime($viaje->fecha_hora_salida)) }} @if ($viaje->noches > 0) ยท {{ $viaje->noches }} Noches @endif