@extends('admin::layouts.master')
@section('title', __('admin/tax_rate.tax_classes_index'))
@section('content')
| ID |
{{ __('admin/region.name') }} |
{{ __('admin/region.describe') }} |
{{ __('common.created_at') }} |
{{ __('common.updated_at') }} |
{{ __('common.action') }} |
| @{{ tax.id }} |
@{{ tax.title }} |
@{{ stringLengthInte(tax.description) }} |
@{{ tax.created_at }} |
@{{ tax.updated_at }} |
|
|
| {{ __('admin/tax_rate.tax_rate') }} |
{{ __('admin/tax_class.based_on') }} |
{{ __('admin/tax_class.priority') }} |
|
|
|
|
|
|
{{ __('common.add') }}
{{ __('common.save') }}
{{ __('common.cancel') }}
@endsection
@push('footer')
@endpush