havockas Hello, Can somebody advise why on customer copy when it’s printed doesn’t recognize commas on address. Please see below photo attached how it does show,
havockas Getting error : ParseError: syntax error, unexpected ‘!’, expecting ‘)’ ##### {{ $location_address }} changed to ##### {{! $location_address !}}
[deleted] So do a str_replace or whatever on the address to make it work how you want. The dockets are meant to be a starting point, not a one size fits all.
[deleted] In the docket. It’s laravel blade templates so do an internet search for how to work with that.
havockas Thank you! If somebody will need string please find below, {!! str_replace('<br />', ' ', $location_address) !!}