@extends('adtrpanel.layouts.master') @section('title','Kullanıcı Grupları') @section('content') @include('adtrpanel.partials.header')
@include('adtrpanel.partials.errors')

Kullanıcı Grupları

@if (count($userGroups) > 0 ) @foreach($userGroups as $userGroup) @endforeach @else @endif
Kullanıcı Grubu Adı Kullanıcı Grubu Açıklaması Gruptaki Kullanıcı Sayısı İşlemler
@if($userGroup->id != 1) @endif {{ $userGroup->name }} {{ $userGroup->description }} @if($userGroup->id != 1) @endif
Seçilileri  
Hiçbir kullanıcı grubu bulunamadı
@endsection @section('css') @endsection @section('js') @endsection