@extends('layouts.app')
@section('title', 'Tax Settings | Shopping Cart')
@section('extrastyles')
@endsection
@section('content')
Add Tax Methods
@foreach($taxMethods as $taxMethod)
|

|
@if($taxMethod == $activeMethod)
@else
Active
@endif
Settings
|
@endforeach
@include('Product::shopping-cart.setting.taxes.squire')
@include('Product::shopping-cart.setting.taxes.taxjar')
@include('Product::shopping-cart.setting.taxes.avalara')
{{-- @include('Product::shopping-cart.setting.payment.form')--}}
@endsection
@section('footer')
@endsection