@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.settings.tax-rates.edit-title') }} @stop @section('content')
@method('PUT') @csrf()
@{{ errors.first('identifier') }}
@if ($taxRate->is_zip)
@{{ errors.first('zip_from') }}
@{{ errors.first('zip_to') }}
@else
@{{ errors.first('zip_code') }}
@endif
@{{ errors.first('tax_rate') }}
@stop @push('scripts') @endpush