'Dealer', 'names' => 'Dealers', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Dealers', 'sub' => 'Dealers' ], /** * 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' => [ 'dealer_type' => ['Verified','Unverified'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'name' => 'Please enter name', 'dealership_make' => 'Please enter dealership make', 'phone' => 'Please enter phone', 'website' => 'Please enter website', 'email' => 'Please enter email', 'opening_from' => 'Please enter opening from', 'opening_to' => 'Please enter opening to', 'location' => 'Please enter location', 'lat' => 'Please enter lat', 'lng' => 'Please enter lng', 'dealer_type' => 'Please select dealer type', 'social_media' => 'Please enter social media', 'description' => 'Please enter description', 'images' => 'Please enter images', 'logo' => '', 'slug' => 'Please enter slug', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'name' => 'Name', 'dealership_make' => 'Dealership make', 'phone' => 'Phone', 'website' => 'Website', 'email' => 'Email', 'opening_from' => 'Opening from', 'opening_to' => 'Opening to', 'location' => 'Location', 'lat' => 'Lat', 'lng' => 'Lng', 'dealer_type' => 'Dealer type', 'social_media' => 'Social media', 'description' => 'Description', 'images' => 'Images', 'logo' => 'Images', 'slug' => 'Slug', 'user_id' => 'User id', 'user_type' => 'User type', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], ];