@extends('admin.layouts.layout') @section('title', 'View Tax: ' . $tax->title) @section('content')
| Tax Title | Type | Rate | Status | Action |
|---|---|---|---|---|
| {{ $otherTax->title }} | {{ $otherTax->tax_type }} | {{ $otherTax->formatted_tax_rate }} | {!! $otherTax->status_badge !!} |
No other taxes found for this service.
@endif