guamz liked this thread
You could do something like this to convert the slug into the name instead of needing the name in the object.
{{ Str::title(str_replace('-', ' ', $slug)) }}
akhilalphonic, driesvints liked this reply
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community