'Advertisement', 'names' => 'Advertisements', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Advertisements', 'sub' => 'Advertisements' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ 'conditions' => ['New','Used',''], 'negotiable' => ['Yes','No'], 'status' => ['Active','Inactive','Paused','Hold',''], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'client_id' => 'Please enter client id', 'category_id' => 'Please enter category id', 'type' => 'Please enter type', 'slug' => 'Please enter slug', 'title' => 'Please enter title', 'details' => 'Please enter details', 'price' => 'Please enter price', 'images' => 'Please enter images', 'conditions' => 'Please select conditions', 'negotiable' => 'Please select negotiable', 'status' => 'Please select status', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'client_id' => 'Client id', 'category_id' => 'Category id', 'type' => 'Type', 'slug' => 'Slug', 'title' => 'Title', 'details' => 'Details', 'price' => 'Price', 'images' => 'Images', 'conditions' => 'Conditions', 'negotiable' => 'Negotiable', 'status' => 'Status', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], ];