芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/resources/views/tax/create.blade.php
@php $manageTaxPermission = user()->permission('manage_tax'); @endphp
@lang('modules.invoices.tax')
×
#
@lang('modules.invoices.taxName')
@lang('modules.invoices.rate') %
@forelse($taxes as $key=>$tax)
{{ $key + 1 }}
{{ $tax->tax_name }}
{{ $tax->rate_percent }}
@empty
@endforelse