Default layouts not showing children – Laravel
I recently started going through inertia.js docs, and tried to replicate pages with a default layout: https://inertiajs.com/pages My app.js (followed by the docs) looks like: import "./bootstrap"; import "../css/app.css"; import React from "react"; import { render } from "react-dom"; import…