@extends('adtrpanel.layouts.master') @section('title','Kullanıcı Grupları') @section('content') @include('adtrpanel.partials.header') @include('adtrpanel.partials.errors') Kullanıcı Grupları Yeni Kullanıcı Grubu Ekle Kullanıcı Grubu Adı Kullanıcı Grubu Açıklaması Gruptaki Kullanıcı Sayısı İşlemler @if (count($userGroups) > 0 ) @foreach($userGroups as $userGroup) @if($userGroup->id != 1) @endif {{ $userGroup->name }} {{ $userGroup->description }} @if($userGroup->id != 1) Sil @endif Düzenle Grup Yetkilerini Düzenle @endforeach Seçilileri Seçiniz Sil @else Hiçbir kullanıcı grubu bulunamadı @endif @endsection @section('css') @endsection @section('js') @endsection