mahenda Posted August 22, 2019 Share Posted August 22, 2019 here my header to be included in different pages such as home.blade what is wrong, because i'm getting error undefined variable t_page_title //header file <!doctype html> <html xmlns="http://www.w3.org/1999/xhtml"/> <head> <title><?php echo $t_page_title; ?></title> </head> <body> //home.blade file <?php $t_page_title = 'This is page title';?> @include('repeated.header') Quote Link to comment Share on other sites More sharing options...
requinix Posted August 22, 2019 Share Posted August 22, 2019 Seems fine. What are the actual contents of your home and header views? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.