@extends('layouts.app') @section('content')

Business Taxes Setup business taxes in the salesoft ERP for your business


@csrf
Define Applicable taxes
What decimal points you need to use on your document and reports Changes will be reflected across all linked Salesoft ERP applications
Tax Type
Tax Name
Tax Rate (%)
Applicable For
@foreach($business_taxe as $item)
@endforeach
@endsection @section('admin_css') @stop @section('admin_js') @include('admin.js.business-tax') @stop