@component('components.infoboxes.infobox')
@if($pending_add->count() == 0)
@slot('bgcolor') bg-success @endslot
@elseif($pending_add->count() <= '10')
@slot('bgcolor') bg-info @endslot
@else
@slot('bgcolor') bg-warning @endslot
@endif
@slot('number') {{$pending_add->count()}}@endslot
@slot('title') Νέα Αιτήματα Προσθήκης Νέου Χρήστη @endslot
@slot('url') /admin/pending/add @endslot
@endcomponent
@component('components.infoboxes.infobox')
@if($pending_remove->count() == 0)
@slot('bgcolor') bg-success @endslot
@elseif($pending_remove->count() <= '10')
@slot('bgcolor') bg-info @endslot
@else
@slot('bgcolor') bg-warning @endslot
@endif
@slot('number') {{$pending_remove->count()}}@endslot
@slot('title') Νέα Αιτήματα Αφαίρεσης Χρήστη @endslot
@slot('url') /admin/pending/remove @endslot
@endcomponent
@component('components.infoboxes.infobox')
@if($pending_mail->count() == 0)
@slot('bgcolor') bg-success @endslot
@elseif($pending_mail->count() <= '10')
@slot('bgcolor') bg-info @endslot
@else
@slot('bgcolor') bg-warning @endslot
@endif
@slot('number') {{$pending_mail->count()}}@endslot
@slot('title') Νεα Αιτήματα Αλλαγής Email @endslot
@slot('url') /admin/pending/email @endslot
@endcomponent
@component('components.infoboxes.infobox')
@slot('bgcolor') bg-info @endslot
@slot('number') {{$pending_edit->count()}}@endslot
@slot('title') Αιτήματα Επεξεργασίας Στοιχείων @endslot
@slot('url') /admin/pending/edit @endslot
@endcomponent