@extends('layouts.app') @section('title', 'Tax Settings | Shopping Cart') @section('extrastyles') @endsection @section('content')

Tax Settings


Add Tax Methods

@foreach($taxMethods as $taxMethod) @endforeach @include('Product::shopping-cart.setting.taxes.squire') @include('Product::shopping-cart.setting.taxes.taxjar') @include('Product::shopping-cart.setting.taxes.avalara')

@if($taxMethod == $activeMethod)

@else

Active

@endif

Settings

{{-- @include('Product::shopping-cart.setting.payment.form')--}} @endsection @section('footer') @endsection