Test

PHOTO EMBED

Thu Nov 04 2021 11:35:16 GMT+0000 (Coordinated Universal Time)

Saved by @Tarey #php

// 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,
  ]);
};
content_copyCOPY

BlogController