@extends('layouts.tenant.master') @section('title', 'Tax Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')
| ID | County | State | Tax(%) | Actions |
|---|---|---|---|---|
| {{ $tax->id ?? 'N/A' }} | {{ $tax->counties ?? 'N/A' }} | {{ $tax->state->name ?? 'N/A' }} | {{ $tax->tax ?? 'N/A' }} | Edit |
| ID | Country | State | Tax(%) | Actions |