Just cast it to a date (no format) and then format it on display
from the docs
When defining a date or datetime cast, you may also specify the date's format. This format will be used when the model is serialized to an array or JSON:
The format you specify in the cast is only when the model is serialized, Otherwise, it lives in your model as a Carbon object