@extends('admin.layouts.app') @section('content') @component('admin.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Create Tax Rates
@csrf
{{ $errors->first('country_id') }}
{{ $errors->first('annual_income_from') }}
{{ $errors->first('annual_income_to') }}
{{ $errors->first('income_tax_rate') }}
{{ $errors->first('income_tax_value') }}
@endsection @push('custom_js') @endpush