@extends('layouts.admin') @section('page', $page) @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('content')
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
%
@if ($errors->has('percentage')) {{ $errors->first('percentage') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('regions')) {{ $errors->first('regions') }} @endif {{ __('Leave empty to apply the tax rate on all regions') }}
@endsection