@if (count($revenue_targets))
No.
@lang("content.picture")
Accountable
Level / Position
@lang("content.type")
@lang("content.from")
@lang("content.to")
Target
@lang("content.actions")
@foreach($periods as $i => $each) @php $organization = $each->organization; @endphp @php $level = $organization->organizationLevel; @endphp @php $user = $organization->user; @endphp @php $position = $organization->position; @endphp @php $picture = !is_null($user->thumb) ? $user->thumb : 'profile.png'; @endphp
{{ $i + 1 }}
picture}") }}">
{{ $user->first_name." ".$user->last_name }}
{{ "-".$level->level."- ".$position->name }}
Yearly
{{ baseDateFormat($each->period_from) }}
{{ baseDateFormat($each->period_to) }}
{{ number_format($each->target)." ".$each->currency->code }}
@endforeach @php $j = 1 @endphp @foreach($revenue_targets as $i => $each) @php $picture = !is_null($each->thumb) ? $each->thumb : 'profile.png'; @endphp @php $type_id = $each->type->id @endphp @php $type = $each->type->type @endphp @php $organization = $each->organization @endphp @php $level = $organization->organizationLevel; @endphp @php $position = $organization->position ? $organization->position->name : "" @endphp @php $user = $organization->user @endphp @php $currency = $each->period->currency @endphp @if(in_array($type, ['Monthly'])) @elseif(in_array($type, ['Quarterly'])) @else @endif @endforeach
@endif