@extends('admin.admin') @section('title', 'Utilizadores') @section('content')
| Nome | Nome de utilizador | Nível | Estado | |||
|---|---|---|---|---|---|---|
Não existem registos |
||||||
|
@if($item->photo == "avatar")
|
{{ $item->name }} | {{ $item->username }} | {{ $item->email }} | @switch($item->role) @case(20) Master @break @case(21) Administrador @break @case(22) Editor @break @default Normal @endswitch |
@if($item->status=='1')
Activo@else('Em tratamento')Inactivo@endif |
|