@extends('layouts.app') @section('title', __( 'tax_rate.tax_rates' )) @section('content')
@component('components.widget', ['class' => 'box-primary', 'icon' => 'fa fa-percentage text-primary', 'title' => __( 'tax_rate.all_your_tax_rates' )])
@can('tax_rate.create') @slot('tool')
@endslot @endcan @can('tax_rate.view')
@lang( 'tax_rate.name' ) @lang( 'tax_rate.rate' ) @lang( 'messages.action' )
@endcan @endcomponent @component('components.widget', ['class' => 'box-primary','icon' => 'fa fa-percent text-primary',])
@slot('title') @lang( 'tax_rate.tax_groups' ) ( @lang('lang_v1.combination_of_taxes') ) @show_tooltip(__('tooltip.tax_groups')) @endslot @can('tax_rate.create') @slot('tool')
@endslot @endcan @can('tax_rate.view')
@lang( 'tax_rate.name' ) @lang( 'tax_rate.rate' ) @lang( 'tax_rate.sub_taxes' ) @lang( 'messages.action' )
@endcan @endcomponent
@endsection