17 lines
360 B
PHP
17 lines
360 B
PHP
<?php
|
|
/**
|
|
* brand.php
|
|
*
|
|
* @copyright 2022 tuikehome.com - All Rights Reserved
|
|
* @link https://www.tuikehome.com
|
|
* @author Edward Yang <service@tuikehome.com>
|
|
* @created 2022-08-26 17:33:32
|
|
* @modified 2022-08-26 17:33:32
|
|
*/
|
|
|
|
return [
|
|
'name' => 'Nama merek',
|
|
'icon' => 'ikon',
|
|
'first_letter' => 'inisial',
|
|
];
|