@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('srt_tax') }}
{{ $errors->first('srt_value') }}
@endsection @push('custom_js') @endpush