@extends('layouts.app_settings') @section('title', __('tax_rate.tax_rates')) @section('content')
@can('tax_rate.view')
@lang( 'tax_rate.name' ) @lang( 'tax_rate.rate' ) @lang( 'messages.action' )
@endcan
@endsection