Пример #1
0
 /**
  * Get an excel table template.
  *
  * @return Response
  */
 public function template()
 {
     return ExcelHelper::template(new Barang());
 }
Пример #2
0
 /**
  * Get an excel table template.
  *
  * @return Response
  */
 public function template()
 {
     return ExcelHelper::template(new TipeAkun());
 }