'Yellowpage', 'names' => 'Yellowpages', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Yellowpages', 'sub' => 'Yellowpages', 'list' => 'List of yellowpages', 'edit' => 'Edit yellowpage', 'create' => 'Create new yellowpage' ], /** * Options for select/radio/check. */ 'options' => [ 'payment_methods' => ['cash','visa','master_card','paypal','discover','debitcard','personal_cheque','creditcard'], 'published' => ['yes','no'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'title' => 'Please enter title', 'category_id' => 'Please enter category id', 'subcategory_id' => 'Please enter subcategory id', 'phone' => 'Please enter phone', 'website' => 'Please enter website', 'email' => 'Please enter email', 'address' => 'Please enter address', 'city_id' => 'Please enter city id', 'district_id' => 'Please enter district id', 'state_id' => 'Please enter state id', 'country_id' => 'Please enter country id', 'zipcode' => 'Please enter zipcode', 'lattitude' => 'Please enter lattitude', 'longitude' => 'Please enter longitude', 'working_hours' => 'Please enter working hours', 'description' => 'Please enter description', 'details' => 'Please enter details', 'facilities' => 'Please enter facilities', 'images' => 'Please enter images', 'payment_methods' => 'Please select payment methods', 'uploaded_folder' => 'Please enter uploaded folder', 'slug' => 'Please enter slug', 'published' => 'Please select published', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'title' => 'Title', 'category_id' => 'Category id', 'subcategory_id' => 'Subcategory id', 'phone' => 'Phone', 'website' => 'Website', 'email' => 'Email', 'address' => 'Address', 'city_id' => 'City id', 'district_id' => 'District id', 'state_id' => 'State id', 'country_id' => 'Country id', 'zipcode' => 'Zipcode', 'lattitude' => 'Lattitude', 'longitude' => 'Longitude', 'working_hours' => 'Working hours', 'description' => 'Description', 'details' => 'Details', 'facilities' => 'Facilities', 'images' => 'Images', 'payment_methods' => 'Payment methods', 'uploaded_folder' => 'Uploaded folder', 'slug' => 'Slug', 'published' => 'Published', 'user_id' => 'User id', 'user_type' => 'User type', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'id' => ['name' => 'Id', 'data-column' => 1, 'checked'], 'title' => ['name' => 'Title', 'data-column' => 2, 'checked'], 'category_id' => ['name' => 'Category id', 'data-column' => 3, 'checked'], 'subcategory_id' => ['name' => 'Subcategory id', 'data-column' => 4, 'checked'], 'phone' => ['name' => 'Phone', 'data-column' => 5, 'checked'], 'email' => ['name' => 'Email', 'data-column' => 6, 'checked'], 'city_id' => ['name' => 'City id', 'data-column' => 7, 'checked'], 'working_hours' => ['name' => 'Working hours', 'data-column' => 8, 'checked'], 'published' => ['name' => 'Published', 'data-column' => 9, 'checked'], 'user_type' => ['name' => 'User type', 'data-column' => 10, 'checked'], 'created_at' => ['name' => 'Created at', 'data-column' => 11, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Yellowpages', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];