@extends(niche_shell_layout()) @section('title', niche_label('finance.tax_rates', 'معدلات الضريبة').' - '.config('app.name')) @section('breadcrumb') الرئيسية المحاسبة ضرائب الدليل @endsection @section('content')
@if(session('success'))
{{ session('success') }}
@endif

ضرائب الدليل

ربط كل نسبة ضريبة بحساب خصوم تفصيلي للقيود الآلية

+ ضريبة جديدة
@forelse($rates as $rate) @empty @endforelse
الرمز الاسم النسبة % حساب الدليل النشاط إجراءات
{{ $rate->code }} {{ $rate->name_ar }} {{ number_format((float) $rate->rate_percent, 2) }} {{ $rate->ledgerAccount?->code }} — {{ $rate->ledgerAccount?->name_ar ?? '—' }} @if($rate->is_active) نشط @else موقوف @endif @php $taxMenuId = 'tax-rate-actions-'.$rate->id; @endphp تعديل الضريبة
@csrf @method('DELETE')
لا توجد ضرائب مسجّلة.
{{ $rates->links() }}
@endsection