@include('viewname') will search for the view file names viewname and include it.
you can use php's include or include_once to include a php file
if you give some code i might be able to help u
thanks astroanu. I have no idea but for some reason @include is working when it wasn't before. I can only put it down to a path issue. I've been getting so into blade specific script that I forgot to test if normal php includes would work so thanks for mentioning that as well.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community