@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.settings.tax-rates.title') }} @stop @push('css') @endpush @section('content')

{{ __('admin::app.export.download') }}

{{ __('admin::app.export.upload') }}

@csrf()
{{ __('admin::app.export.allowed-type') }} {{ __('admin::app.export.file-type') }} @{{ errors.first('file') }}
@endsection @push('scripts') @include('admin::export.export', ['gridName' => app('Webkul\Admin\DataGrids\TaxRateDataGrid')]) @endpush