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

Form 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     

	  #start form

	  	

	  	

	  #end form

	 

#end body template