Answers for "master.layout was not found."

PHP
0

View [layouts.master] not found

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.
Posted by: Guest on August-21-2021

Code answers related to "master.layout was not found."

Browse Popular Code Answers by Language