Tunjukkan waktu Laravel

        $users = User::all()->each(function ($user){
            $user->show_time = $user->created_at->format("d/m/y h:m:sa");
        });
WinMaw