Try doing
@extends('header')
without the actual blade extension
abhiyanp said:
Try doing
@extends('header')
without the actual blade extension
Also, a silly thing to check, is that the main view file actually has the filename.blade.php format has well. Miss the .blade and your blade syntax will be output as it is.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community