@include('layouts.components.admin.navbar')
@if (Auth::user()->role == "admin")
| الهدف |
البونص |
بونص ليدر |
عدد المحققين |
اجراء |
@foreach ($Bones as $_Bones)
| {{$_Bones->target}} |
{{$_Bones->bones}} |
{{$_Bones->type}} |
{{sizeof(json_decode($_Bones->achievers))}} |
|
@endforeach
@else
@php
$get_bonus = 0;
@endphp
@foreach ($Bones as $_Bones)
@if(in_array(Auth::user()->id, json_decode($_Bones->achievers) ))
@php $get_bonus++; @endphp
انجاز, كبست {{$_Bones->bones}}

لقد حققت {{$_Bones->target}} من الاموال المسحوبة من الموقع
@endif
@endforeach
@if (sizeof($Bones) == 0 || $get_bonus == 0 )
لا يوجد بيانات
@endif
@endif