laravel 9 form validation error has space between field name
There are space comes after every character of field name while displaying errors in blade template in laravel 9 as mentioned in uploaded image my code is mentioned as below CODE IN HTML IS : <form action="{{route('saveAsset')}}" method="post"> {{@csrf_field()}} <div…