@extends('admin.dashboard.layouts.app') @section('title', panel_setting_title("Yönetici Paneli")) @push('style-libraries') @endpush @section('content')

Roller ve Yetkiler

@forelse($roles as $role) @empty @endforelse
ID {{ __('Yetki Grubu Adı') }} {{ __('Kayıt Tarihi') }} {{ __('İşlemler') }}
{{ $role->id }} {{ $role->name }}
{{ panel_date_format($role->created_at) }}
{{ panel_time_format($role->created_at) }}
{{ __('Veri bulunamadı') }}
{{ $roles->links() }}
@endsection @push('script-libraries') @endpush