You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?php
return [
'type' => [
'sale' => [
'id' => 1,
'label' => 'فروش',
],
'support' => [
'id' => 2,
'label' => 'پشتیبانی'
]
],
'category' => [
'webdesign-sale' => [
'id' => 1,
'label' => 'طراحی سایت',
'type' => 1
],
'seo-sale' => [
'id' => 2,
'label' => 'فروش سئو',
'type' => 1
],
'webdesign-support' => [
'id' => 3,
'label' => 'پشتیبانی طراحی سایت',
'type' => 2
]
],
'status' => [
'active' => [
'id' => 1,
'label' => 'فعال'
],
'close' => [
'id' => 2,
'label' => 'بسته'
]
]
];
|