Index Grid 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
Index.Blade.php structure code
# body template #header title #breadcrumb #grid action control #start table grid #end table grid #action control #pagination info #pagination controll #end body template