@extends('layouts.tenant.master') @section('title', 'Tax Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Manage Sales Tax

@endsection @section('breadcrumb-items') @endsection @section('content')
@foreach ($sales_taxes as $tax) @endforeach
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
@endsection @section('script') @if (session('success')) @elseif(session('error')) @endif @endsection