| اسم الضريبه | النسبه | القيمه | نوع الضريبه |
|---|---|---|---|
| {{ $item['taxType']['name'] ?? '-' }} ({{ $item['taxType']['value'] ?? '-' }}) | {{ $item['tax_percentage'] ?? '-' }} | {{ $item['tax_value'] ?? '-' }} | {{ match ( $item['type'] ) { 'sales_tax'=>"ضريبه مبيعات" , 'purchase_tax'=>"مشتريات داخلي " , } }} |