@extends('admin.layouts.app') @section('title', 'Moderatör Yönetimi') @section('page-title', 'Moderatör Yönetimi') @section('content')
| Kullanıcı | İzin Sayısı | İzin Grupları | Katılım Tarihi | İşlem |
|---|---|---|---|---|
|
{{ strtoupper(substr($mod->name,0,1)) }}
{{ $mod->name }}
{{ $mod->email }}
|
@foreach($grantedGroups->keys() as $gName)
{{ $gName }}
@endforeach
@if($grantedGroups->isEmpty())
— izin yok —
@endif
|
{{ $mod->created_at->format('d.m.Y') }} | ||
Henüz moderatör yokKullanıcıları moderatör olarak atayın. |
||||
{{ $key }}
{{ $label }}