I have tried this, but get error:
{{ strtolower( @lang('basics.days') ) }}
How can I transform to lowercase my localized string in a .blade.php
file in Laravel
5.4?
You can use trans()
helper:
{{ strtolower(trans('basics.days')) }}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With