📅  最后修改于: 2022-03-11 14:54:26.400000             🧑  作者: Mango
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.