@extends('admin::layouts.master') @section('title', __('admin/tax_rate.index')) @section('page-title-right') {{ __('admin/setting.tax_address') }} @endsection @section('content')
| ID | {{ __('admin/tax_rate.tax') }} | {{ __('admin/tax_rate.tax_rate') }} | {{ __('admin/tax_rate.type') }} | {{ __('admin/tax_rate.area') }} | {{ __('common.created_at') }} | {{ __('common.updated_at') }} | {{ __('common.action') }} |
|---|---|---|---|---|---|---|---|
| @{{ tax.id }} | @{{ tax.name }} | @{{ tax.rate }} | @{{ tax.type }} | @{{ tax.region ? tax.region.name : '' }} | @{{ tax.created_at }} | @{{ tax.updated_at }} | |