@forelse ($taxes as $tax) @empty @endforelse
Name Value Status Default Actions

{{ $tax->name }}

{{ $tax->value }}%

{{ $tax->is_default ? 'Yes' : 'No' }}

{{ $tax->show_flg == 'Y' ? 'Yes' : 'No' }}

@csrf @method('DELETE')

No taxes found.