@php $layout = (isSeller() > 0) ? 'layouts.seller' : 'layouts.admin'; @endphp @extends($layout) @section('css') @endsection @section('content')
@include('layouts.partials.messages')
{{ __('common.sr-no')}} {{ __('tax.name')}} {{__('tax.tax_perc')}} {{__('tax.vat_code')}} {{__('common.status')}} {{ __('common.action')}}
@endsection