@extends('backend.layout') @section('content')
@csrf
{{ __('Update Tax & Commission') }}
@error('tax')

{{ $message }}

@enderror
@if ($errors->has('commission'))

{{ $errors->first('commission') }}

@endif
@endsection