header('Icons')->description(' ')->body(function (Row $row) { $tab = Tab::make()->padding('20px')->custom(); $tab->add('Themify', view('admin::helpers.themify')); // $tab->add('Material Design', view('admin::helpers.material')); $tab->add('Font Awesome', view('admin::helpers.font-awesome')); $tab->add('Glyphicons', view('admin::helpers.glyphicons')); $row->column(12, $tab); }); } }