RB | Ime i prezime | Tip korisnika | Status | @if (Auth::user()->account_type == 2 || Auth::user()->account_type == 0)Akcije | @endif|||
---|---|---|---|---|---|---|---|
{{ $i }} | {{ $user->full_name }} | {{ $user->email }} | @if($user->account_type == 0)Administrator | @elseif($user->account_type == 1)Korisnik | @elseSuperadmin | @endif@if ($user->active_status) Aktivan @else Blokiran @endif | @if (Auth::user()->account_type == 2 || Auth::user()->account_type == 0)
|
@endif