Hii @shubii8760 ,
The 404 response usually comes when there is a missing resource on your server and not because of the @extends('layouts.app')
. The extend blade directive will through a runtime exception if the specified extend file is not found.
Please double check if the resource you are trying to access actually exists on your server.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community