@extends('dashboard.layouts.master') @section('css') @endsection @section('title') {{ $title }} @endsection @section('content')

{{ $title }}

{{ $title }}
@csrf @if(isset($taxSetting) && $taxSetting->id) @method('PUT') @endif
recalculate_taxes ?? false) ? 'checked' : '' }}>
@if(isset($taxSetting) && $taxSetting->id)
الشرائح الضريبية
@forelse($taxBrackets as $bracket) @empty @endforelse
الشريحة الضريبية القيمة النسبة نسبة الخصم المستوى الإجراءات
{{ $bracket->bracket_name }} {{ number_format($bracket->value, 2) }} {{ $bracket->percentage }}% {{ $bracket->discount_percentage }}% المستوى {{ $bracket->level }}
لا توجد شرائح ضريبية
@endif
@if(isset($taxSetting) && $taxSetting->id) @foreach($taxBrackets as $bracket) @endforeach @endif @endsection @push('js') @endpush