@extends('layouts.admin') @section('content')
@csrf
@foreach(config('countries') as $key => $value) @endforeach
{{__('Leave empty to apply the tax rate on all regions.')}}
{{__('Save change')}}
@endsection