@include('admin.config.manual.developersidebar')

View Detail Structure

As laravel default engine template , all files generated by LCRUD using Blade template syntax , but template engine will not limiting you to use tag php at all template, you can use any php function in all element template

view.Blade.php structure code

 # body template
	  #header title 
	  #breadcrumb            #grid action control 

	  #start table view

	  	

	  	

	  #end table view

	 

#end body template