@extends('layouts.app') @section('title', 'Kullanıcılar') @section('content')
Ad | E-posta | Rol(ler) | Durum | İşlemler |
---|---|---|---|---|
{{ $user->name }} | {{ $user->email }} | {{ $user->roles->pluck('name')->join(', ') }} | {{ $user->status ?? 'active' }} |
Kayıtlı kullanıcı bulunamadı.
@can('user.create') İlk Kullanıcıyı Oluştur @endcan