Last letter is not capitalized
help me, why the last letter is not capitalized
this is my code:
thankyou
Solution:Jump to solution
i solved by adding mutateFormDataUsing
```php
...
$data['police_number'] = strtoupper($data['police_number']);...5 Replies
this the result
Please anyone, can u help me? thanks
->dehydrateStateUsing(fn (string $state): string =>Str::upper($state))
?cant' Sir
updated code:
the result:
Solution
i solved by adding mutateFormDataUsing
thanks everyone