@extends('layouts.main') @section('content') {{--
Time Requests
Notifications

{{$time_off_requests}}

Learning
Notifications

{{$needResponcetolearning}}

Career Path
Notifications

{{$needing_grading}}

Redemption
Notifications

{{$incentives_redeemed}}

--}}
@if(count($badges)>0)

Token Leaders

@php $i = 1 @endphp @foreach($badges as $key => $badge)
{{$badge['name']}} {{$badge['subs']}}
{{$key}}
@php $i++ @endphp @php unset($badges[$key]) @endphp @if ($i == 6) @php break @endphp @endif @endforeach

Token Leaders

@php $i = 1 @endphp @foreach($badges as $key => $badge)
{{$badge['name']}} {{$badge['subs']}}
{{$key}}
@php $i++ @endphp @php unset($badges[$key]) @endphp @if ($i == 6) @php break @endphp @endif @endforeach

Token Leaders

@php $i = 1 @endphp @foreach($badges as $key => $badge)
{{$badge['name']}} {{$badge['subs']}}
{{$key}}
@php $i++ @endphp @php unset($badges[$key]) @endphp @if ($i == 6) @php break @endphp @endif @endforeach
@endif @endsection @section('js_file') @endsection @section('page_js') @endsection