@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')

Sanal Pos Kuralları

@foreach ($rules as $rule) @endforeach
ID Kural Adı Kural Tipi Risk Yönetimi Türü Durum Oluşturulma Tarihi İşlemler
{{ $rule->id }} {{ $rule->name }} {{ $rule->type }} {{ $rule->risk_type }} {{ $rule->status ? 'Aktif' : 'Etkisiz' }} {{ $rule->created_at }}
@csrf @method('DELETE')
{{ $rules->links() }}
@endsection @push('script-libraries') @endpush @push('scripts') @endpush