@if (Auth::user()->account_type == 2 || Auth::user()->account_type == 0) @endif @foreach ($users as $user) @if($user->account_type == 0) @elseif($user->account_type == 1) @else @endif @if (Auth::user()->account_type == 2 || Auth::user()->account_type == 0) @endif @endforeach
RB Ime i prezime Email Tip korisnika StatusAkcije
{{ $i }} {{ $user->full_name }} {{ $user->email }}AdministratorKorisnikSuperadmin @if ($user->active_status) Aktivan @else Blokiran @endif