@extends('layouts.admin.app', ['page' => $menuAdmin['tax_rates']['active'] ?? ""]) @section('title', __('labels.tax_rates')) @section('header_data') @php $page_title = __('labels.tax_rates'); $page_pretitle = __('labels.list'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('admin.dashboard')], ['title' => __('labels.tax_rates'), 'url' => null], ]; $taxClassBreadcrumbs = [ ['title' => __('labels.home'), 'url' => route('admin.dashboard')], ['title' => __('labels.tax_group'), 'url' => null], ]; @endphp @section('admin-content')

{{ __('labels.tax_rates') }}

@if($createPermission ?? false) @endif

{{ __('labels.tax_groups') }}

@if($taxClassCreatePermission ?? false) @endif
@if(($createPermission ?? false) || ($editPermission ?? false)) @endif @if(($taxClassEditPermission ?? false) || ($taxClassCreatePermission ?? false)) @endif @endsection