@extends('admin.layout') @section('content')
@csrf
{{ __('Update Tax Amount') }}
@error('product_tax_amount')

{{ $message }}

@enderror
@endsection