"Trans", 'romhacks' => 'Hack', 'homebrew' => 'HBrew', 'utilities' => 'Util', 'documents' => 'Doc', 'lua-scripts' => 'Lua', 'tutorials' => 'Tuto' ]; /** * Create a new component instance. */ public function __construct( public Entry $entry, ) { // } /** * Get the view / contents that represent the component. */ public function render(): View|Closure|string { return view('components.entry-card'); } }