@php $picture = $organization->thumb ? $organization->thumb : 'profile.png'; @endphp
user_id}") }}">

{{ $organization->level }}
Level


{{ count($organization->reportees) }}
Direct Reportees

{{ $organization->first_name }} {{ $organization->last_name }}
{{ $organization->position }}

  •   Reports To: @if ($organization->report_to_id) report_to_id) }}">{{ $organization->report_to }} @else {{ $organization->report_to }} @endif

  •   {{ !$organization->support_staff ? "Accountable Manager" : "Support Staff" }}

  •   (313) 464 - 6473

  •   {{ $organization->user->email }}

  •   DOJ: {{ $organization->user->doj ? baseDateFormat($organization->user->doj, false, "-") : "N/A" }}

  •   Target: {{ $organization->target['yearly'] ? number_format($organization->target['yearly']->target) : "N/A" }}

  • @if (count($organization->tableInfo))
  •   Accountable For @foreach($organization->tableInfo as $pos => $values) {!! ucwords($pos)." :
    ".implode('
    ', $values) !!}
    @endforeach

  • @endif
    id) }}" class="btn btn-success">Display id."/edit?s=".rand(100, 999)) }}" class="btn btn-primary">@lang("content.edit") {!! Form::open(['method' => 'DELETE', 'data-same_url', 'class' => 'inline', 'url' => url('organization/'.$organization->id) ]) !!} {!! Form::submit('Delete', [ 'class' => "btn btn-danger"]) !!} {!! Form::close() !!}
@if ($organization->target['yearly'] || $organization->target['quarterly'] || $organization->target['monthly'])
@if ($organization->target['yearly']) @php $value = $performance['yearly']['accomplished'] @endphp Yearly
@endif @if ($organization->target['quarterly']) @php $value = $performance['quarterly']['accomplished'] @endphp @php $max = (int)($value / 100) * 100 + 100 @endphp {{ debug("VALUE: ".$value." / MAX: ".$max) }}
Q{{ $organization->target['quarterly']->quarter }}
@endif @if ($organization->target['monthly']) @php $value = $performance['monthly']['accomplished'] @endphp
{{ date("F") }}
@endif
Target Accomplishment
Below 90% 90%-100% 101%-110% 111%-150% Over 150%
@endif