Reverse the order of the characters in a string or the items in an array.
status: repaidorder_of_ceremony: - photos - service - eat - party
{{ status | reverse }}{{ order_of_ceremony | reverse | list }}
{{ Statamic::modify($status)->reverse() }}{{ Statamic::modify($status)->reverse()->list() }}
diaperparty, eat, service, photos