@extends('merchant.app') @section('title', panel_setting_title("Rol Yönetimi")) @section('content')
Rol Yönetimi
@include("merchant.Components.statistics")
Rol Yönetimi
@forelse($roles as $role) @empty @endforelse
ID {{ __('Rol adı') }} {{ __('Kayıt Tarihi') }} {{ __('İşlemler') }}
{{ $role->id }} {{ $role->name }}
{{ panel_date_format($role->created_at) }}
{{ panel_time_format($role->created_at) }}
{{ __('Veri bulunamadı') }}
@endsection