//laravel method 1 {{ $data->created_at->isoFormat('dddd D') }} //laravel method 2 {!! date('d/M/y', strtotime($data->created_at)) !!}