@extends('layouts.app')
@section('content')
@include('sections.setting-sidebar')
@if (user()->permission('manage_tax') == 'all')
@lang('modules.credit-notes.addTax')
@endif
# |
@lang('modules.invoices.taxName') |
@lang('modules.invoices.rate') % |
@lang('app.action') |
@forelse($taxes as $key => $tax)
{{ $key + 1 }} |
{{ $tax->tax_name }} |
{{ $tax->rate_percent }} |
|
@empty
@endforelse
@endsection
@push('scripts')
@endpush