I am using Laravel 5.3.
5.3
There is a field expired_at in table articles:
expired_at
articles
public function store(Request $re
I think this is the way. It will not throw error
{{ Carbon\Carbon::parse($article->expired_at)->format('Y-m-d') }}