@extends('admin.layouts.main') @section('title', ___('Taxes')) @section('header_buttons') {{ ___('Add New') }} @endsection @section('content')
{{ ___('Tax') }} {{ ___('Name') }} {{ ___('Value') }} {{ ___('Type') }} {{ ___('Country') }}
@push('scripts_at_top') @endpush @endsection