{{ $li->consultant?->name }} |
{{ $li->vendor?->name }} |
{{ $li->vendor_payrate_reg }} |
{{ $li->vendor_payrate_ot }} |
{{ $li->rate_type }} |
{{ $li->from }} |
{{ $li->to }} |
{{ Carbon\Carbon::parse($li->from_date)->format($date_format) }} |
{{ Carbon\Carbon::parse($li->to_date)->format($date_format) }} |
@if($li->rate_type == 'fixed')
{{ $li->reg_rate }} |
{{ $li->ot_rate }} |
|
|
@else
{{ $li->percent_reg }} {{ ($li->consultant_percentage_reg != '')?'('.$li->consultant_percentage_reg.'%)':'' }}
|
{{ $li->percent_ot }} {{ ($li->consultant_percentage_ot != '')?'('.$li->consultant_percentage_ot.'%)':'' }} |
{{ $li->company_payrate_reg }} {{ ($li->company_payrate_reg != '')?'('.$li->company_percentage_reg.'%)':'' }}
|
{{ $li->company_payrate_ot }} {{ ($li->company_payrate_reg != '')?'('.$li->company_percentage_ot.'%)':'' }} |
@endif
@endforeach