7 lines
100 B
PHP
7 lines
100 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'brands' => 'Brands',
|
||
|
'no_brand_found' => 'Oops! No brand found.',
|
||
|
];
|