@extends('admin.dashboard.layouts.app')
@section('title', panel_setting_title("Yönetici Paneli - Sanal Pos Kuralları"))
@push('style-libraries')
@endpush
@push('styles')
@endpush
@section('content')
ID |
Kural Adı |
Kural Tipi |
Risk Yönetimi Türü |
Durum |
Oluşturulma Tarihi |
İşlemler |
@foreach ($rules as $rule)
{{ $rule->id }} |
{{ $rule->name }} |
{{ $rule->type }} |
{{ $rule->risk_type }} |
{{ $rule->status ? 'Aktif' : 'Etkisiz' }}
|
{{ $rule->created_at }} |
|
@endforeach
{{ $rules->links() }}
@endsection
@push('script-libraries')
@endpush
@push('scripts')
@endpush