@extends('backend.global.layout')
@section('content')
@include('backend.global.notifications')
| Nome | Estado | ACÇÕES | |
|---|---|---|---|
| {{ $user->name }} | {{ $user->email }} | {{ $user->locked ? 'Bloqueado' : 'Activo' }} | @include('backend.global.table-actions', ['show_route' => route('manager.users.show', $user->id), 'edit_route' => route('manager.users.edit', $user->id), 'delete_route' => route('manager.users.delete', ['id' => $user->id])])