@extends('admin.master', ['menu' => 'tax']) @section('title', isset($title) ? $title : '') @section('content')
{{ __('Country') }} {{ __('Tax Rate (%)') }} {{ __('Status') }} {{ __('Action') }}
@foreach ($taxes as $tax) @endforeach @push('post_scripts') @endpush @endsection