📜  查看 [layouts.master] 未找到 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:26.400000             🧑  作者: Mango

代码示例1
When you are using @extends('layouts.master') means your view searches for the master layout under resources/views/layouts directory.

So make sure the master layout exist under the resources/views/layouts directory.