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