You can use custom validation attributes to define how to convert any attribute to the string that you want to display in error message
'attributes' => array(
'name_company' => 'Company name',
'name_shop' => 'Shop name'
),
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community