@if (!empty($html)) @endif
@foreach($jobsKpi as $jobKpi) @endforeach
reference originalPrice newPrice reduceReasons
{!! $jobKpi['job_id'] !!} {!! $jobKpi['kpi_detail']['originalPrice'] !!} {!! $jobKpi['kpi_detail']['newPrice'] !!}
    @foreach($jobKpi['kpi_detail']['reduceReasons'] as $eachKpi)
  1. {!! $eachKpi !!}
  2. @endforeach