Preview:
// DO NOT USE THIS CODE, IT DOES NOT WORK - TESTING ONLY FOR thiscodeWorks.

public function index() {
  return inertia::render('Home/Index', [
    $user => User(map.all);
    'id' -> $user=>id,
    'user' -> $user=>user,
  ]);
};
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter